Skip to content
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

Models on Zenodo or another safe repository #99

Open
genisplaja opened this issue Oct 14, 2024 · 0 comments
Open

Models on Zenodo or another safe repository #99

genisplaja opened this issue Oct 14, 2024 · 0 comments
Assignees

Comments

@genisplaja
Copy link
Collaborator

Alright:

  • First we had the pre-trained weights included in the package, but that made it really heavy.
  • Next, we moved those to Google Drive, and these are download using gdown when a model is initialized.
    I think Google Drive is a good patch for now but it's not the appropiate way. Maybe we should use Zenodo or some similar repository to safely store the weights online, retireve them from there, and that would allow a better tracking of different versions.

Maybe then we should allow load_model() to have a version argument so that users can initialize the different versions online, and always default to the last one.

@genisplaja genisplaja self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant