What is FixRes?
FixRes is a method and open-source repo from Meta AI (Facebook Research) to fix the train-test resolution discrepancy in CNNs for better image classification accuracy at higher resolutions.
When was FixRes released?
The paper ‘Fixing the train-test resolution discrepancy’ was published in 2019 (NeurIPS), with the GitHub repo released around the same time.
Is FixRes still maintained?
No, the repository was archived and made read-only on May 1, 2024; it is no longer actively updated.
What performance gains does FixRes provide?
It boosts ImageNet Top-1 accuracy significantly (e.g., ResNet-50 to 79.0% at 384px vs 77.0% baseline at 224px) via resolution-aligned fine-tuning.
What models does FixRes support?
It works with various CNNs like ResNet-50, ResNeXt-101, PNASNet-5, and includes pre-trained FixRes weights for these on ImageNet.
How do I use FixRes?
Clone the GitHub repo, install PyTorch dependencies, download weights, and run provided scripts for evaluation, feature extraction, or fine-tuning.
Is FixRes free?
Yes, the code and models are fully open-source on GitHub with no usage fees or restrictions.
Is FixRes relevant in 2026?
Primarily historical/educational now; influential in 2019 for CNNs but less critical for modern vision transformers and foundation models.




