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

checkpoint #8

Open
ZhouCX117 opened this issue Jul 7, 2021 · 2 comments
Open

checkpoint #8

ZhouCX117 opened this issue Jul 7, 2021 · 2 comments

Comments

@ZhouCX117
Copy link

Hi, thank you for your excellent work~ It seems that the provided checkpoint is not right.

I run datasetGAN/test_deeplab_cross_validation.py, and the wrong is as follows:
"File "datasetGAN/test_deeplab_cross_validation.py", line 357, in test
classifier.load_state_dict(checkpoint['model_state_dict'])
Missing key(s) in state_dict: "backbone.conv1.weight", "backbone.bn1.weight", "backbone.bn1.bias", "backbone.bn1.running_mean", "backbone.bn1.running_var"....
Unexpected key(s) in state_dict: "module.layers.0.weight",.."

The parameters in the classifier and the provided .pth model are not consistent.

@arieling
Copy link
Collaborator

arieling commented Jul 7, 2021

Hey we didn't provide deeplab checkpoints.

@ZhouCX117
Copy link
Author

Thanks for your reply!So I have to train one? Is there a shortcut if I only want to have a try? Do you provide a demo or colab?

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