matchms / ms2deepscore

Deep learning similarity measure for comparing MS/MS spectra with respect to their chemical similarity
Apache License 2.0
48 stars 22 forks source link

Add load_model function for quick start #140

Open florian-huber opened 1 year ago

florian-huber commented 1 year ago

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

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

justinjjvanderhooft commented 1 year ago

Good suggestion!!

niekdejonge commented 11 months ago

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.