Alexey Shevlyakov
|
b9701db887
|
fix RandomCropDecodeResize test
|
5 years ago |
chengang
|
22578e9839
|
回退 'Pull Request !133 : Edit loss_scale to fit GPU'
|
5 years ago |
VectorSL
|
bf4c09931e
|
edit loss_scale for gpu
|
5 years ago |
chang zherui
|
0a595b4749
|
fix runtest.sh for python ut
|
5 years ago |
ms_yan
|
1efa4ffc39
|
add parameter check for Class Schema
|
5 years ago |
wanghua
|
a8f95e6d2c
|
modify bert test file
|
5 years ago |
wanghua
|
3aa51f35c1
|
fix bert precison bug
|
5 years ago |
kingfo
|
93fe493cf4
|
fix ME+GE compile error
|
5 years ago |
zhaoting
|
2a82eb450e
|
add weight decay in RMSProp optimizer
|
5 years ago |
zhangz0911gm
|
23c21e191f
|
Add FloorMod, Acosh in ME
|
5 years ago |
Wei Luning
|
2ba026dbf2
|
remove ge depend in cpu
|
5 years ago |
zhaoting
|
9b5d4eff89
|
add RMSProp optimizer
|
5 years ago |
chang zherui
|
8adbcdbc4c
|
delete longtime python ut
|
5 years ago |
kswang
|
079df4c909
|
add cpu st lenet
|
5 years ago |
lichenever
|
07449cd1cc
|
fix two cast bug in auto parallel
|
5 years ago |
zhoufeng
|
efc6c7be63
|
delete abandoned script files
autogen.sh: delete
py_filter: delete
dbg_dump_parser.sh: move to script
|
5 years ago |
chang zherui
|
b27129c9da
|
modify longtime python ut
|
5 years ago |
zhaozhenlong
|
1984e4a1ff
|
add operator diag and diag_part
|
5 years ago |
leonwanghui
|
4c2aa41f1d
|
回退 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
|
5 years ago |
lichenever
|
f0f55ad7e8
|
fix_cast_bug
|
5 years ago |
mindspore-ci-bot
|
de2d85b5fe
|
!199 Fix the bug of weight decay for `Adam` optimizer
Merge pull request !199 from seatea/adam-weight-decay
|
5 years ago |
mindspore-ci-bot
|
540a91728b
|
!222 Modify custom op register
Merge pull request !222 from zjun/Modify_custom_op_register
|
5 years ago |
leonwanghui
|
d16756d33a
|
Reduce MindSpore docker image size
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
|
5 years ago |
lizhenyu
|
8cd3308a4c
|
change package name akg to _akg
|
5 years ago |
zjun
|
f5ee197b6c
|
Modify custom op register
|
5 years ago |
jojobugfree
|
c1ad92ff4d
|
remove python3.6 support in package.sh
|
5 years ago |
guohongzilong
|
d8b9442ab8
|
dataset_sink_mode is supported in model.eval() and not in model.train() in pynative mode
|
5 years ago |
义峰潘
|
2bef22d8a3
|
fix bprop cache caused error with variable params
|
5 years ago |
biffex
|
87c8f9a9a1
|
constant duplicate mul for momentum
|
5 years ago |
chenfei
|
d1a0ded6c2
|
use first depend create parameter
|
5 years ago |
yoonlee666
|
b0fc7b7289
|
change op Slice to StridedSlice in bert model
|
5 years ago |
mindspore-ci-bot
|
268d358a1d
|
!187 refactor OperatorCostPtr in OperatorInfo
Merge pull request !187 from chentingting/refactor_OperatorCostPtr_in_OperatorInfo
|
5 years ago |
mindspore-ci-bot
|
481ad90bed
|
!193 Update setuptool info and rename setup_package.py file
Merge pull request !193 from leonwanghui/fixer
|
5 years ago |
mindspore-ci-bot
|
1b3b3b1a1c
|
!198 [opt] momentum duplicate mul constant
Merge pull request !198 from biffex/momentum-duplicate-mul-constant
|
5 years ago |
mindspore-ci-bot
|
43d90d4e73
|
!210 Correct shuffle UT: buffer_size > #dataset-rows is valid
Merge pull request !210 from cathwong/ckw_dataset_shuffle_ut1
|
5 years ago |
Cathy Wong
|
59a714c654
|
Correct shuffle UT buffer_size > #dataset-row as valid
|
5 years ago |
Zirui Wu
|
19f2ea6d41
|
change int32 to int64 to avoid overflow in batch
fix clang
pybind fix
|
5 years ago |
biffex
|
62bbf560c6
|
constant duplicate mul for momentum
|
5 years ago |
mindspore-ci-bot
|
7f8c9ebf10
|
!194 Fix dataset parameter check
Merge pull request !194 from pengyanjun/fix_dataset_para_validator_check
|
5 years ago |
mindspore-ci-bot
|
8e9a2c1ce8
|
!190 change logging to mindspore.log
Merge pull request !190 from caifubi/change-logging-to-ms-logger
|
5 years ago |
c00425699
|
b413638f23
|
refactor OperatorCostPtr in OperatorInfo
|
5 years ago |
Yanjun Peng
|
363632ca9d
|
fix dataset para validator check
|
5 years ago |
mindspore-ci-bot
|
ecc168c72f
|
!189 Integrate two allreduce fusion set interfaces into one
Merge pull request !189 from yao_yf/parallel_interface_organize
|
5 years ago |
mindspore-ci-bot
|
50cb2ad944
|
!192 Modify api name Stack -> Pack, Unstack -> Unpack in ME.
Merge pull request !192 from liuxiao/temp
|
5 years ago |
mindspore-ci-bot
|
002fd9a446
|
!202 add variable ASCEND_CUSTOM_PATH for customized Ascend installation
Merge pull request !202 from yanghaoran/master
|
5 years ago |
yanghaoran
|
576f65ad48
|
add custom environment variable ASCEND_CUSTOM_PATH for customized Ascend software installation
|
5 years ago |
liuxiao
|
0f0f83e292
|
modified api name Stack -> Pack, Unstack -> Unpack
|
5 years ago |
mindspore-ci-bot
|
cc53ddaeca
|
!171 Add aicpu op register
Merge pull request !171 from zjun/master
|
5 years ago |
seatea
|
ead50a2170
|
Define the default decay_filter for `Adam` optimizer.
|
5 years ago |
mindspore-ci-bot
|
b2b1adff2f
|
!191 format memory manager interface
Merge pull request !191 from kisnwang/format-memory-manager-interface
|
5 years ago |