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

Add load_model function for quick start #140

Open
florian-huber opened this issue Jul 9, 2023 · 2 comments
Open

Add load_model function for quick start #140

florian-huber opened this issue Jul 9, 2023 · 2 comments

Comments

@florian-huber
Copy link
Contributor

For tutorials or quick tests and adaptation I would like to have a small helper function which

  • downloads the most recent model from zenodo
  • opens the model

(similar in style to what you can do in tensorflow when loading standard models such as Resnet etc.)

@justinjjvanderhooft
Copy link

Good suggestion!!

@niekdejonge
Copy link
Collaborator

We have something like this also implemented in MS2Query as well: https://github.com/iomega/ms2query/blob/main/ms2query/run_ms2query.py
Here we do not use the latest version available on Zenodo, but this can be done by changing the doi to the "general doi" instead of a specific version.

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

3 participants