shape: Input shape of the network. If `None`, the internal shape will be assumed
session: An opened tensorflow `session <https://www.tensorflow.org/versions/r0.11/api_docs/python/client.html#Session>`_. If `None`, a new one will be opened
batch: The size of the batch
use_gpu: Load all the variables in the GPU?
"""
ifsessionisNone:
...
...
@@ -249,7 +264,7 @@ class SequenceNetwork(six.with_metaclass(abc.ABCMeta, object)):