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

Load not exactly the same number of weights #9

Open
JoeHEZHAO opened this issue Oct 24, 2018 · 2 comments
Open

Load not exactly the same number of weights #9

JoeHEZHAO opened this issue Oct 24, 2018 · 2 comments

Comments

@JoeHEZHAO
Copy link

Hello

Thanks for releasing your work. Big help for someone prefer pytorch like me.

When I check the test_model.py code, one thing confused me. I found out that the BNInception has total 485 components. While the ucf101_rgb.pth only recover 416 of them.

len(list(net.state_dict()) == 485 len(list(base_dict)) == 416

Is this normal ? Does this affect total accuracy ?

Best

@JoeHEZHAO
Copy link
Author

bninception_unloaded_weights

@JoeHEZHAO JoeHEZHAO reopened this Oct 24, 2018
@JoeHEZHAO
Copy link
Author

sry I closed it by mistake.

I upload the 69 un-recovered weights name. Seems like they all related to batch track

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