benchmark
f71e3c42 - Improve the quality of quantized_qat models. (#640)

Commit
4 years ago
Improve the quality of quantized_qat models. (#640) Summary: Improves the quality of quantized model training: - Added train_bs argument for easier tuning - Keep train batch size consistent with the paper Profile for mobilenet_v2_quantized_qat train (bs=96): ![image](https://user-images.githubusercontent.com/502017/146082453-98f8fbdd-a8f2-4754-9b80-1f32b6d56032.png) Profile for resnet50_quantized_qat train (bs=32): ![image](https://user-images.githubusercontent.com/502017/146082481-78d70ac8-f7db-468f-93e3-09248400c008.png) Pull Request resolved: https://github.com/pytorch/benchmark/pull/640 Reviewed By: aaronenyeshi Differential Revision: D33118989 Pulled By: xuzhao9 fbshipit-source-id: 52089e8e61b2642005bf4f8f3fb88bbbb7910280
Author
Parents
Loading