fix errant whitespace
This commit is contained in:
parent
98c9af72e7
commit
1f1e806306
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user