Closed bourcierj closed 8 months ago
Hey @bourcierj!
Apologies for my delay in response as I have been on international travel. Good questions, here are the answers.
splits
directory. We do not use that split file. I will be removing them from the repo.ImageFolder
, not ImageList
, implementation. The spurious split files are causing the confusion. https://github.com/bair-climate-initiative/scale-mae/blob/main/mae/config/fmow.yaml#L5Our comparison to SatMAE is identical.
Thanks! Ritwik
Thanks for the reply @RitwikGupta ! This explains why my run yields incomparable results (using the spurious split files for train and val, I got much worse linear probe performance than yours and than SatMAE's). Will retry with the right splits.
Hello,
I was trying to reproduce your results on fMoW, and noticed some differences with prior work and SatMAE in particular. I haven't found details about these differences in the paper or the repo.
I am hoping that you could clarify why you opted for such different choices, and how this has impacted the comparison with SatMAE results.
Thank you.