fix errant whitespace

This commit is contained in:
Christoffer Müller Madsen 2018-03-26 15:55:48 +02:00
parent 98c9af72e7
commit 1f1e806306
Signed by: christoffer
GPG Key ID: 337BA5A95E686EFD

View File

@ -357,7 +357,7 @@ class Network:
return [0]
with tf.Session() as session:
session .run(tf.global_variables_initializer())
session.run(tf.global_variables_initializer())
self.restore_model(session)
outcomes = [ (method, do_eval(session,
method,