Browse Source

Update README.md

Lin Manhui 2 years ago
parent
commit
4c58e9c936
1 changed files with 1 additions and 1 deletions
  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
-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`选项,**请注意**: