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