Commit Graph

457 Commits

Author SHA1 Message Date
yoonlee666 39b446524d fix bugs in bert example script 2020-04-14 10:18:31 +08:00
mindspore-ci-bot 60958d6b25 !239 Add dynamic learning rate decay and review optimizer code
Merge pull request !239 from fanglei/master
2020-04-14 09:24:25 +08:00
mindspore-ci-bot e95945969b !270 fix complite error while using .so with clang on macos
Merge pull request !270 from SanjayChan/mac_os
2020-04-14 09:16:25 +08:00
mindspore-ci-bot d9cd681c30 !207 Fix potential overflow in batch by changing int32 to int64
Merge pull request !207 from ZiruiWu/batch_info_overflow
2020-04-14 01:55:35 +08:00
mindspore-ci-bot 9875fcc9fa !271 Fix repeat and epoch api notice discription
Merge pull request !271 from pengyanjun/fix_repeat_epoch_doc
2020-04-13 23:12:09 +08:00
gaojing 2db3e64ff2 add operation 2020-04-13 10:38:03 -04:00
mindspore-ci-bot 878a076dbd !200 Add quantization aware training related operators
Merge pull request !200 from chengang/quant
2020-04-13 22:06:28 +08:00
mindspore-ci-bot 298a32f1e2 !132 Add confusion_mul_grad_fusion pass
Merge pull request !132 from huanghui/master
2020-04-13 21:49:06 +08:00
root 7d700295f8 add dynamic lr and enhance optim 2020-04-13 13:48:01 +00:00
liyong 0ce83e39e1 fix TestShardSampleWrongNumber
adjust internal api
2020-04-13 21:31:45 +08:00
chenzomi 65a49a21e5 fix complite error while using .so with clang on macos 2020-04-13 21:23:12 +08:00
mindspore-ci-bot 03c2555977 !247 pynative-fix-bug-type-str-is-invalied-uint16
Merge pull request !247 from JoyLvliang/fix-bug-type-str-is-invalied-uint16
2020-04-13 20:58:55 +08:00
mindspore-ci-bot 57f953ca38 !216 Implement addn fusion pass
Merge pull request !216 from YuJianfeng/master
2020-04-13 20:49:32 +08:00
mindspore-ci-bot 3924e51189 !266 Unify the import of paramter and mstype in front example
Merge pull request !266 from ghzl/modify-some-example-in-me-front
2020-04-13 20:46:01 +08:00
mindspore-ci-bot 39a46b9342 !245 Add bool type check in communication operator
Merge pull request !245 from chentingting/add_bool_type_check_in_comm_op
2020-04-13 20:19:47 +08:00
mindspore-ci-bot 77725e81a4 !258 add_minimum_distributed_op
Merge pull request !258 from lichen/add_minimum_distributed_op
2020-04-13 20:16:08 +08:00
lvliang 79f74745ec fix-bug-type-str-is-invalied-uint16 2020-04-13 20:03:44 +08:00
Yanjun Peng 732dd01a6a fix epoch repeat doc problem 2020-04-13 20:03:03 +08:00
mindspore-ci-bot 5bb4e8120d !208 [mixprecision]fix eval support bug and error cast on ApplyMomentum
Merge pull request !208 from vlne-v1/I1D33P-auto-mix-precision-eval-support
2020-04-13 20:02:25 +08:00
mindspore-ci-bot e231127cd8 !265 [bug]fix InsertGradientOf with Parameter.
Merge pull request !265 from vlne-v1/I1EE1P-insertgradiendof-with-parameter
2020-04-13 19:56:22 +08:00
Zhang Qinghua b9728f4e9e Fix the issue in debug info. 2020-04-13 19:43:58 +08:00
Wei Luning 2fecdede6b support amp when model eval, fix example of UnsortSegmentsSum 2020-04-13 19:17:47 +08:00
huanghui 19ee376cd3 add confusion_mul_grad fusion pass 2020-04-13 19:08:15 +08:00
mindspore-ci-bot c478be0ff0 !248 Fix aicpu getnext bug
Merge pull request !248 from zjun/fix_getnext_bug
2020-04-13 18:45:11 +08:00
guohongzilong 50ed76bc0c unify some examples in mindpore front 2020-04-13 18:14:43 +08:00
Wei Luning 37c94a5f76 add pass replace_old_param_ 2020-04-13 17:52:55 +08:00
c00425699 d62f560b50 add_bool_type_check_in_comm_op 2020-04-13 17:34:29 +08:00
lichenever b81cc6ea4f add minimum distributed op 2020-04-13 17:26:31 +08:00
mindspore-ci-bot fe07c25d92 !224 Dock relu6 and relu6grad for open source process
Merge pull request !224 from zhangbuxue/dock_relu6_for_open_source_processes
2020-04-13 17:08:49 +08:00
panfengfeng cc80c76687 add quantizaiton gpu op 2020-04-13 16:51:41 +08:00
YuJianfeng 7307c81f31 implement AddN fission pass 2020-04-13 16:05:45 +08:00
mindspore-ci-bot a44d734741 !212 quantization aware training frontend operators define.
Merge pull request !212 from SanjayChan/quant_frontend
2020-04-13 15:48:04 +08:00
mindspore-ci-bot 9c21f751e0 !257 Fix print content of mindspore.string
Merge pull request !257 from ghzl/fix-print-content-of-mstype-string
2020-04-13 15:34:36 +08:00
mindspore-ci-bot 18b9a0957e !203 fix reshape as output and release mem exception
Merge pull request !203 from kisnwang/optimize-allreduce-mem-malloc
2020-04-13 15:26:06 +08:00
buxue 0db45147a4 dock relu6 for open source process and fix pow bprop 2020-04-13 15:25:04 +08:00
mindspore-ci-bot 50d8992177 !253 change adam output numbers adapter to tbe
Merge pull request !253 from zhaoting/add-YOLOv3-infer-scipt-and-change-dataset-to-MindRecord
2020-04-13 15:18:33 +08:00
leonwanghui 580c20d284 Add MindSpore devel docker image for CPU and GPU backend
Merge pull request !254 from leonwanghui/dockerfile
2020-04-13 15:08:05 +08:00
zjun 7c19a4c2fd fix getnext op bug 2020-04-13 14:44:11 +08:00
mindspore-ci-bot 734f8a7fdb !244 fix ref pass visit graph bug
Merge pull request !244 from dinghao/master
2020-04-13 14:38:49 +08:00
kswang b8a7e73f7d fix reshape output and clearres error 2020-04-13 14:20:58 +08:00
mindspore-ci-bot e8f6c1a4e6 !256 Output sha256 file
Merge pull request !256 from ZhouFeng/output-sha256-file
2020-04-13 14:16:43 +08:00
guohongzilong 005e202083 fix print content of mindspore.string 2020-04-13 13:21:24 +08:00
zhoufeng 19daf09f88 output sha256 file 2020-04-13 12:09:54 +08:00
chenzomi d64f662c76 quantization aware training frontend operators define. 2020-04-13 12:02:49 +08:00
leonwanghui 08dd50d671 Add mindspore devel docker image for CPU and GPU backend
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-04-13 11:28:33 +08:00
zhaoting fa03a66433 change adam output numbers adapter to tbe 2020-04-13 11:09:23 +08:00
dinghao 37ba21c271 fix ref pass visit graph bug 2020-04-13 11:06:33 +08:00
mindspore-ci-bot c75f75a3e1 !252 [MD] skip mindreocrd test cases
Merge pull request !252 from panfengfeng/panff/remove_mindrecord_test_cases
2020-04-13 11:02:51 +08:00
mindspore-ci-bot 51831a1ddb !159 pynative mode: dataset_sink_mode setting in model.eval() and model.train()
Merge pull request !159 from ghzl/pynative-mode-dataset_sink-is-supported-in-eval
2020-04-13 10:41:05 +08:00
panfengfeng 6a79fc1735 skip mindrecord ut test case 2020-04-13 10:38:54 +08:00