ENNUI icon indicating copy to clipboard operation
ENNUI copied to clipboard

Add weight initialization as a parameter to layers

Open sgrosser opened this issue 6 years ago • 3 comments

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.

sgrosser avatar Feb 18 '19 18:02 sgrosser

This would be a dropdown in the parameters section?

martinjm97 avatar Feb 18 '19 23:02 martinjm97

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

sgrosser avatar Feb 19 '19 00:02 sgrosser

@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.

sgrosser avatar Mar 05 '19 22:03 sgrosser