blob: 4b59ea2123dbe841bbc4c59d1d8e493e29483b35 [file] [log] [blame]
from .cells import * # noqa: F403
from .factory import * # noqa: F403
# (output, next_state) = cell(input, state)
seqLength = 100
numLayers = 2
inputSize = 512
hiddenSize = 512
miniBatch = 64