Skip to content

Instantly share code, notes, and snippets.

@d0znpp
Created December 12, 2017 00:45
Show Gist options
  • Save d0znpp/fee7f4d3232f44de0aa7427465331c46 to your computer and use it in GitHub Desktop.
Save d0znpp/fee7f4d3232f44de0aa7427465331c46 to your computer and use it in GitHub Desktop.
self.create_variables()
var_lists = tf.get_collection(tf.GraphKeys.GLOBAL_VARIABLES)
self.sess.run(tf.variables_initializer(var_lists))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment