Explorar el Código

Update README.md

Lin Manhui hace 2 años
padre
commit
4c58e9c936
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`选项,**请注意**: