CaoJian
f9fdb52373
modify the vgg16/lstm path to offical/{cv/npl}
5 years ago
anzhengqi
008b91b2a1
inject epoch ctrl op in the execution tree and send eos at the end of epoch
5 years ago
mindspore-ci-bot
6f8863b65d
!3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
Merge pull request !3198 from yanghaoran/code_sync_0718
5 years ago
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
5 years ago
mindspore-ci-bot
05de773775
!3209 Fix bug about output of AddNGrad.
Merge pull request !3209 from liuxiao93/AddN
5 years ago
mindspore-ci-bot
ffb7040c3c
!3200 [clean]remove loop_can_unroll flag, clean some other python code
Merge pull request !3200 from vlne-v1/remove_loop_can_unroll
5 years ago
liuxiao93
8705545bcd
Fix bug about output of AddNGrad.
5 years ago
Wei Luning
f362503d57
support throw attribute error from c++
5 years ago
Wei Luning
88e864a4a3
remove loop can unroll flag, clean some python usage
5 years ago
mindspore-ci-bot
e8b26dbdaa
!3151 Fix verification of BatchNorm2d input is 4D.
Merge pull request !3151 from liuxiao93/fix-BatchNorm2d
5 years ago
mindspore-ci-bot
4945d34a41
!3133 [MD] fix num_sample in distributed sampler
Merge pull request !3133 from liyong126/md_num_of_samples
5 years ago
liuxiao93
75881e5f2f
check input of BatchNorm is 4D.
5 years ago
mindspore-ci-bot
4a19e6b8cb
!3114 add coo_tensor
Merge pull request !3114 from riemann_penn/coo_tensor
5 years ago
mindspore-ci-bot
a84092e89d
!3102 [MD] Add additional parameter checks in RandomCropWithBBoxOp and RandomResizeWithBbox
Merge pull request !3102 from nhussain/random_crop_fixes
5 years ago
panyifeng
5a10383cc3
add coo_tensor
5 years ago
liyong
e2ea1fa0df
activate num_samples in distributed samplers
5 years ago
wangnan39@huawei.com
86889c59cb
optimizer adapt IndexedSlices
5 years ago
mindspore-ci-bot
56f70e910c
!3080 [parser]remove redundant phi
Merge pull request !3080 from vlne-v1/remove-redundant-phi
5 years ago
mindspore-ci-bot
6dd99ee35d
!3130 [dump]support dump quant in binary format file
Merge pull request !3130 from vlne-v1/quant_op_depthwise
5 years ago
mindspore-ci-bot
a10001cb58
!3152 remove 4 auto parallel reshape ut
Merge pull request !3152 from yao_yf/reshape_ut_remove
5 years ago
Wei Luning
28d1d37085
End at validate when export.
5 years ago
Wei Luning
acbccea644
remove redundant phi
5 years ago
mindspore-ci-bot
1bcbbb08d6
!2973 [MD] Add implementation of SlidingWindow TensorOp, c++ & python
Merge pull request !2973 from luoyang/update
5 years ago
yao_yf
abebb2004b
remove 4 reshape ut
5 years ago
mindspore-ci-bot
edec821c50
!2876 set reshape operator no redistribution for auto parallel
Merge pull request !2876 from lirongzhen1/master
5 years ago
mindspore-ci-bot
1a518e1cff
!3144 [MD] Fix ResizeOp behaviour
Merge pull request !3144 from nhussain/dataset_check
5 years ago
nhussain
c984b0fc88
fix size tuple
5 years ago
mindspore-ci-bot
35c0f1d2e6
!3143 Add python UT to MnistDataset op
Merge pull request !3143 from TinaMengtingZhang/dataset-op-ut-mnist
5 years ago
tinazhang
ab37e87d7a
adding Mnist python ut coverage
5 years ago
islam_amin
5647889c0d
Added AutoContrast Op
5 years ago
mindspore-ci-bot
37e8439c0a
!3077 supporting cpp invert operation
Merge pull request !3077 from ava/invert
5 years ago
mindspore-ci-bot
c07a8d2033
!3137 Cleanup dataset UT: Remove deprecated save_and_check
Merge pull request !3137 from cathwong/ckw_dataset_ut_cleanup7
5 years ago
nhussain
5871ba8a05
more validator fixes
5 years ago
mindspore-ci-bot
74bbfa3cf6
!3095 modify the limit of loss scale
Merge pull request !3095 from Simson/push-to-opensource
5 years ago
lirongzhen1
c1eba79b83
set reshape redistribution strategy attribute to no redistribution
5 years ago
mindspore-ci-bot
eeba046115
!3050 Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
Merge pull request !3050 from liuxiao93/Tan/TruncateDiv/TruncateMOd
5 years ago
changzherui
f4cb445ea8
syn code for 0715
5 years ago
mindspore-ci-bot
526770e09e
!3049 [dataset] add save operator in dataset
Merge pull request !3049 from liyong126/dataset_save_op
5 years ago
simson
177e18f3f4
modify the limit of loss scale
5 years ago
mindspore-ci-bot
6335598fff
!3111 Rollback to Normal that operates on D
Merge pull request !3111 from peixu_ren/custom_gpu
5 years ago
liyong
bc676fe250
save op in minddataset
5 years ago
peixu_ren
1feca960aa
Rollback to Normal on D
5 years ago
Ziyan
39f08eb7dd
enable optimizer parallel
5 years ago
avakh
35c3a63701
support cpp invert operation
5 years ago
mindspore-ci-bot
7976d77593
!3104 fix mindspore dtype equal
Merge pull request !3104 from fary86/fix_mstype_eq
5 years ago
fary86
595767b4b5
Fix bug of mindspore dtype equal
5 years ago
Cathy Wong
04eb4f89c7
Cleanup dataset UT: Replace save_and_check
5 years ago
Zirui Wu
d233c54139
implemented cpp random choice, apply and compos
python part of random ops
added random select sub policy
validators added
comments added, remaining issues addressed
add more python test cases
fix ci
fix CI
fix order of include files
addr review cmts
addr review cmts
reorg file
fix compile err
address review cmts
address review cmts
5 years ago
YangLuo
4136892a3e
add SlidingWindow Op
5 years ago
mindspore-ci-bot
3e691e54f5
!3071 change ValueError to TypeError for enumerate start
Merge pull request !3071 from zhangbuxue/change_ValueError_to_TypeError_for_enumerate_start
5 years ago