Commit Graph

6103 Commits

Author SHA1 Message Date
yangzhenzhang 9aa84b3d14 add strided slice op 2020-07-29 17:18:50 +08:00
wandongdong b39d524d44 set out format to nhwc4 2020-07-29 17:00:46 +08:00
meixiaowei 8950952fe3 modify readme 2020-07-29 16:43:28 +08:00
limingqi107 af39ca8252 modify the wrong word 2020-07-29 16:30:16 +08:00
wilfChen 9cad0fec1d gpu broadcast to 2020-07-29 16:24:01 +08:00
mindspore-ci-bot 1b69923472 !3643 Throw exception if different communication ops which are divided to the same segement share the same input
Merge pull request !3643 from huanghui/communication-op-fusion
2020-07-29 16:10:59 +08:00
mindspore-ci-bot d4b52ac59f !3489 use kernelruntime::mem_manager to reduce rtMalloc and rtFree time in trans data format
Merge pull request !3489 from lvchangquan/master
2020-07-29 16:10:21 +08:00
panfengfeng 4644085e92 add epoch_num 2020-07-29 16:10:06 +08:00
wanghua 7dd5e78fde add tinybert scripts 2020-07-29 16:07:04 +08:00
jiangzhiwen 1eda0ef071 change num_samples definition 2020-07-29 15:37:59 +08:00
mindspore-ci-bot fcdad59ce6 !3594 fix batchnorm issue under mix precision in pynative mode
Merge pull request !3594 from wangqiuliang/fix-batchnorm-under-mix-precision-in-pynative
2020-07-29 15:27:23 +08:00
GuoMengHao 2309e7369a add_python_distribute_pretrain_script
Signed-off-by: GuoMengHao <guomenghao@huawei.com>
2020-07-29 15:13:23 +08:00
mindspore-ci-bot 12a150bb5d !3630 not reuse refnode input's memory
Merge pull request !3630 from laiyongqiang/refnode_input_fix
2020-07-29 14:59:44 +08:00
mindspore-ci-bot c57ad1528f !3635 fix dataset & train gil lock of gpu process master
Merge pull request !3635 from panfengfeng/fix_dataset_train_gil_of_gpu_master
2020-07-29 14:41:32 +08:00
mindspore-ci-bot 44e739ae31 !3627 fix: device occupied tdt hung
Merge pull request !3627 from guozhijian/fix_device_occupied_tdt_hung
2020-07-29 14:40:35 +08:00
geekun 17d71280b8 fix codex and support akg op profiling 2020-07-29 14:36:14 +08:00
mindspore-ci-bot 9ccc6889eb !3624 fix GeneratorDataset time out
Merge pull request !3624 from yanghaitao/yht_generator_timeout
2020-07-29 14:27:18 +08:00
mindspore-ci-bot 4834a6b347 !3574 Rename AnfNode::user_data related functions to follow naming rule
Merge pull request !3574 from hewei/rename_user_data_func
2020-07-29 14:26:21 +08:00
liyong ed70de8070 fix coredump when number of file list more than 1000. 2020-07-29 14:21:19 +08:00
huanghui 311d8ea1f9 add exception when different communication op in one segment shared the same input 2020-07-29 14:15:43 +08:00
mindspore-ci-bot e4a7ca7f08 !3637 Lowering value checking threshold to support training with very small steps or
Merge pull request !3637 from thlinh/dev_Jul28_lower_checking_threshold
2020-07-29 14:10:54 +08:00
lvchangquan fdbe4c19ba use kernel_runtime::mem_manager to reduce rtMalloc and rtFree time in trans data format 2020-07-29 12:36:51 +08:00
He Wei db6aa862d5 Optimize tensor data
Replace std::vector<T> with std::unique_ptr<T[]> for tensor data storage,
it prevent unintended data initialization when data is lazy allocated.
2020-07-29 11:56:15 +08:00
mindspore-ci-bot d06da1d270 !3603 Check that the number columns of names and default matches
Merge pull request !3603 from jiangzhiwen/fix_column_names_exceeded
2020-07-29 11:40:06 +08:00
kingfo fab9fac109 fix batchnorm under mix precision in pynative mode 2020-07-29 11:27:18 +08:00
Hoai Linh Tran b4c57295f7 Lowering value checking threshold to support training with very small steps 2020-07-28 23:26:04 -04:00
mindspore-ci-bot b75943f220 !3620 add mindspore lite
Merge pull request !3620 from 张学同/to_merge
2020-07-29 10:54:41 +08:00
panfengfeng 48ab208148 fix dataset train gil of gpu 2020-07-29 10:42:08 +08:00
mindspore-ci-bot 800b9dc596 !3270 New optimization pass to remove redundant Select ops
Merge pull request !3270 from thlinh/dev_Jul17_removeSelect
2020-07-29 10:19:14 +08:00
mindspore-ci-bot f48ef43647 !3611 dataset: repair problem in vgg cifar(version)
Merge pull request !3611 from ms_yan/vgg_repair
2020-07-29 10:18:04 +08:00
mindspore-ci-bot fa3a1f4a16 !3556 add desc about sink_size
Merge pull request !3556 from jinyaohui/master
2020-07-29 10:13:28 +08:00
mindspore-ci-bot 2f956d7cc2 !3612 modify case
Merge pull request !3612 from changzherui/mod_case
2020-07-29 10:12:17 +08:00
mindspore-ci-bot cf6e13cc48 !3563 fix a bug that causes failure when running muti-p from origin dataset,not from MR
Merge pull request !3563 from zhouyuanshen/master
2020-07-29 10:08:26 +08:00
mindspore-ci-bot c2385e2ede !3615 Move nn/distribution to nn/probability/distribution
Merge pull request !3615 from XunDeng/pp_poc_v3
2020-07-29 10:02:11 +08:00
jonyguo b9d855cbca fix: device occupied tdt hung 2020-07-29 09:45:54 +08:00
mindspore-ci-bot 9e1244934c !3614 Update Convert Switch to use PCNode
Merge pull request !3614 from Giancarlo/update_convert_sw
2020-07-29 09:43:26 +08:00
mindspore-ci-bot 980b67d1c4 !3578 fix maskrcnn dataset rescale bug
Merge pull request !3578 from meixiaowei/master
2020-07-29 09:37:08 +08:00
mindspore-ci-bot f96efbfe19 !3606 [bug][auto_mixed_precision]fix amp doc and eval network build
Merge pull request !3606 from vlne-v1/amp_doc
2020-07-29 09:19:51 +08:00
jiangzhiwen 2cc6b5cb52 fix number of columns not match 2020-07-29 09:19:33 +08:00
mindspore-ci-bot 86f00a4649 !3592 Fix numpyslice issue
Merge pull request !3592 from xiefangqi/md_fix_numpyslice_issue
2020-07-29 09:09:51 +08:00
mindspore-ci-bot 7f51db990e !3601 Pynative add attr info into cache key
Merge pull request !3601 from JoyLvliang/pynative-add-attr-info-into-cache-key
2020-07-29 08:59:16 +08:00
mindspore-ci-bot 9031b38935 !3617 Fix python dependency in C++ api build
Merge pull request !3617 from 章一智/cpp_build
2020-07-29 04:29:17 +08:00
anthonyaje a7eaf2736a First drop of MapOp refactor to support device augment.
Refactored MapOp to in preparation to support device augment

Minor fix
2020-07-28 15:53:43 -04:00
hangq 174d308cfa add mindspore lite 2020-07-29 03:06:17 +08:00
mindspore-ci-bot f2401cd0f9 !3438 C++ API support for TakeDatasetOp and VOCDatasetOp
Merge pull request !3438 from luoyang/pylint
2020-07-29 02:25:13 +08:00
ervinzhang f926177ae6 fixed cpp build python dependecy 2020-07-28 13:25:26 -04:00
Xun Deng 90cb785181 move nn/distribution to nn/probability/distribution 2020-07-28 12:45:23 -04:00
changzherui 758853ff52 modify case 2020-07-29 00:15:48 +08:00
Giancarlo Colmenares 0b596c6080 Migrated ConvertSwitch to Pattern Matcher. Removed/updated comments. 2020-07-28 11:52:45 -04:00
ms_yan 4e3fa200ee repair problem in vgg16 cifar10 version 2020-07-28 23:10:45 +08:00