What is FixRes?
FixRes is a technique and GitHub repository from Meta AI that fixes the train test resolution discrepancy in CNNs, allowing models trained at lower resolutions to perform much better at higher test resolutions.
Is FixRes still available and usable?
Yes, the code and pre trained weights are publicly available on GitHub, though the repository has been archived (read only) since May 2024 and is no longer actively updated.
How much accuracy improvement does FixRes provide?
It delivers notable gains, such as boosting ResNet 50 from 77.0% to 79.1% Top-1 on ImageNet at 384px, and even higher with combinations like CutMix.
What do I need to use FixRes?
You’ll need Python 3.6+, PyTorch 1.0+, and the dependencies in requirements.txt. Scripts support fine tuning, evaluation, and feature extraction on datasets like ImageNet.







