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

VGG with CUB200 without pre-trained #6

Open
iamzifei opened this issue Nov 4, 2020 · 0 comments
Open

VGG with CUB200 without pre-trained #6

iamzifei opened this issue Nov 4, 2020 · 0 comments

Comments

@iamzifei
Copy link

iamzifei commented Nov 4, 2020

Hi this is a really great repo with detailed explanation. I'm trying to using the CUB200 dataset from the 5-ResNet example with 4-VGG net, however what I find is with model.load_state_dict(pretrained_model.state_dict()), I'm able to get the expected accuracy in the first few epoches. However, without loading pretrained parames, the accuracy in the first few epoches is 0.x%, which looks really wrong.

I've put a modified notebook here https://colab.research.google.com/drive/1Tu5hPH51y6Up9pIIJiUO-9aHXz4A-MJK?usp=sharing

Not sure what I missing and the reason behind the issue

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

1 participant