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

Add weight initialization as a parameter to layers #64

Open
sgrosser opened this issue Feb 18, 2019 · 3 comments
Open

Add weight initialization as a parameter to layers #64

sgrosser opened this issue Feb 18, 2019 · 3 comments
Labels
enhancement New feature or request v2

Comments

@sgrosser
Copy link
Collaborator

tf.initializers offers several initializers we can use. Maybe give a dropdown rather than an text field for this one. We could offer zeros, ones, uniform random, and Xavier (implementable with tf.initializers.varianceScaling(scale=2).

This would be used for the Obedience Training story.

@martinjm97 martinjm97 added the enhancement New feature or request label Feb 18, 2019
@martinjm97
Copy link
Owner

This would be a dropdown in the parameters section?

@sgrosser
Copy link
Collaborator Author

sgrosser commented Feb 19, 2019

As in a < select > instead of an < input >

@martinjm97 martinjm97 added the v2 label Feb 24, 2019
@sgrosser
Copy link
Collaborator Author

sgrosser commented Mar 5, 2019

@martinjm97 would we want an "advanced" parameters checkbox somewhere which would reveal stuff like this? Or should we stick with no toggles in our UI? I just don't want there to be too many parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2
Projects
None yet
Development

No branches or pull requests

2 participants