Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.tensorflow
Commits
bf2fd38f
Commit
bf2fd38f
authored
Nov 16, 2016
by
Tiago de Freitas Pereira
Browse files
Clear devices
parent
a7ae458f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/tensorflow/trainers/Trainer.py
View file @
bf2fd38f
...
...
@@ -328,7 +328,7 @@ class Trainer(object):
"""
saver
=
self
.
architecture
.
load
(
self
.
model_from_file
,
clear_devices
=
Tru
e
)
saver
=
self
.
architecture
.
load
(
self
.
model_from_file
,
clear_devices
=
Fals
e
)
# Loading training graph
self
.
training_graph
=
tf
.
get_collection
(
"training_graph"
)[
0
]
...
...
Write
Preview
Supports
Markdown
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