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