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

About "The models that we trained are available" #4

Open
Meicarl opened this issue Apr 16, 2024 · 1 comment
Open

About "The models that we trained are available" #4

Meicarl opened this issue Apr 16, 2024 · 1 comment

Comments

@Meicarl
Copy link

Meicarl commented Apr 16, 2024

Hello, thank you for your excellent work.

The file name of the pre-training model I downloaded from the homepage is "alexnet", and there is no suffix. It is useless for me to try to decompress it. Would you please tell me how to decompress it or provide a new pre-training model? Thank you.😁

@HemaxiN
Copy link
Owner

HemaxiN commented Apr 16, 2024

Hey, thank you for your interest in our work! 😊

It might seem a bit unusual, but we saved the model without any extension. Therefore, you should be able to load it by using model.load_state_dict(torch.load('alexnet')).

Please let me know if it works!

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

2 participants