Skip to content

Commit

Permalink
it need pass fx proxy before quantize
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 19, 2022
1 parent 585901a commit 652eb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/quant_fx/configs/r18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ extra_prepare_dict:
quantize:
quantize_type: naive_ptq # support naive_ptq or advanced_ptq
cali_batchsize: 16
backend: 'Tensorrt'
# backend: 'ONNX_QNN'
# backend: 'Tensorrt'
backend: 'ONNX_QNN'
# backend: 'PPLW8A16'
deploy:
model_name: 'r18.onnx'
Expand Down

0 comments on commit 652eb35

Please sign in to comment.