Skip to content
Snippets Groups Projects
Commit bcc04c96 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed trainer

parent 64acbc93
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ class Trainer(object):
config = tf.ConfigProto(log_device_placement=True)
config.gpu_options.allow_growth = True
with tf.Session(config=True) as session:
with tf.Session(config=config) as session:
tf.initialize_all_variables().run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment