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

Change default kernel_initializer for convolutional layers. #305

Open
GhassenJ opened this issue May 5, 2020 · 1 comment
Open

Change default kernel_initializer for convolutional layers. #305

GhassenJ opened this issue May 5, 2020 · 1 comment

Comments

@GhassenJ
Copy link
Contributor

GhassenJ commented May 5, 2020

Currently, all convolutional under edward2/tensorflow/layers take 'trainable_normal' as the default kernel_initializer.
A change to 'trainable_deterministic' or a less sensitive initializer than 'trainable_normal' should be applied to all conv layers.

@dustinvtran
Copy link
Member

We typically use trainable_he_normal and with the stddev_initializer set to a very small value. That could help.

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