Commit Graph

8079 Commits

Author SHA1 Message Date
mindspore-ci-bot b7c92aa8b1 !4993 benchmark device param check
Merge pull request !4993 from cjh9368/dts-0718
2020-08-24 10:12:58 +08:00
mindspore-ci-bot 8d693306f4 !4126 Add new parameter
Merge pull request !4126 from BowenK/new_parameter
2020-08-24 10:01:46 +08:00
mindspore-ci-bot 6eb98f2864 !5000 delete GetPrimitiveT and SetPrimitiveT
Merge pull request !5000 from yeyunpeng2020/master
2020-08-24 09:52:25 +08:00
mindspore-ci-bot 9dd4ab0e3e !4896 [MS][LITE][Develop]int8 conv op
Merge pull request !4896 from ling/conv1x1
2020-08-24 09:42:03 +08:00
mindspore-ci-bot c6767c0f3a !4990 fix bug of EraseAssign
Merge pull request !4990 from wenchunjiang/adapte_to_resnet_second_optimize
2020-08-24 09:38:43 +08:00
mindspore-ci-bot 75af54647f !4954 Fix GPU non-sparse cross-entropy op returning all zeros
Merge pull request !4954 from tom_chen/cross_entropy
2020-08-24 09:22:25 +08:00
mindspore-ci-bot af45133a8f !4996 Fix GPU-RandomChoiceWithMask speed bottleneck
Merge pull request !4996 from 34bunny/GPU-RandomChoiceWithMask-fixv2
2020-08-24 09:21:29 +08:00
mindspore-ci-bot 73c4022ef4 !3775 remove the dtype convert when update output
Merge pull request !3775 from lianliguang/test-xiu-bug
2020-08-24 09:17:53 +08:00
mindspore-ci-bot 0f4e6d7336 !5004 [MS][LITE][Develop]optimize fp32 matmul kernel
Merge pull request !5004 from lixian/master
2020-08-24 09:10:53 +08:00
mindspore-ci-bot 56835aaf88 !5005 Fix the bug in the formula in Bernoulli log_probs
Merge pull request !5005 from zichun_ye/fix_bernoulli_probs
2020-08-24 09:09:43 +08:00
mindspore-ci-bot 0bbce9367e !4772 Adding AlbumDataset for device training
Merge pull request !4772 from EricZ/ms-album
2020-08-24 08:27:14 +08:00
Zichun Ye 9e7d6e2397 fix bernoulli prob formula; fix some other minor bugs
update threshold of softplus computation

support fp for bernoulli and geometric distribution
2020-08-23 17:49:09 -04:00
lixian 811940bc55 change fp32 kernel to 12x8 2020-08-23 21:02:42 +08:00
mindspore-ci-bot befc209480 !4805 [MS][LITE]add nnacl readme
Merge pull request !4805 from zhaizhiqiang/master
2020-08-23 18:32:18 +08:00
yeyunpeng 6c1eb3c22d Add MS_DECLARE_PARENT and UnPackAttr judge null and change setter position 2020-08-23 18:17:39 +08:00
mindspore-ci-bot c5279ecf35 !5001 [MS][LITE][Develop]fix fp16 kernel register
Merge pull request !5001 from sunsuodong/fixfp16
2020-08-23 17:11:42 +08:00
mindspore-ci-bot d2de60f1d5 !4991 [MS][LITE] arm cpu fp32 op: add common functions and slidewindow for conv depthwise
Merge pull request !4991 from yangruoqi713/conv_dw_lite
2020-08-23 17:08:04 +08:00
mindspore-ci-bot dc13718ce2 !4974 [MS][LITE][Develop]fp16 conv1x1 bug
Merge pull request !4974 from ling/sr
2020-08-23 17:06:41 +08:00
mindspore-ci-bot 7dbe9f7067 !4986 optimize prule
Merge pull request !4986 from fuzhiye/tmp
2020-08-23 17:05:41 +08:00
fuzhiye 2c9daf0f14 optimize prule 2020-08-23 16:57:16 +08:00
ling 6cfcdaab3d [MS][LITE][Develop]conv1x1 int8 2020-08-23 16:49:40 +08:00
sunsuodong bcd97d9751 fix fp16 2020-08-23 16:49:02 +08:00
mindspore-ci-bot 7b8229d644 !4913 transform bn to scale
Merge pull request !4913 from zhengjun10/master
2020-08-23 16:37:07 +08:00
mindspore-ci-bot e3c053c4ff !4961 Optimize the performance of BatchNorm and FusedBatchNorm, add Fp16 kernel
Merge pull request !4961 from sunsuodong/batch_norm_fp16
2020-08-23 16:36:33 +08:00
yangruoqi713 b4551670a9 [MS][LITE] arm cpu fp32 op: conv depthwise 2020-08-23 15:56:50 +08:00
sunsuodong 9734f2a88e batch_norm_fp16 2020-08-23 15:44:53 +08:00
zhengjun10 204ab11572 add bn convert scale pass 2020-08-23 14:48:33 +08:00
mindspore-ci-bot 80d570f003 !4999 change long to int64
Merge pull request !4999 from yeyunpeng2020/primitive
2020-08-23 14:16:51 +08:00
yeyunpeng 6b46acb39e change long to int64 2020-08-23 12:14:37 +08:00
mindspore-ci-bot dde257592b !4870 add UnPack method in ops & remove anf_importer populater
Merge pull request !4870 from hangq/primitive
2020-08-23 10:57:32 +08:00
Eric c79db93c48 Initial commit for album
Added linter fix for album dataset

Added testDataset

Adding signature

Added JsonDataset example API

Example dataset

Resolving format

More fixing

Refactor

Small fix

Added compiling album dataset

Running tests

Added linter fix #1

Passing UT

Added dataset API

Addressing clang

Clang part 2

Fixing pass

Fixed tree check

lint fix

Added lint fix part 2
2020-08-22 11:07:10 -04:00
TFbunny 10c2918558 fix speed bottleneck for SrandInit and Shuffle in GPU-RandomChoiceWithMask 2020-08-22 10:44:07 -04:00
hangq 28e3508718 add UnPack method in ops & remove anf_importer populater 2020-08-22 22:29:13 +08:00
mindspore-ci-bot 07a75658bf !4995 [MS][LITE][Develop]stack support int32
Merge pull request !4995 from chenjianping/lite_dev2
2020-08-22 18:44:51 +08:00
ling 0fac817a2d [MS][LITE][Develop]Fp16 conv1x1 bug 2020-08-22 18:30:16 +08:00
chenjianping babff262e3 stack support int32 2020-08-22 18:17:56 +08:00
wenchunjiang a221ee176b fix EraseAssign bug 2020-08-22 17:54:00 +08:00
mindspore-ci-bot 6d0bbb36a3 !4908 Modify the '-fvisibility' attribute during building of mindspore-lite.
Merge pull request !4908 from wangshaocong/lite_clean
2020-08-22 17:53:05 +08:00
mindspore-ci-bot 8219df7337 !4975 Fix bug and add tflite models
Merge pull request !4975 from jianghui/master
2020-08-22 17:41:36 +08:00
wsc 758130924f Modify the '-fvisibility' attribute of mindspore-lite project. 2020-08-22 17:34:07 +08:00
mindspore-ci-bot 33c7b49219 !4987 [bugfix]SyncDeviceToHost failed when device address size is zero
Merge pull request !4987 from zyli2020/bug_fix
2020-08-22 17:10:21 +08:00
mindspore-ci-bot 0f362bb158 !4980 [MS][LITE][Develop]benchmark mem check fixed
Merge pull request !4980 from wangchangkai/master
2020-08-22 17:08:35 +08:00
mindspore-ci-bot faa0fed8bb !4989 add the hiai_cpu_face_attr caffe gate
Merge pull request !4989 from zhaodezan/master
2020-08-22 17:07:40 +08:00
mindspore-ci-bot 150b987898 !4989 add the hiai_cpu_face_attr caffe gate
Merge pull request !4989 from zhaodezan/master
2020-08-22 17:07:37 +08:00
mindspore-ci-bot 50877b586d !4971 [MS][LITE][Develop]move nnacl to lite/
Merge pull request !4971 from chenjianping/lite_dev2
2020-08-22 17:02:22 +08:00
mindspore-ci-bot 75fce54208 !4790 Fix a Pynative bug.
Merge pull request !4790 from jxlang910/push-to-opensource
2020-08-22 16:45:00 +08:00
chenjianping d88a98658c move nnacl to lite/ 2020-08-22 16:43:15 +08:00
cjh9368 3eb0fb6c03 benchmark device type check 2020-08-22 16:35:43 +08:00
mindspore-ci-bot add52da73e !4973 Fix errors in exp calculation logics
Merge pull request !4973 from peixu_ren/custom_pp_ops
2020-08-22 16:14:00 +08:00
mindspore-ci-bot d2641bbf79 !4969 delete group parameter from nn.DepthwiseConv2d
Merge pull request !4969 from chenzhongming/lite
2020-08-22 16:13:09 +08:00