Commit Graph

8576 Commits

Author SHA1 Message Date
Jonathan Yan 295c00ac39 Replace std::cout with MS_LOG in dataset unit test
Signed-off-by: Jonathan Yan <jonathan.yan1@huawei.com>
2020-04-08 19:58:13 +08:00
jonyguo ef1caad11f 1. add more log info for dataset & mindrecord, 2. add two new testcase for MindDataset 2020-04-08 19:58:13 +08:00
seatea 1012790a33 Fix dtype bug for loss_scale and weight_decay.
1.Change dtype of scale to dtype of grad in loss_scale.py;
2.Change dtype of weight_decay to dtype of weight in optimizer.py.
2020-04-08 19:58:13 +08:00
zhaozhenlong 04e4f6d927 adapt relu6grad and graphengine modified 2020-04-08 19:58:13 +08:00
yoonlee666 02ebf03c6e add bert script to master 2020-04-08 19:58:13 +08:00
seatea 56ab3a1df3 Check if the shape of the input of NMSWithMask is (N, 5). 2020-04-08 19:58:13 +08:00
mindspore-ci-bot b6d74f862e !178 fix compile error
Merge pull request !178 from Simson/rebuild-graph-before-RunGraph
2020-04-08 19:42:39 +08:00
jinyaohui ac62faa388 modify set_dataset_mode_config api param 2020-04-08 18:30:36 +08:00
guohongzilong e17e086186 unified tensor and mindspore.type 2020-04-08 18:00:33 +08:00
simson a8bc8bfecb fix compile error 2020-04-08 17:48:42 +08:00
liuxiao 47d903ff57 Add pack and unpack 2020-04-08 16:58:53 +08:00
mindspore-ci-bot dd9a5a385a !175 Rebuild graph before RunGraph if needed
Merge pull request !175 from Simson/rebuild-graph-before-RunGraph
2020-04-08 16:58:38 +08:00
mindspore-ci-bot 1a4d364bf3 !7 Add ascend st lenet script for pynative mode
Merge pull request !7 from JoyLvliang/ms-incubator-pynative-add-lenet
2020-04-08 16:26:47 +08:00
mindspore-ci-bot 2eb71103f9 !82 profiling feature enhancement
Merge pull request !82 from caifubi/dev-profiling
2020-04-08 16:22:35 +08:00
simson ee5b406b37 rebuild graph before rungraph if needed 2020-04-08 16:20:46 +08:00
mindspore-ci-bot 22516d3e08 !156 [Auto parallel] Separate memory_cost and computation_cost in cost model
Merge pull request !156 from Xiaoda/implementing-memory-calculation-in-auto-parallel
2020-04-08 16:11:49 +08:00
jonyguo 20d1b64443 fix: error info is not exactly when column list invalid 2020-04-08 16:11:13 +08:00
mindspore-ci-bot 606310d9c3 !166 Enable auto-mixed-precision in GeInitialize
Merge pull request !166 from chenhaozhe/pass-auto-mixed-precision-flag
2020-04-08 15:43:26 +08:00
lvliang 2da8570a01 pynative-add-lenet 2020-04-08 15:43:17 +08:00
jojobugfree effdb483d6 profiling feature enhancement 2020-04-08 15:12:06 +08:00
anzhengqi fb4e84c0ee modify part of comments 2020-04-08 14:56:13 +08:00
mindspore-ci-bot e6ea09082c !153 add api image_gradients
Merge pull request !153 from zhaozhenlong/cell/image_gradients
2020-04-08 14:55:48 +08:00
yoonlee666 c5bfbc3556 use TFRecordDataset in bert ci script and add absolute position embedding code in bert model 2020-04-08 14:31:18 +08:00
mindspore-ci-bot 9930b18508 !165 Use mindspore. instead of mstype. in example
Merge pull request !165 from ghzl/use-mindspore-instead-of-mstype-in-example
2020-04-08 14:11:11 +08:00
Xiaoda Zhang a153fad874 This commit is to separate the computation cost and memory cost in auto_parallel. Some related memory correction is removed. 2020-04-08 11:52:19 +08:00
zhaozhenlong f9d180d413 add api image gradients 2020-04-08 11:50:22 +08:00
chenhaozhe d88dbbb138 pass auto mixed precision flag to ge init options 2020-04-08 11:43:46 +08:00
mindspore-ci-bot 0d838c7c9b !161 Edit loss_scale to fit GPU
Merge pull request !161 from VectorSL/master
2020-04-08 10:35:31 +08:00
mindspore-ci-bot a24297f547 !122 Support to config whether to save integeated checkpoint, in auto model parallel scene
Merge pull request !122 from WeibiaoYu/master
2020-04-08 09:42:59 +08:00
zhoufeng 27e49d1415 Distinguish package name according to hardware platform 2020-04-08 09:26:43 +08:00
VectorSL d0c24fb706 update lossscale for gpu 2020-04-08 08:57:40 +08:00
mindspore-ci-bot 993e69c76e !139 remove ENABLE_MINDRECORD flag
Merge pull request !139 from jonathan_yan/DLTJ
2020-04-08 08:19:32 +08:00
Jonathan Yan 243120bfa3 Merge branch 'DLTJ' of https://gitee.com/jonwe/ms_incubator into DLTJ 2020-04-07 14:58:30 -04:00
Jonathan Yan 9d0fde29f4 remove ENABLE_MINDRECORD flag 2020-04-07 14:55:45 -04:00
Alexey Shevlyakov 84d780c1a4 remove make_unique.h 2020-04-07 14:00:09 -04:00
guohongzilong c4f9230f03 usr mindspore. instead of mstype. 2020-04-07 22:54:45 +08:00
mindspore-ci-bot 9aab1613e7 !163 dataset: re-add Parameter check for class Schema
Merge pull request !163 from ms_yan/schema_para_check
2020-04-07 22:45:56 +08:00
mindspore-ci-bot 475e858474 !158 fix: resolve MindDataset hung when field not in index when using block_reader
Merge pull request !158 from guozhijian/fix_block_reader_hung
2020-04-07 21:49:33 +08:00
ms_yan ff38eff9ae add parameter check for Class Schema 2020-04-07 21:35:39 +08:00
mindspore-ci-bot fe4c815d1c !151 updata mkl-dnn link and md5
Merge pull request !151 from dengwentao/mkldnn_cmake
2020-04-07 21:22:08 +08:00
mindspore-ci-bot a4b9f8a728 !120 Fix test for RandomCropDecodeResizeOp.
Merge pull request !120 from Alexey_Shevlyakov/master
2020-04-07 20:52:45 +08:00
WeibiaoYu 22c6baeea2 Support to config whether to save integeated checkpoint, in auto model parallel scene 2020-04-07 08:25:27 -04:00
mindspore-ci-bot 9c8a0b7f7e !22 use string::find instead of equal to distinguish training graph
Merge pull request !22 from chenhaozhe/enable-variable-acc-for-training-graph
2020-04-07 19:07:41 +08:00
jonyguo c688265671 fix: when use MindDataset block_reade=True hung 2020-04-07 17:53:23 +08:00
chenhaozhe b61ad0a5a7 use find instead of equal to distinguish training graph 2020-04-07 17:29:27 +08:00
mindspore-ci-bot 9e17b996c7 !157 回退 'Pull Request !133 : Edit loss_scale to fit GPU'
Merge pull request !157 from chengang/revert-merge-133-master
2020-04-07 17:23:50 +08:00
mindspore-ci-bot 06e6c6b880 !128 refactor callback for ge backend
Merge pull request !128 from wangqiuliang/refactor-call-back-for-ge
2020-04-07 17:16:02 +08:00
chengang cc9a0e1310 回退 'Pull Request !133 : Edit loss_scale to fit GPU' 2020-04-07 16:56:33 +08:00
dengwentao 2303719352 updata mkl-dnn link and md5 2020-04-07 16:27:44 +08:00
mindspore-ci-bot 315036b1a5 !133 Edit loss_scale to fit GPU
Merge pull request !133 from VectorSL/master
2020-04-07 16:06:50 +08:00