LSTM¶
-
class
behavenet.models.decoders.LSTM(hparams)[source]¶ Bases:
behavenet.models.base.BaseModuleLSTM neural network model.
Note
Not currently implemented
Methods Summary
Construct the model.
forward(x)Process input data.
Methods Documentation