-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add new CIFAR100 standard model #167
Comments
Hi, it should be possible to add it. However it might be problematic to take models from other repositories without at least asking the authors (unless you're one of them), e.g. because of licences. I'd say the easiest would be to train a new model with the model definition currently in the model zoo. If you already had such checkpoint, and its evaluation, it'd be great, and probably quick to add. |
When loading a model, it downloads from Google Drive, it downloads a .pt file but just contains html content of download verification page like the following screenshot. And then, it leads to some errors when loading the downloaded model. Do you know how to fix this problem? Traceback (most recent call last): |
Hi,
Thanks for creating this repository. I just had one request: Could we add the Standard model for CIFAR100? Like a WideResNet28-10, just like how it exists for CIFAR10?
The weights are available here: https://drive.google.com/file/d/12pATFGjsDN1Tq4p-S0-rO59sX-F_O2ol/view?usp=sharing
or : https://github.com/alexrame/mixmo-pytorch?tab=readme-ov-file
The text was updated successfully, but these errors were encountered: