Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
821d3da7
Commit
821d3da7
authored
Dec 07, 2016
by
Chris Shallue
Committed by
GitHub
Dec 07, 2016
Browse files
Merge pull request #722 from cshallue/master
Update GraphKeys.VARIABLES to GraphKeys.GLOBAL_VARIABLES.
parents
a83ef502
2b7a7fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
im2txt/im2txt/show_and_tell_model.py
im2txt/im2txt/show_and_tell_model.py
+1
-1
No files found.
im2txt/im2txt/show_and_tell_model.py
View file @
821d3da7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment