Commit 1e1bb898 authored by mashun1's avatar mashun1
Browse files

vgg16-qat

parents 08fbe9a9 e874486a
...@@ -60,7 +60,11 @@ VGG使用多个较小的卷积滤波器,这减少了网络在训练过程中 ...@@ -60,7 +60,11 @@ VGG使用多个较小的卷积滤波器,这减少了网络在训练过程中
## 推理 ## 推理
<<<<<<< HEAD
trtexec --onnx=/path/to/onnx --saveEngine=./checkpoints/qat/last.trt --int8 trtexec --onnx=/path/to/onnx --saveEngine=./checkpoints/qat/last.trt --int8
=======
trtexec --onnx=/path/to/onnx --saveEngine=./checkpoints/calibrated/last.trt --int8
>>>>>>> e874486a723c7862692c3fdd415d65cf33bbaa7e
python eval.py --device=0 python eval.py --device=0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment