norse.torch.module.sequential

norse.torch.module.sequential#

Classes

RecurrentSequential(*modules[, output_modules])

A sequential module that feeds the output of the underlying modules back as input in the following timestep.

RecurrentSequentialState(cache, state)

SequentialState(*args[, return_hidden])

A sequential model that works like PyTorch's Sequential with the addition that it handles neuron states.