jiangzhenguang
81706e21ad
remove the reduce fusion config of resnet18.
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
5 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)
```
5 years ago
mwang
8f8eee4b5e
bert thor supports lr configuration in config.py
5 years ago
mwang
0b312c2385
thor generalization code submit
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
VectorSL
763cfc738a
fix spell
5 years ago
Xiaoda Zhang
2646654a30
add parallel strategy searching optimization in model_zoo's resnet
5 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:
5 years ago
lvmingfu
27848587a3
modify code formats for master
5 years ago
xiefangqi
f09fdb2679
change md numa link to dllload
5 years ago
yuzhenhua
6b858480c8
fix GPU device_id bug
5 years ago
VectorSL
801e0338f6
fix log print for pynative
5 years ago
VectorSL
c72bc1b372
update log print
5 years ago
gengdongjie
4df459f7ee
1. add README_CN to resnet and maskrcnn
...
2. fix bug of bounding_box_encode kernel_name
5 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 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
5 years ago
zhaoting
5825ff1418
fix some errors and add resnext50 Chinese README
5 years ago
mindspore-ci-bot
539689ce75
!10181 support CPU resnet50
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@guoqi1024
Signed-off-by: @wuxuejian
5 years ago
zhaoting
0b8ca49398
support CPU resnet50
5 years ago
VectorSL
80feda749d
fix init faild
5 years ago
mindspore-ci-bot
ad43663f5a
!10091 GPU fix eval benchmark
...
From: @VectorSL
Reviewed-by: @limingqi107,@kisnwang
Signed-off-by: @limingqi107
5 years ago
VectorSL
57935da157
fix eval
5 years ago
mindspore-ci-bot
ed763748de
!10050 GPU update init nccl in dataset
...
From: @VectorSL
Reviewed-by: @limingqi107,@cristoval
Signed-off-by: @cristoval
5 years ago
mindspore-ci-bot
0d035c4008
!10033 GPU update benchmark
...
From: @VectorSL
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
VectorSL
3bcbfa1806
update gpu resent init nccl
5 years ago
VectorSL
c6b5a7db03
fix md device_num
5 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
5 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
5 years ago
xiefangqi
e9c2bc7099
Fix dtype problem
5 years ago
yuzhenhua
807d990b83
add export for shufflenet, delete export for resnet50_quant, modify export file to support mindir
5 years ago
VectorSL
5db704dfe3
update gpu benchmark
5 years ago
xiefangqi
3c6cc3c58c
Add NormalizePadOp
5 years ago
chujinjin
509c6a5d01
modify gpu benchmark for pynative
5 years ago
VectorSL
ff0cdd0bd3
gpu benchmrak add fp32
5 years ago
VectorSL
d9bd7fe04e
gpu fix padding and dataset_heleper
5 years ago
VectorSL
a57fdc3b2b
add distribute training for gpu benchmark
5 years ago
bai-yangfan
a9cba56191
mode_train
5 years ago
VectorSL
423b4ef926
fix gpu batchnorm infer
5 years ago
VectorSL
4d3d9c1b85
add gpu resent benchmark
5 years ago
VectorSL
5102482e3a
1readme update resnet 2cast add more type
5 years ago
qujianwei
16a23d24ec
fix se-resnet50 accu
5 years ago
gengdongjie
7cdc647afa
fix issues
5 years ago
mindspore-ci-bot
c967bf6846
!7339 fix for se-resnet50 accurancy
...
Merge pull request !7339 from qujianwei/master
5 years ago
qujianwei
a96766c822
fix for se-resnet50 accurancy
5 years ago