Commit Graph

3949 Commits

Author SHA1 Message Date
zhangz0911gm 23c21e191f Add FloorMod, Acosh in ME 2020-04-10 18:58:39 +08:00
Wei Luning 2ba026dbf2 remove ge depend in cpu 2020-04-10 18:57:16 +08:00
zhaoting 9b5d4eff89 add RMSProp optimizer 2020-04-10 18:51:41 +08:00
chang zherui 8adbcdbc4c delete longtime python ut 2020-04-10 18:49:40 +08:00
kswang 079df4c909 add cpu st lenet 2020-04-10 18:46:09 +08:00
lichenever 07449cd1cc fix two cast bug in auto parallel 2020-04-10 18:44:53 +08:00
zhoufeng efc6c7be63 delete abandoned script files
autogen.sh: delete
py_filter: delete
dbg_dump_parser.sh: move to script
2020-04-10 18:44:49 +08:00
chang zherui b27129c9da modify longtime python ut 2020-04-10 18:41:16 +08:00
zhaozhenlong 1984e4a1ff add operator diag and diag_part 2020-04-10 18:37:03 +08:00
leonwanghui 4c2aa41f1d 回退 'Pull Request : [AutoParallel]Fix bug in the case of two cast' 2020-04-10 18:34:27 +08:00
lichenever f0f55ad7e8 fix_cast_bug 2020-04-10 18:33:53 +08:00
mindspore-ci-bot de2d85b5fe Fix the bug of weight decay for `Adam` optimizer
Merge pull request  from seatea/adam-weight-decay
2020-04-10 17:46:43 +08:00
mindspore-ci-bot 540a91728b Modify custom op register
Merge pull request  from zjun/Modify_custom_op_register
2020-04-10 17:46:25 +08:00
leonwanghui d16756d33a Reduce MindSpore docker image size
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-04-10 17:43:26 +08:00
lizhenyu 8cd3308a4c change package name akg to _akg 2020-04-10 17:16:45 +08:00
zjun f5ee197b6c Modify custom op register 2020-04-10 16:52:31 +08:00
jojobugfree c1ad92ff4d remove python3.6 support in package.sh 2020-04-10 16:22:51 +08:00
guohongzilong d8b9442ab8 dataset_sink_mode is supported in model.eval() and not in model.train() in pynative mode 2020-04-10 16:09:59 +08:00
义峰潘 2bef22d8a3 fix bprop cache caused error with variable params 2020-04-10 12:21:40 +08:00
biffex 87c8f9a9a1 constant duplicate mul for momentum 2020-04-10 11:32:24 +08:00
chenfei d1a0ded6c2 use first depend create parameter 2020-04-10 11:06:24 +08:00
yoonlee666 b0fc7b7289 change op Slice to StridedSlice in bert model 2020-04-10 10:51:54 +08:00
mindspore-ci-bot 268d358a1d refactor OperatorCostPtr in OperatorInfo
Merge pull request  from chentingting/refactor_OperatorCostPtr_in_OperatorInfo
2020-04-10 09:21:25 +08:00
mindspore-ci-bot 481ad90bed Update setuptool info and rename setup_package.py file
Merge pull request  from leonwanghui/fixer
2020-04-10 08:51:58 +08:00
mindspore-ci-bot 1b3b3b1a1c [opt] momentum duplicate mul constant
Merge pull request  from biffex/momentum-duplicate-mul-constant
2020-04-10 08:37:41 +08:00
mindspore-ci-bot 43d90d4e73 Correct shuffle UT: buffer_size > #dataset-rows is valid
Merge pull request  from cathwong/ckw_dataset_shuffle_ut1
2020-04-10 04:34:13 +08:00
Cathy Wong 59a714c654 Correct shuffle UT buffer_size > #dataset-row as valid 2020-04-09 15:22:33 -04:00
Zirui Wu 19f2ea6d41 change int32 to int64 to avoid overflow in batch
fix clang

pybind fix
2020-04-09 11:23:43 -04:00
biffex 62bbf560c6 constant duplicate mul for momentum 2020-04-09 22:28:00 +08:00
mindspore-ci-bot 7f8c9ebf10 Fix dataset parameter check
Merge pull request  from pengyanjun/fix_dataset_para_validator_check
2020-04-09 21:21:32 +08:00
mindspore-ci-bot 8e9a2c1ce8 change logging to mindspore.log
Merge pull request  from caifubi/change-logging-to-ms-logger
2020-04-09 20:50:59 +08:00
c00425699 b413638f23 refactor OperatorCostPtr in OperatorInfo 2020-04-09 20:37:52 +08:00
Yanjun Peng 363632ca9d fix dataset para validator check 2020-04-09 20:15:22 +08:00
mindspore-ci-bot ecc168c72f Integrate two allreduce fusion set interfaces into one
Merge pull request  from yao_yf/parallel_interface_organize
2020-04-09 20:12:36 +08:00
mindspore-ci-bot 50cb2ad944 Modify api name Stack -> Pack, Unstack -> Unpack in ME.
Merge pull request  from liuxiao/temp
2020-04-09 20:08:42 +08:00
mindspore-ci-bot 002fd9a446 add variable ASCEND_CUSTOM_PATH for customized Ascend installation
Merge pull request  from yanghaoran/master
2020-04-09 19:54:46 +08:00
yanghaoran 576f65ad48 add custom environment variable ASCEND_CUSTOM_PATH for customized Ascend software installation 2020-04-09 19:07:01 +08:00
liuxiao 0f0f83e292 modified api name Stack -> Pack, Unstack -> Unpack 2020-04-09 19:02:59 +08:00
mindspore-ci-bot cc53ddaeca Add aicpu op register
Merge pull request  from zjun/master
2020-04-09 18:55:19 +08:00
seatea ead50a2170 Define the default decay_filter for `Adam` optimizer. 2020-04-09 18:24:21 +08:00
mindspore-ci-bot b2b1adff2f format memory manager interface
Merge pull request  from kisnwang/format-memory-manager-interface
2020-04-09 17:07:28 +08:00
yao_yf 6fdcc24585 Integrate two allreduce fusion set interfaces into one 2020-04-09 16:46:05 +08:00
zjun 16296da5c7 add aicpu opinfo register 2020-04-09 16:33:17 +08:00
mindspore-ci-bot 8357383111 fix doc/comments issues
Merge pull request  from 万万没想到/I1DBA8
2020-04-09 16:31:56 +08:00
kswang bef62db128 add ascend mem pool 2020-04-09 16:04:59 +08:00
leonwanghui b410a2f0a4 Update setuptool info
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-04-09 15:58:42 +08:00
jojobugfree ede8a98729 change logging to mindspore.log 2020-04-09 15:12:33 +08:00
万万没想到 d9f7e56b43 fix review opinions in doc/comments 2020-04-09 14:50:13 +08:00
mindspore-ci-bot 3bde6404de Rebuild graph before RunGraph if needed
Merge pull request  from Simson/master
2020-04-09 14:33:29 +08:00
mindspore-ci-bot 0565e4641e modify comment about normal mode
Merge pull request  from jinyaohui/master
2020-04-09 14:24:28 +08:00