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

Weight Normalization #46

Closed
antonilo opened this issue Jul 11, 2016 · 1 comment
Closed

Weight Normalization #46

antonilo opened this issue Jul 11, 2016 · 1 comment

Comments

@antonilo
Copy link

Usually during training add a normalization to the weights used in CNN is a good way to improve the generalization performance.
If I did not misread the code, at the moment it seems that it is not trivial to get the weights during learning.
It seems to me that it might be a good idea to store also the weights in the Network class for easy retrieval during learning.

@ethereon
Copy link
Owner

The weights and biases are stored in regular tensorflow variables (see the load function for instance). You can access these just like any other tensorflow variables (which you can also use for adding regularization). For more details, see here.

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