未验证 提交 7c1f291b 编写于 作者: W Wei Shengyu 提交者: GitHub

Merge pull request #1124 from PaddlePaddle/develop

Develop
...@@ -244,7 +244,7 @@ python3 python/predict_cls.py \ ...@@ -244,7 +244,7 @@ python3 python/predict_cls.py \
-c configs/inference_cls.yaml \ -c configs/inference_cls.yaml \
-o Global.infer_imgs=../dataset/flowers102/jpg/image_00001.jpg \ -o Global.infer_imgs=../dataset/flowers102/jpg/image_00001.jpg \
-o Global.inference_model_dir=../inference/ \ -o Global.inference_model_dir=../inference/ \
-o PostProcess.class_id_map_file=None -o PostProcess.Topk.class_id_map_file=None
其中: 其中:
......
...@@ -256,5 +256,5 @@ PreProcess: ...@@ -256,5 +256,5 @@ PreProcess:
python3 python/predict_cls.py \ python3 python/predict_cls.py \
-c configs/inference_cls.yaml \ -c configs/inference_cls.yaml \
-o Global.infer_imgs=../dataset/CIFAR100/test/0/0001.png \ -o Global.infer_imgs=../dataset/CIFAR100/test/0/0001.png \
-o PostProcess.class_id_map_file=None -o PostProcess.Topk.class_id_map_file=None
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册