forked from mindspore-Ecosystem/mindspore
change googlenet default export file_format
This commit is contained in:
parent
4dfc356473
commit
d42e6db078
|
@ -36,7 +36,7 @@ ckpt_save_dir: "./ckpt/"
|
|||
# export option
|
||||
ckpt_file: ""
|
||||
file_name: "googlenet"
|
||||
file_format: "AIR"
|
||||
file_format: "MINDIR"
|
||||
#batch_size: 1
|
||||
|
||||
---
|
||||
|
|
|
@ -50,7 +50,7 @@ use_label_smooth: True
|
|||
# export option
|
||||
ckpt_file: ""
|
||||
file_name: "googlenet"
|
||||
file_format: "AIR"
|
||||
file_format: "MINDIR"
|
||||
#batch_size: 1
|
||||
|
||||
---
|
||||
|
@ -64,4 +64,4 @@ output_path: "The location of the output file."
|
|||
device_target: 'Target device type'
|
||||
enable_profiling: 'Whether enable profiling while training, default: False'
|
||||
|
||||
file_format: "choices in ['AIR', 'ONNX', 'MINDIR']"
|
||||
file_format: "choices in ['AIR', 'ONNX', 'MINDIR']"
|
||||
|
|
Loading…
Reference in New Issue