fix errant whitespace
This commit is contained in:
parent
98c9af72e7
commit
1f1e806306
|
@ -357,7 +357,7 @@ class Network:
|
||||||
return [0]
|
return [0]
|
||||||
|
|
||||||
with tf.Session() as session:
|
with tf.Session() as session:
|
||||||
session .run(tf.global_variables_initializer())
|
session.run(tf.global_variables_initializer())
|
||||||
self.restore_model(session)
|
self.restore_model(session)
|
||||||
outcomes = [ (method, do_eval(session,
|
outcomes = [ (method, do_eval(session,
|
||||||
method,
|
method,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user