mindspore-ci-bot
ffb6a16ecc
!14044 [NET] update resent train.py
...
From: @VectorSL
Reviewed-by: @limingqi107,@wilfchen,@cristoval
Signed-off-by:
4 years ago
unknown
b719324e33
deeplabv3 hwc & ssd off_optimize & resnet18
...
modified: model_zoo/official/cv/deeplabv3/eval.py
4 years ago
VectorSL
27f32783cd
update train,py for resent
4 years ago
mindspore-ci-bot
1b136e1713
!13875 change resnet101 allreduce split
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @oacjiewen
4 years ago
mindspore-ci-bot
baed02fd5f
!13948 Fix error words for api comments.
...
From: @zhang_yi2020
Reviewed-by: @gemini524,@liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
zhangyi
980769d404
fix error words for api comments.
4 years ago
caojiewen
da60f433f1
removed the useless link of apply form
4 years ago
zhaoting
ac76deb3da
change resnet101 allreduce split
4 years ago
mindspore-ci-bot
f4a5eb5219
!13341 Add MomentumWithWeightDecayScale kernel-2
...
From: @VectorSL
Reviewed-by: @kingxian,@chujinjin
Signed-off-by: @kingxian
4 years ago
VectorSL
e67cf4437c
add momentum-decay-scale for gpu pynative
4 years ago
zhaoting
26457a8ee3
fix some bugs in resnet, ssd and naml
4 years ago
caifubi
866b53d5a8
modify pynative gpu benchmark script
4 years ago
jiangzhenguang
ef1b98bf18
fix 3d norm
4 years ago
mindspore-ci-bot
853354b07f
!12830 add_res18_310_infer
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @c_34
4 years ago
jiangzhenguang
81706e21ad
remove the reduce fusion config of resnet18.
4 years ago
jiangzhenguang
0366c66bbe
add res18 infer
4 years ago
chendongsheng
db0a6f1e19
replace ps-lite
4 years ago
mindspore-ci-bot
742c6bc7bd
!11601 add_resnet18
...
From: @jiangzg001
Reviewed-by: @c_34,@linqingke
Signed-off-by: @c_34
4 years ago
jiangzhenguang
9a07d38d55
add resnet18
4 years ago
chenhaozhe
97059addda
add filter-weight in ssd and resnet
4 years ago
xsmq
923b53d2e6
replace tab with spaces
4 years ago
mwang
b95f9fdb8e
using kaiming init in resnet
4 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
...
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
4 years ago
mwang
8f8eee4b5e
bert thor supports lr configuration in config.py
4 years ago
mwang
0b312c2385
thor generalization code submit
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
VectorSL
763cfc738a
fix spell
4 years ago
Xiaoda Zhang
2646654a30
add parallel strategy searching optimization in model_zoo's resnet
4 years ago
mindspore-ci-bot
0e03630503
!11139 [MD][BugFix] MindData remove the compile link of _c_dataengine and numa
...
From: @xiefangqi
Reviewed-by:
Signed-off-by:
4 years ago
lvmingfu
27848587a3
modify code formats for master
4 years ago
xiefangqi
f09fdb2679
change md numa link to dllload
4 years ago
yuzhenhua
6b858480c8
fix GPU device_id bug
4 years ago
VectorSL
801e0338f6
fix log print for pynative
4 years ago
VectorSL
c72bc1b372
update log print
4 years ago
gengdongjie
4df459f7ee
1. add README_CN to resnet and maskrcnn
...
2. fix bug of bounding_box_encode kernel_name
4 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
mindspore-ci-bot
c0b6a67819
!10292 fix some errors and add resnext50 Chinese README
...
From: @zhao_ting_v
Reviewed-by: @c_34,@linqingke
Signed-off-by: @linqingke
4 years ago
zhaoting
5825ff1418
fix some errors and add resnext50 Chinese README
4 years ago
mindspore-ci-bot
539689ce75
!10181 support CPU resnet50
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@guoqi1024
Signed-off-by: @wuxuejian
4 years ago
zhaoting
0b8ca49398
support CPU resnet50
4 years ago
VectorSL
80feda749d
fix init faild
4 years ago
mindspore-ci-bot
ad43663f5a
!10091 GPU fix eval benchmark
...
From: @VectorSL
Reviewed-by: @limingqi107,@kisnwang
Signed-off-by: @limingqi107
4 years ago
VectorSL
57935da157
fix eval
4 years ago
mindspore-ci-bot
ed763748de
!10050 GPU update init nccl in dataset
...
From: @VectorSL
Reviewed-by: @limingqi107,@cristoval
Signed-off-by: @cristoval
4 years ago
mindspore-ci-bot
0d035c4008
!10033 GPU update benchmark
...
From: @VectorSL
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
VectorSL
3bcbfa1806
update gpu resent init nccl
4 years ago
VectorSL
c6b5a7db03
fix md device_num
4 years ago
mindspore-ci-bot
e55bce4634
!9995 add export file for shufflenet,delete export for resnet50_quant, modify export file to support mindir
...
From: @yuzhenhua666
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
b0734e81bb
!10011 [Model_zoo][MD] Fix model zoo gpu_bench_mark dtype problem
...
From: @xiefangqi
Reviewed-by: @pandoublefeng,@heleiwang
Signed-off-by: @heleiwang
4 years ago
xiefangqi
e9c2bc7099
Fix dtype problem
4 years ago