-
Notifications
You must be signed in to change notification settings - Fork 1
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
Releasing the model on torch.hub? #4
Comments
Hello, thank you for your recognition and constructive suggestions. I am also grateful that you are considering adding our work to the VPR-methods-evaluation repo. I will release the model on torch.hub as soon as possible🚀. |
Hi @gmberton , the trained model has been released on torch.hub. I hope this meets your requirements and expectations. import torch
model = torch.hub.load("GaoShuang98/DINO-Mix", "dino_mix", pretrained=True) Thank you again for your valuable suggestions. |
Hey thank you for your quick reply!
|
Hello, I conducted a loading test on the hubconf file in DINO-Mix and evaluated the accuracy of the loaded model. The test results indicate that the model loading is normal. For your reference, please see the test log and the hubconf_model_eval. I hope this can help you solve the issues. Thank you! |
Hi @GaoShuang98 thank you for open sourcing your model!
Are there any plans to release the trained model on torch.hub? It is quite simple to do and allows people to use your model with two lines of code, allowing more people to use your model and helping to spread your work!
For example I did it for CosPlace, and the trained model can be automatically downloaded from anywhere without cloning the repo just like this
I'd like to add your model to the VPR-methods-evaluation repo and having the model on torch.hub would greatly help
The text was updated successfully, but these errors were encountered: