caozhou
7f9e42e266
unify the expression of Conv2d and DepthwiseConv2d
5 years ago
mindspore-ci-bot
91b2591b08
!6079 1.Fix codex of PS module. 2.Use std::vector instead of std::shared_ptr. 3.Optimize some code.
Merge pull request !6079 from ZPaC/master-1.0-optimize-ps
5 years ago
Payne
1996f715dc
add args, close dataset sink mode by default, rename Readme.md -> README.md
5 years ago
ZPaC
4c1f9983d7
Optimize PS code.
5 years ago
mindspore-ci-bot
daf6739b22
!6053 limit_cv_threads_num_to_deeplabv3
Merge pull request !6053 from wukesong/limit_cv_for_deeplabv3
5 years ago
mindspore-ci-bot
f577192591
!6048 SoftmaxCrossEntropyWithLogic api adapt
Merge pull request !6048 from caojian05/ms_master_googlenet_api_adapt
5 years ago
mindspore-ci-bot
acc95fc8f6
!6051 fix bug for yolov3-darknet53
Merge pull request !6051 from chengxb7532/master
5 years ago
mindspore-ci-bot
d8c09067ce
!5801 [MD][Feature] minddata iterator output ms_tensor
Merge pull request !5801 from xiefangqi/md_modify_output_tensor
5 years ago
wukesong
db1e522e2d
limit cv thread num.
5 years ago
chengxianbin
0077cbcd7b
fix bugs for yolov3-dakrnet53
5 years ago
CaoJian
9bdd4195a4
SoftmaxCrossEntropyWithLogic api adapt
5 years ago
mindspore-ci-bot
5af7a308a9
!6004 mobilenetv2 del comment
Merge pull request !6004 from yepei6/mobilenetv2_del_commentt
5 years ago
xiefangqi
9b3c33e157
minddata iterator output ms_tensor
5 years ago
mindspore-ci-bot
be62fd7fa6
!5768 Save the GPU backend multi card output in different folders.
Merge pull request !5768 from linqingke/fasterrcnn
5 years ago
mindspore-ci-bot
881670428d
!6008 [VM][Quant]Fix readme bug of quant network in model zoo
Merge pull request !6008 from chenfei_mindspore/fix-readme-of-mobilenetv2
5 years ago
nhussain
92e99ff224
change map calls
5 years ago
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
Merge pull request !5958 from lilei/modify_bug
5 years ago
mindspore-ci-bot
50f3e30ad5
!6000 fix_model_zool_resnet50_scripts_allreduce_fusion_bug
Merge pull request !6000 from lichen/fix_model_resnet50_script_bug
5 years ago
chenfei
1020324148
fix bug of quant network in model zoo
5 years ago
yepei6
28c81813c6
update model_zoo/official/cv/mobilenetv2/train.py.
delete the comment of printing training info
5 years ago
mindspore-ci-bot
f5e6fa95f3
!5926 googlenet support imagenet dataset on Ascend
Merge pull request !5926 from caojian05/ms_master_googlenet_support_imagenet_on_ascend
5 years ago
lichenever
2e5e526e55
fix_model_zool_resnet50_script_bug
5 years ago
mindspore-ci-bot
55372b41fd
!5908 delete DataWrapper in Model to unify the expression of dataset sinking
Merge pull request !5908 from wangnan39/optim_datawrapper_in_model
5 years ago
wangnan39@huawei.com
fdac02feed
delete DataWrapper and optim Model
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
linqingke
845ff342ed
Save the GPU backend multi card output in different folders.
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
wangmin
cf68f4a237
note about bs and frequency of readme file
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
lilei
71adabd944
modify_bug
5 years ago
mindspore-ci-bot
cd07acc8a4
!5903 add set_grad() for pynative mode in model_zoo networks
Merge pull request !5903 from lvchangquan/master
5 years ago
chujinjin
e08e408809
fix model zoo error for pynative
5 years ago
mindspore-ci-bot
8a71db07c2
!5901 fix network issue
Merge pull request !5901 from panfengfeng/fix_network_issue
5 years ago
mindspore-ci-bot
f8254c8c2b
!5938 Fixing up model zoo dataset API
Merge pull request !5938 from EricZ/fix_zoo_api
5 years ago
mindspore-ci-bot
fb54d8877a
!5924 vgg16 support imagenet dataset on Ascend
Merge pull request !5924 from caojian05/ms_master_vgg16_support_imagenet_on_ascend
5 years ago
mindspore-ci-bot
a1fdb71cf9
!5881 modify wrong args
Merge pull request !5881 from yepei6/mobilenetv2
5 years ago
Eric
5371442786
Fixes model_zoo with minddata API change
5 years ago
xiefangqi
d0410d6191
md delete set_dataset_size interface
5 years ago
Payne
da41c9d683
modify wrong args
5 years ago
nhussain
3bac9d3713
switch input columns and operation
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
5 years ago
CaoJian
41e6ceaa72
vgg16 support imagenet dataset on Ascend
5 years ago
lvchangquan
7abe692fb5
add set_grad() for pynative mode in model_zoo network
5 years ago
panfengfeng
fc310bc5ae
fix network bug
5 years ago
ZPaC
87bf2a7dcd
Add PS context.
5 years ago
mindspore-ci-bot
d14221ea8b
!5849 mobilenetv2 modify api and debug
Merge pull request !5849 from yepei6/mobilenetv2
5 years ago
mindspore-ci-bot
4535faa2b0
!5837 [AutoParallel]Rectification allreduce fusion api
Merge pull request !5837 from lichen/rectification_allreduce_fusion_api
5 years ago
Payne
d6278c2bc6
train with ascend, modify api and debug
5 years ago
lichenever
f2d3fd34ce
rectification_allreduce_fusion_api
5 years ago