Lin Manhui 2 роки тому
батько
коміт
4c58e9c936
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      deploy/export/README.md

+ 1 - 1
deploy/export/README.md

@@ -53,7 +53,7 @@ python deploy/export/export_model.py --model_dir=./output/deeplabv3p/best_model/
 完整命令示例:
 完整命令示例:
 
 
 ```shell
 ```shell
-python deploy/export_model.py --model_dir=./output/deeplabv3p/best_model/ --save_dir=./inference_model/ --fixed_input_shape=[224,224]
+python deploy/export/export_model.py --model_dir=./output/deeplabv3p/best_model/ --save_dir=./inference_model/ --fixed_input_shape=[224,224]
 ```
 ```
 
 
 对于`--fixed_input_shape`选项,**请注意**:
 对于`--fixed_input_shape`选项,**请注意**: