-
Notifications
You must be signed in to change notification settings - Fork 118
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
how to use pretrained models? #3
Comments
In extractors.py, you can find the pre-trained weights in the following URLs: |
@cardwing when i use resnet pretrained model, it always give tips that lots of layers' weights not given |
I have the same problem, I get multiple errors when trying to load the pre-trained resnets. It seems that the checkpoint and the created model layers names and shapes don't match. EDIT:
|
are those pretrained weights obtained by training on ImageNet? |
@alialamiidrissi thanks for your solution, worked! |
Hello, does anybody have a trained model and/or test script to test the method? Thanks |
@alialamiidrissi thank you for your solution. It woked! |
No description provided.
The text was updated successfully, but these errors were encountered: