Commit Graph

3922 Commits

Author SHA1 Message Date
Xiaoda Zhang 69574f3823 fix the bprob error of embeddinglookup 2020-06-18 16:06:56 +08:00
limingqi107 0f4397cece fix all nop node graph execute 2020-06-18 15:56:38 +08:00
mindspore-ci-bot 934bdce432 !2280 support host reduce
Merge pull request !2280 from chenjianping/host_reduce
2020-06-18 15:43:56 +08:00
lizhenyu ea0cd5ccdd add Sigmoid and SigmoidGrad operation of GPU 2020-06-18 15:42:58 +08:00
mindspore-ci-bot 21ade66802 !2246 fix cpu argmax register
Merge pull request !2246 from kisnwang/fix-cpu-argmax
2020-06-18 15:29:52 +08:00
mindspore-ci-bot 74c3e15675 !2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
Merge pull request !2194 from 王东旭/master
2020-06-18 15:19:10 +08:00
mindspore-ci-bot 3559cb5ccd !2252 dataset: repair bug in config load
Merge pull request !2252 from ms_yan/config_load
2020-06-18 15:03:44 +08:00
mindspore-ci-bot 90e05579c8 !2197 Change acc threshold of test_resnet_imagenet
Merge pull request !2197 from zhaoting/ResNet50_st
2020-06-18 14:53:00 +08:00
mindspore-ci-bot e4af8b5be2 !2116 Change multitypefungraph to internal interface
Merge pull request !2116 from ghzl/change-multitypefungraph-to-internal-interface
2020-06-18 14:45:52 +08:00
lizhenyu 28492e50ae add model zoo script of wide and deep for gpu 2020-06-18 14:37:44 +08:00
chenjianping 35900037af support host reduce 2020-06-18 14:35:59 +08:00
mindspore-ci-bot 60f4795f40 !2220 fix binary dump and add test case
Merge pull request !2220 from leopz/fix_dump
2020-06-18 14:30:52 +08:00
mindspore-ci-bot 0d98139f16 !2267 Fix comment errors in graphdata
Merge pull request !2267 from heleiwang/fix_doc
2020-06-18 14:23:51 +08:00
mindspore-ci-bot d0fcc568e5 !2265 fix rts code checking issue
Merge pull request !2265 from dengwentao/code_check
2020-06-18 14:20:20 +08:00
yuchaojie 96db04b49d fix decoder loop for Transformer model 2020-06-18 14:18:21 +08:00
mindspore-ci-bot 1e12b07afd !2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
Merge pull request !2251 from YuJianfeng/proximal
2020-06-18 14:15:02 +08:00
Yang de213d0f2b !2266 update numpy version in requirements.txt 2020-06-18 14:14:57 +08:00
zhaoting c083089e7e change acc threshold of test_resnet_imagenet 2020-06-18 14:13:22 +08:00
mindspore-ci-bot 42c00b1534 !2222 fix op compile log bug
Merge pull request !2222 from wangcong/master
2020-06-18 14:12:26 +08:00
yanghaitao 993165cfd5 fix profiling size is -1 2020-06-18 14:11:26 +08:00
WilliamLian d3ea1e4298 fix code review 2020-06-18 14:07:57 +08:00
ms_yan 8d1dae46ac Throw error when load config failed 2020-06-18 13:47:32 +08:00
liyong 7369950a93 convert csv to mindrecord 2020-06-18 12:55:22 +08:00
mindspore-ci-bot 19e66f06e2 !2150 Gpu Tanh kernel support fp16
Merge pull request !2150 from chenweifeng/tanh-fp16
2020-06-18 12:50:25 +08:00
changzherui be623a4266 modify comment for def set_context 2020-06-18 12:45:42 +08:00
kouzhenzhong 5dc15ce6e2 Dataset: convert schema to json in serializer 2020-06-18 12:18:20 +08:00
mindspore-ci-bot 0c3d96a98b !2236 Refactor the callback module in an encapsulated way
Merge pull request !2236 from 李鸿章/callback
2020-06-18 12:09:19 +08:00
Yi Huaijie 6e970d3587 add dependency for HostAllGather and HostReduceScatter 2020-06-18 11:45:21 +08:00
mindspore-ci-bot b106c2204a !2262 fix fast_rcnn eval failed
Merge pull request !2262 from yanghaitao/yht_fasterrcn
2020-06-18 11:44:42 +08:00
yujianfeng c3871d98cc Add implementation of SparseApplyProximalAdagrad cpu kernel 2020-06-18 11:43:27 +08:00
guohongzilong 1702bdfc21 change multitpefungraph to internal interface 2020-06-18 11:29:25 +08:00
hesham b9495a9ccc Truncate Pair 2020-06-17 23:11:27 -04:00
dengwentao 453aab6122 code check 2020-06-18 11:06:02 +08:00
yanzhenxiang2020 1edaf6dea7 add bprop for ScatterMax 2020-06-18 11:04:56 +08:00
heleiwang ea7d2fc535 fix comment error 2020-06-18 10:54:04 +08:00
mindspore-ci-bot 60de9089ba !2250 fix: db close fail when close multi times
Merge pull request !2250 from guozhijian/fix_db_close_fail
2020-06-18 10:50:32 +08:00
mindspore-ci-bot 9ba6f61d01 !2148 fix hook and bprop debug issue in pynative
Merge pull request !2148 from wangqiuliang/fix-hook-bprop-issue
2020-06-18 10:44:45 +08:00
mindspore-ci-bot 4e3b3711be !2199 Fix the condition when activation name is 0
Merge pull request !2199 from Simson/push-to-opensource
2020-06-18 10:42:18 +08:00
leopz a67132f6b7 fix shape and add testcase 2020-06-18 10:36:32 +08:00
mindspore-ci-bot 294449697a !2179 Add sort by index for each group of AllReduce
Merge pull request !2179 from YuJianfeng/all_reduce_index
2020-06-18 10:35:48 +08:00
yanghaitao 8d4f831fdc fix fastrcnn eval failed 2020-06-18 10:23:45 +08:00
mindspore-ci-bot 373832d030 !2193 fix log level too high: step has no summary record is normal
Merge pull request !2193 from wenkai/wk1_log_level_0617
2020-06-18 10:19:24 +08:00
mindspore-ci-bot 38919b1671 !2237 split correction_mul ops
Merge pull request !2237 from wandongdong/master
2020-06-18 10:08:09 +08:00
mindspore-ci-bot f513bb8f83 !2163 [Auto parallel] Move 'EmbeddingLookup' to internal
Merge pull request !2163 from Xiaoda/3-changing-embeddinglookup-internal
2020-06-18 10:05:55 +08:00
kingfo 358982a98f fix hook and bprop debug issue 2020-06-18 09:50:30 +08:00
mindspore-ci-bot fe797aaf10 !2229 add ftrl optimizer
Merge pull request !2229 from zyli2020/add_ftrl_op
2020-06-18 09:48:42 +08:00
mindspore-ci-bot 95d887a35b !2226 add adam op for wide&deep model
Merge pull request !2226 from zyli2020/add_adam_op
2020-06-18 09:47:51 +08:00
mindspore-ci-bot c4863683ef !2235 add SigmoidCrossEntropyWithLogitsGrad operation
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
2020-06-18 09:47:15 +08:00
mindspore-ci-bot 116ed509bf !2234 add SigmoidCrossEntropyWithLogits op
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
2020-06-18 09:46:28 +08:00
mindspore-ci-bot 780459b1d5 !2212 optimize embedingLookup
Merge pull request !2212 from dengwentao/embedding
2020-06-18 09:43:40 +08:00