pytorch
0a9cd6d4 - Removes unnecessary `no_pretrained_model` from test_quantize_fx.py (#67836)

Commit
3 years ago
Removes unnecessary `no_pretrained_model` from test_quantize_fx.py (#67836) Summary: TorchVision accidentally included model builders for quantized models without weights; this was an old bug. These builders were largely unusable and caused issues to the users. Commonly they were filtered out to avoid causing issues. We've recently fixed that (https://github.com/pytorch/vision/pull/4854) by either removing those unnecessary builders or by providing quantized weights. This PR removes the no-longer necessary filtering of the methods. **It should be merged after TorchVision is synced on FBCode.** Pull Request resolved: https://github.com/pytorch/pytorch/pull/67836 Reviewed By: jerryzh168 Differential Revision: D32230658 Pulled By: datumbox fbshipit-source-id: 01cd425b1bda3b4591a25840593b3b5dde3a0f12
Author
Parents
Loading