Sfoglia il codice sorgente

修改说明文档

liyan 7 mesi fa
parent
commit
dc331ed708
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -27,5 +27,8 @@ python train_vgg16.py --data-path dataset/imagenette2-320 --output-dir checkpoin
 
 ## 模型训练权重转换为onnx
 ```shell
-python export_onnx.py 
+python export_onnx.py --model_dir checkpoints/alexnet
+```
+```shell
+python export_onnx.py --model_dir checkpoints/vgg16
 ```