Commit Graph

9392 Commits

Author SHA1 Message Date
mindspore-ci-bot 5901be3ba8 fix thor optimizer interface
Merge pull request  from wangmin0104/master
2020-09-07 15:21:33 +08:00
liuwenhao4 94499fce9d Fix some tiny bugs for converter in windows enviroment 2020-09-07 15:12:18 +08:00
Zhang Qinghua c0070d3d49 Use the unified Execute function to run Graph or Single Op Graph. 2020-09-07 15:07:44 +08:00
simson 612e8be44f fix the indentation bug in CTCLoss 2020-09-07 15:05:26 +08:00
buxue 6fa60f6666 raise ValueError when call hook function in graph mode 2020-09-07 15:02:23 +08:00
liuxiao93 3045af13cb fix nn.CentralCrop calulation result. 2020-09-07 14:38:10 +08:00
mindspore-ci-bot eface185cd [AutoParallel]Fix Reduce_eliminate_pass bug
Merge pull request  from lichen/fix_reduce_eliminate_pass
2020-09-07 14:30:35 +08:00
mindspore-ci-bot d05c22a132 fix op id issue in pynative mode
Merge pull request  from wangqiuliang/fix-net-id-issue
2020-09-07 14:24:03 +08:00
Margaret_wangrui 1f107d5a8a codedex_bot 2020-09-07 14:23:13 +08:00
mindspore-ci-bot 3a36c411ed modify _exec_save_checkpoint
Merge pull request  from liuyang/save_checkpoin
2020-09-07 14:15:14 +08:00
liuyang_655 18c442e724 modify _exec_save_checkpoint 2020-09-07 11:53:07 +08:00
lichenever 954cf0aff6 fix reduce_eliminate bug 2020-09-07 11:52:11 +08:00
mindspore-ci-bot b9345d1d34 fix categorical in GraphMode
Merge pull request  from baihuawei/0902
2020-09-07 11:48:34 +08:00
wangmin 3349d4372b fix thor optimizer interface 2020-09-07 11:42:44 +08:00
hexia 2f42466da8 export and load model for serving 2020-09-07 11:41:14 +08:00
mindspore-ci-bot 341851b931 [MS][LITE][Develop]optimize tanh kernel
Merge pull request  from sunsuodong/tanh_opt
2020-09-07 11:38:23 +08:00
mindspore-ci-bot 6ba5cd5750 modify the log which nodes forming loop
Merge pull request  from Margaret_wangrui/get_loop_nodes_log
2020-09-07 11:37:11 +08:00
mindspore-ci-bot 023c93277a [MSLITE] Support exponent tensor broadcast for power op
Merge pull request  from zhanyuan/dev
2020-09-07 11:31:46 +08:00
anzhengqi 38b5d91ede fix ci pass condition 2020-09-07 11:02:01 +08:00
gongdaguo ab04e711f0 add lite test modules 2020-09-07 10:45:41 +08:00
hwjiaorui c60d5ae5e0 fix bug about target device 2020-09-07 10:44:59 +08:00
zhanyuan afcb3e9b45 Support exponent tensor broadcast for power op 2020-09-07 10:41:16 +08:00
mindspore-ci-bot 6a851ee252 Add deeplabv3 to modelzoo
Merge pull request  from jiangzhenguang/deeplabv3
2020-09-07 10:35:58 +08:00
mindspore-ci-bot 1519b88182 [MS][LITE][Develop]optimize mode, strip c++
Merge pull request  from chenjianping/lite_dev2
2020-09-07 10:30:00 +08:00
mindspore-ci-bot 71d42d217d switch from ctx Malloc to new in detection post process anchors
Merge pull request  from wangzhe/master
2020-09-07 10:25:57 +08:00
mindspore-ci-bot 4e7346509f change allreduce fusion function
Merge pull request  from wangmin0104/master
2020-09-07 10:24:41 +08:00
wangzhe a40df6c983 switch from ctx Malloc to new in detection post process anchors 2020-09-07 10:10:56 +08:00
sunsuodong 412c94eb60 tanh_opt 2020-09-07 09:58:33 +08:00
mindspore-ci-bot 28c42d5534 Add fp16 matmul & fc ops for arm64
Merge pull request  from zhanyuan/dev
2020-09-07 09:45:44 +08:00
chenjianping 94b1e4e09b optimize model 2020-09-07 09:43:36 +08:00
anzhengqi a381bc5b27 fix profiling 2020-09-07 09:11:52 +08:00
tao_yunhao 2e68873a99 add arm cpu fp32 op: exp 2020-09-07 09:06:18 +08:00
mindspore-ci-bot 77dd91a646 Fix get_py_obj_dtype() for mindspore type
Merge pull request  from hewei/fix_get_py_obj_dtype
2020-09-07 08:59:01 +08:00
mindspore-ci-bot 887705ecc0 use MSLIBS_SERVER while downloading third_party
Merge pull request  from hangq/master
2020-09-07 08:20:31 +08:00
mindspore-ci-bot 5c42198430 train on device
Merge pull request  from yonibaehr/export
2020-09-07 08:18:02 +08:00
yoni b601603b55 train on device 2020-09-06 19:23:32 +03:00
hangq 5b17a69d35 use MSLIBS_SERVER while downloading third_party & fix
mem leak in detection_post_process
2020-09-06 12:23:08 +08:00
mindspore-ci-bot 12109600fc detection_post_process op support quantized anchors tensor
Merge pull request  from wangzhe/master
2020-09-06 11:28:23 +08:00
wangzhe ffff1b01ec detection_post_process op support quantized anchors tensor 2020-09-05 19:49:34 +08:00
mindspore-ci-bot c6ba87d978 fix bugs of op Fill, Equal, Eye, Conv2dTranspose and ExpandDims
Merge pull request  from lihongkang/lhk_master
2020-09-05 18:54:35 +08:00
lihongkang 0f76c362a5 fix bugs 2020-09-05 17:33:27 +08:00
mindspore-ci-bot 5c7fa52468 [performance]cell init opt performance
Merge pull request  from kingxian/master
2020-09-05 17:10:08 +08:00
jzg 2169cf32a1 Add deeplabv3 to modelzoo. 2020-09-05 17:05:27 +08:00
mindspore-ci-bot 25a878d674 [MSLITE]mindspore export inferface finetune lite
Merge pull request  from zhengjun10/master
2020-09-05 16:11:13 +08:00
zhengjun10 22dc34058c mindspore export inferface finetune lite 2020-09-05 15:56:00 +08:00
mindspore-ci-bot f91d80e0c3 [MSLITE] add cast to opencl to_format op
Merge pull request  from wandongdong/master
2020-09-05 15:50:47 +08:00
mindspore-ci-bot 6d9501d5ed add exector group operation
Merge pull request  from kisnwang/async-run-graph
2020-09-05 15:38:44 +08:00
mindspore-ci-bot c063cda01e [MS][LITE][Develop] slice ops support format nc4hw4
Merge pull request  from pengyongrong/op_format_toNC4HW4
2020-09-05 15:01:19 +08:00
mindspore-ci-bot 09142f6056 [MSLITE]schema add version and fix the version function bug
Merge pull request  from zhaodezan/master
2020-09-05 15:00:55 +08:00
kswang ebff566a07 add group operation for executor 2020-09-05 14:47:03 +08:00