Quellcode durchsuchen

Update README.md

Lin Manhui vor 2 Jahren
Ursprung
Commit
4c58e9c936
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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`选项,**请注意**: