change pre_trained options for mobilenetv1
This commit is contained in:
parent
43c61ff4f0
commit
9e3ef09a06
|
@ -38,7 +38,7 @@ run_distribute: True
|
||||||
device_num: 1
|
device_num: 1
|
||||||
dataset_path: "/cache/data"
|
dataset_path: "/cache/data"
|
||||||
device_target: 'Ascend'
|
device_target: 'Ascend'
|
||||||
pre_trained: "./mobilenetv2-200_625.ckpt" # "./mobilenetv1-90_195.ckpt"
|
pre_trained: ""
|
||||||
parameter_server: False
|
parameter_server: False
|
||||||
|
|
||||||
# Image classification - eval
|
# Image classification - eval
|
||||||
|
|
|
@ -40,7 +40,7 @@ run_distribute: True
|
||||||
device_num: 1
|
device_num: 1
|
||||||
dataset_path: "/cache/data"
|
dataset_path: "/cache/data"
|
||||||
device_target: 'Ascend'
|
device_target: 'Ascend'
|
||||||
pre_trained: "./mobilenetv2-200_625.ckpt" # "./mobilenetv1-90_625.ckpt"
|
pre_trained: ""
|
||||||
parameter_server: False
|
parameter_server: False
|
||||||
|
|
||||||
# Image classification - eval
|
# Image classification - eval
|
||||||
|
|
Loading…
Reference in New Issue