forked from mindspore-Ecosystem/mindspore
!18342 Change default config for mobilenetv1
Merge pull request !18342 from chenhaozhe/change-mobilenetv1-config
This commit is contained in:
commit
7559f8c644
|
@ -38,7 +38,7 @@ run_distribute: True
|
|||
device_num: 1
|
||||
dataset_path: "/cache/data"
|
||||
device_target: 'Ascend'
|
||||
pre_trained: "./mobilenetv2-200_625.ckpt" # "./mobilenetv1-90_195.ckpt"
|
||||
pre_trained: ""
|
||||
parameter_server: False
|
||||
|
||||
# Image classification - eval
|
||||
|
|
|
@ -40,7 +40,7 @@ run_distribute: True
|
|||
device_num: 1
|
||||
dataset_path: "/cache/data"
|
||||
device_target: 'Ascend'
|
||||
pre_trained: "./mobilenetv2-200_625.ckpt" # "./mobilenetv1-90_625.ckpt"
|
||||
pre_trained: ""
|
||||
parameter_server: False
|
||||
|
||||
# Image classification - eval
|
||||
|
|
Loading…
Reference in New Issue