YangLuo
16f54c900b
fix numpyslice bug
5 years ago
panfengfeng
ca881ec03e
add maxpool_with_argmax/grad cuda kernel
5 years ago
mindspore-ci-bot
0fb669190a
!3703 Enlarge the threshold of resnet50 performance st in pynative
Merge pull request !3703 from JoyLvliang/r0.6
5 years ago
mindspore-ci-bot
dcd471eb96
!3718 add mindspore hub for download ckpt file
Merge pull request !3718 from chenzhongming/r0.6
5 years ago
lvliang
937c5b5d8e
enlarge the threshold of resnet50 performance in pynative
5 years ago
chenzomi
783b823a25
add mindspore hub for download ckpt file
add mindspore.hub and change model_zoo
5 years ago
mindspore-ci-bot
30ffcd8a1f
!3681 modelzoo: support vgg16 in GPU
Merge pull request !3681 from ms_yan/vgg_r0.6
5 years ago
ms_yan
e497117b74
init add vgg16 gpu version
merge the script
optimize the script
repair problem in vgg16 cifar10 version
optimize the vgg script
5 years ago
kingfo
fc92598881
fix batchnorm issue in pynative auto mix precision
5 years ago
mindspore-ci-bot
bb4339e3ca
!3584 Fix a DatasetCache sharing scenario
Merge pull request !3584 from guansongsong/gss/fix_cache
5 years ago
mindspore-ci-bot
d4b5cda934
!3604 Fix minor errors in probabilistic programming
Merge pull request !3604 from peixu_ren/r0.6
5 years ago
mindspore-ci-bot
68128f87a9
!3634 Spilt unsupported transdata
Merge pull request !3634 from lianliguang/r0.6
5 years ago
guansongsong
5b15f40598
Fix a DatasetCache sharing scenario
5 years ago
WilliamLian
edba641ddb
split unsupported transdata
5 years ago
peixu_ren
49cdeb3f78
Fix minor errors in probabilistic programming
5 years ago
guansongsong
543b75f366
fix the description of cache
5 years ago
Xiaoda Zhang
ab676ba81a
add costmodel for gpu
5 years ago
mindspore-ci-bot
c31c1c808a
!3530 Fix a bug for Parameter
Merge pull request !3530 from hewei/fix_parameter_bug_r0.6
5 years ago
He Wei
1f6771256d
Fix a bug for Parameter
1. Parameter's init_data() should have no effect if default_input already set;
2. This bug is introduced by 'decouple ParamValue from python';
3. An unit test case is added to ensure the right init_data() behavior.
5 years ago
yoonlee666
1dcf9abf6a
add bert ci script
5 years ago
ZPaC
b109e6f643
Add parameter server model_zoo case and CI test cases.
5 years ago
mindspore-ci-bot
375078cf55
!3471 Fixing Bug with AutoContrast/Equalize supporting uint8 dtype/mnist
Merge pull request !3471 from guozhijian/fix_autocontrast_equalize_support_uint8
5 years ago
mindspore-ci-bot
b0cb13d265
!3463 [MD]Fix Segementation Falut when SentencepieceTokenizer Op before zipOp and ConcatOp
Merge pull request !3463 from xulei/tmp_0.6
5 years ago
mindspore-ci-bot
26733198e9
!3458 fix getdataset size error r0.6
Merge pull request !3458 from panfengfeng/fix_getdataset_size_error_r0.6
5 years ago
islam_amin
b0e83c5a06
Fixing AutoContrast/Equalize Bug
5 years ago
panfengfeng
4e7cb1a7a4
fix get daataset size error
5 years ago
xulei2020
c43bc92d7c
add code
5 years ago
kingfo
5916da1763
fix mix precision operator issue
5 years ago
mindspore-ci-bot
c005dfd803
!3389 merge sparse hot fix to r0.6
Merge pull request !3389 from riemann_penn/merger_sparse_hot_fix_to_r0.6
5 years ago
panyifeng
2cebc62bbf
fix sparse related issues
5 years ago
mindspore-ci-bot
f9aec99c01
!3379 modify the vgg16/lstm path to offical/{cv/nlp}
Merge pull request !3379 from caojian05/ms_master_dev
5 years ago
CaoJian
80a655099a
modify the vgg16/lstm path to offical/{cv/nlp}
5 years ago
buxue
15487759ff
support call super when class define in test_case.
5 years ago
yujianfeng
16035dc62c
Fix internal multiple outputs check
5 years ago
buxue
f84b055244
add check for implicit conversion when scalar is not number and bool.
5 years ago
kingfo
09b437285b
support mix precision in pynative
5 years ago
mindspore-ci-bot
8f4bab4e75
!2410 Support insert memcpy between two hccl op if the part outputs of prior hccl op linking to next hccl op
Merge pull request !2410 from huanghui/insert-memcpy-async-pass
5 years ago
mindspore-ci-bot
bc20de741a
!3315 restore reshape ut
Merge pull request !3315 from yao_yf/restore_auto_parallel_reshape_ut
5 years ago
mindspore-ci-bot
c84d4bbd36
!3180 Update for python AutoContrast API, cpp UnifromAugment API and UT
Merge pull request !3180 from alashkari/update-aug-ops-2
5 years ago
mindspore-ci-bot
174acbec13
!3265 Decouple ir from optimizer
Merge pull request !3265 from hewei/decouple_ir_optimizer
5 years ago
mindspore-ci-bot
2eefb94fee
!3312 Relax the threshold of pynative resnet50 performance st
Merge pull request !3312 from JoyLvliang/Relax-the-threshold-of-pynative-resnet50-performance-st
5 years ago
mindspore-ci-bot
ac993460bf
!3288 delete useless code for all reduce
Merge pull request !3288 from yangzhenzhang/delete-useless-code
5 years ago
yao_yf
1d3a06a3b0
recover reshape ut
5 years ago
Amir Lashkari
6f186aafa0
Update Python UA op, AutoContrast Op and UT
Updated Validators.py
Fixed UA UT
Fixed UA UT
Fixed PyLint Errors
Added aditional changes
remove old golden AutoContrast UT file
updated Autocontrast python UT
Added golden files
Fixed issue
fixed UT
5 years ago
mindspore-ci-bot
d15b4c5d61
!3201 RoI Align GPU kernel
Merge pull request !3201 from JonathanY/main
5 years ago
mindspore-ci-bot
38a52a5b67
!3176 Add gpu support for ResizeNearestNeighbor
Merge pull request !3176 from 34bunny/GPU-ResizeNearestNeighbor
5 years ago
mindspore-ci-bot
21783ce221
!3300 Optimize server code
Merge pull request !3300 from ZPaC/new-feature-of-ps
5 years ago
lvliang
6f1d2768f8
Relax-the-threshold-of-pynative-resnet50-performance-st
5 years ago
cristoval
c6262111ef
add sparse lazy adam in ps
5 years ago
huanghui
f1563d2d37
insert memcpy async if hccl op cascade
5 years ago