Commit 821d3da7 authored by Chris Shallue's avatar Chris Shallue Committed by GitHub
Browse files

Merge pull request #722 from cshallue/master

Update GraphKeys.VARIABLES to GraphKeys.GLOBAL_VARIABLES.
parents a83ef502 2b7a7fb6
......@@ -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