This repository contains three different models (ResNet-18, ResNet-50, and ViT-Base-Patch16-224) fine-tuned on the EuroSAT dataset, along with their performance comparisons.
MIT License
1
stars
1
forks
source link
For fair comparison pre-train all on ImageNet 21k? #1
That would give a fairer comparison. I used ViT with ImageNet 21k because it benefits from a larger dataset.
I’ll consider this for future work. Thanks!
As title