Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created February 19, 2018 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshVarty/87016f4f4c17516edf4e380a335bc39f to your computer and use it in GitHub Desktop.
Save JoshVarty/87016f4f4c17516edf4e380a335bc39f to your computer and use it in GitHub Desktop.
fully_connected_weights = tf.get_variable("fully_connected_weights", [fc, 10], initializer=tf.contrib.layers.xavier_initializer())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment