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

Can't get bias from checkpoint because of using batch_normalization when training #46

Open
chenping5121 opened this issue Aug 29, 2019 · 0 comments

Comments

@chenping5121
Copy link

I want to get bias and weights of every layer from Checkpoint, but I can't get bias instead of getting batch_norm_moving_average, batch_norm_moving_variance and batch_norm_moving_beta, So I can't use these data to test my own images. That's means if I don't use batch_nomalization, I can get both weights and bias of every layer? And I use your Pretrained Model to generate the binary bias and weights, I can get, which I am confused? How you train the model to get Pretrained Model ?
The binaries of your Pretrained Model Checkpoint and my training model are as following:
1
2
image
image

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