Skip to content

Commit

Permalink
update quantization user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
humu789 committed Apr 19, 2023
1 parent 31c86d4 commit 30e053b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/user_guides/quantization_user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Model quantization is in mmrazor, but quantized model deployment is in mmdeploy.

mmdeploy: https://github.com/open-mmlab/mmdeploy/tree/for_mmrazor

```{note}
If you try to compress mmdet's models and have used `dense_heads`, you can use this branch:
https://github.com/HIT-cwh/mmdetection/tree/for_mmrazor to avoid the problem that some code can not be traced by `torch.fx.tracer`.
```

1. Quantize the float model in mmrazor.

```Shell
Expand Down

0 comments on commit 30e053b

Please sign in to comment.