Yi Huaijie
eb83ea9607
change internal API _get_strategy() to _get_shard_strategy()
5 years ago
caojian05
145545a9cb
googlenet support imagenet dataset on Ascend
5 years ago
mindspore-ci-bot
0c516dc749
!5982 fix a spelling mistakes in the yolov3_darknet53 shell script
...
Merge pull request !5982 from hanhuifeng/yolov3_darknet53_script
5 years ago
mindspore-ci-bot
7f605b6291
!5983 [MSLITE]add mindspore model mobilenetv2_438
...
Merge pull request !5983 from zhengjun10/master
5 years ago
mindspore-ci-bot
368bfb24bc
!5965 benchmark support multi outputs node & detection_post_process use stable sort & add model detect.tflite
...
Merge pull request !5965 from wangzhe/master
5 years ago
mindspore-ci-bot
ffeff2fa5b
!5946 fix bugs of op Exp, IOU, GroupNorm and Dropout
...
Merge pull request !5946 from lihongkang/lhk_master
5 years ago
mindspore-ci-bot
ea94756839
!5605 Introduce usage flag to MNIST and CIFAR dataset
...
Merge pull request !5605 from ZiruiWu/add_usage_to_cifar_mnist_coco
5 years ago
xulei2020
b356211413
add init code
5 years ago
Yi Huaijie
a836d25c64
change API set_strategy() to shard()
5 years ago
mindspore-ci-bot
ae7e8a7492
!5964 GeneratorDataset continue to send remain data when release gpu resource for GPU
...
Merge pull request !5964 from anzhengqi/I1TK0O-close-gpu2
5 years ago
xuyongfei
0b48927c9f
serving: fix -fPIE option
5 years ago
Jiaqi
777e624515
append and remove
5 years ago
mindspore-ci-bot
5166fe832d
!5977 [bug]fix cell copy and print bug
...
Merge pull request !5977 from vlne-v1/bug-cell-copy
5 years ago
Ziyan
644b680df3
fix parallel optimizer bug and add st testcase
5 years ago
lihongkang
b958f15d24
fix bugs
5 years ago
zhengjun10
65af461afd
add mindspore model mobilenetv2
5 years ago
mindspore-ci-bot
20991a0718
!5960 [ModelZoo]Add bgcf epoch time print
...
Merge pull request !5960 from zhanke/bgcf
5 years ago
hanhuifeng2020
f1dbcc7be5
fix a spelling mistakes in the yolov3_darknet53 shell script
5 years ago
mindspore-ci-bot
9971298763
!5974 add notes about bs and update frequency in the resnet_thor readme file
...
Merge pull request !5974 from wangmin0104/master
5 years ago
maning202007
af9c9b5129
Delete the openssl related code to restore debugger
5 years ago
Wei Luning
63f32cf667
cell copy bug fix 2
5 years ago
wangmin
cf68f4a237
note about bs and frequency of readme file
5 years ago
mindspore-ci-bot
47ca1e3128
!5950 set depend abstract
...
Merge pull request !5950 from Margaret_wangrui/depend_abstract
5 years ago
mindspore-ci-bot
687a7a9d0e
!5931 fix model zoo error for pynative
...
Merge pull request !5931 from chujinjin/fix_model_zoo_error_for_pynative
5 years ago
mindspore-ci-bot
d1b8b7f22f
!5951 fix aicpu device ptr release failed
...
Merge pull request !5951 from caifubi/master
5 years ago
WilliamLian
3b1dded345
add output score when matched output format with infer
5 years ago
bingyaweng
9065ee16e4
modify API comments
5 years ago
mindspore-ci-bot
994cfcb8a0
!5914 edit bert hub config file and tinybert script bugfix
...
Merge pull request !5914 from yoonlee666/master
5 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
...
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
5 years ago
mindspore-ci-bot
d88db18d34
!5841 EmbeddingLookupSplitMode from nn move to parallel._utils
...
Merge pull request !5841 from yao_yf/EmbeddingLookUpSplitMode_move_to_parallel
5 years ago
mindspore-ci-bot
45757e382c
!5967 [MSLITE] fix ci
...
Merge pull request !5967 from lz/master
5 years ago
lz
a80b3c3005
fix ci
5 years ago
mindspore-ci-bot
87d0d0bf8d
!5754 adding int32 support for Greater gpu kernel
...
Merge pull request !5754 from Peilin/add-type-support-for-greater
5 years ago
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
...
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
5 years ago
anzhengqi
d2ba20bdbc
continue to send remain data when release gpu resource
5 years ago
mindspore-ci-bot
cbeb2dbf5c
!5858 [MSLITE]add ssd mindspore model
...
Merge pull request !5858 from zhengjun10/master
5 years ago
zhanke
df04918964
add epoch time print
5 years ago
wangzhe
a758a882d6
benchmark support multi outputs node & detection_post_process use stable sort & add model detect.tflite
5 years ago
mindspore-ci-bot
c29afb716e
!5959 [MSLITE][Develop] comm conv int8 inputsum bug
...
Merge pull request !5959 from ling/bug
5 years ago
mindspore-ci-bot
a2b329828d
!5944 [bug]fix bug in cell copy & test case
...
Merge pull request !5944 from vlne-v1/bug-cell-copy
5 years ago
lilei
71adabd944
modify_bug
5 years ago
mindspore-ci-bot
aac698bb76
!5948 fix sample seed
...
Merge pull request !5948 from baihuawei/sample-seed
5 years ago
ling
efe805655e
[MSLITE][Develop] comm conv int8 inputsum bug
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
...
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
mindspore-ci-bot
af48c17798
!5911 Add ci test for one aware triaining model.
...
Merge pull request !5911 from wangshaocong/awareTraining_ci
5 years ago
mindspore-ci-bot
81c847374a
!5936 fix CPU BatchNorm infer error
...
Merge pull request !5936 from zhaoting/mobilenet
5 years ago
yao_yf
0251de8482
EmbeddingLookupSplitMode modify
5 years ago
Wei Luning
249382899b
fix bug in cell pickle and copy
5 years ago
liuyang_655
0261b41428
loss_scale_manager and optimizer
5 years ago
caifubi
5b2b60a49c
Fix aicpu device ptr relase failed
5 years ago