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
fe794eab
Commit
fe794eab
authored
Mar 16, 2017
by
Ivan Bogatyy
Browse files
Merge
https://github.com/tensorflow/models
parents
0965f53d
51fcc99b
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
video_prediction/prediction_train.py
video_prediction/prediction_train.py
+1
-1
No files found.
video_prediction/prediction_train.py
View file @
fe794eab
...
@@ -196,7 +196,7 @@ def main(unused_argv):
...
@@ -196,7 +196,7 @@ def main(unused_argv):
print
'Constructing saver.'
print
'Constructing saver.'
# Make saver.
# Make saver.
saver
=
tf
.
train
.
Saver
(
saver
=
tf
.
train
.
Saver
(
tf
.
get_collection
(
tf
.
GraphKeys
.
VARIABLES
),
max_to_keep
=
0
)
tf
.
get_collection
(
tf
.
GraphKeys
.
GLOBAL_
VARIABLES
),
max_to_keep
=
0
)
# Make training session.
# Make training session.
sess
=
tf
.
InteractiveSession
()
sess
=
tf
.
InteractiveSession
()
...
...
Prev
1
2
Next
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