Commit 946c75e5 authored by Christopher Shallue's avatar Christopher Shallue
Browse files

Update GraphKeys.VARIABLES to GraphKeys.GLOBAL_VARIABLES.

parent 2c83637d
......@@ -343,7 +343,7 @@ class ShowAndTellModel(object):
initial_value=0,
name="global_step",
trainable=False,
collections=[tf.GraphKeys.GLOBAL_STEP, tf.GraphKeys.VARIABLES])
collections=[tf.GraphKeys.GLOBAL_STEP, tf.GraphKeys.GLOBAL_VARIABLES])
self.global_step = global_step
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment