You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: