-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weights: add sha256 suffix #1105
Conversation
"model": "resnet50", | ||
"publication": "https://arxiv.org/abs/2211.07044", | ||
"repo": "https://github.com/zhu-xlab/SSL4EO-S12", | ||
"ssl_method": "dino", | ||
"ssl_method": "moco", | ||
}, | ||
) | ||
|
||
SENTINEL2_RGB_SECO = Weights( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have defined the zhu_lab_transforms
, and I was looking into the Seco code again and at least for the bigearthnet datamodule on which they run experiments, augmentations are defined here. Do you want to add those?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Can you add it in a separate PR though? That can fix #1042.
* Weights: add sha256 suffix * Fix URL
* Weights: add sha256 suffix * Fix URL
This PR includes the following changes:
All old weights still exist at the same URLs for backwards compatibility. All new weights should follow this
<name>-<sha256>.pth
format.References:
We won't actually be able to use this checksum until torchvision 0.15.0, but might as well do the heavy lifting now.