Created
March 19, 2018 01:07
-
-
Save JoshVarty/b3a7043fb88f3c09e2061045e4a52bd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layer1_weights = tf.get_variable("layer1_weights", [3, 3, 3, 64], initializer=tf.contrib.layers.variance_scaling_initializer()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment