LSTM

class behavenet.models.decoders.LSTM(hparams)[source]

Bases: BaseModule

LSTM neural network model.

Note

Not currently implemented

Methods Summary

build_model()

Construct the model.

forward(x)

Process input data.

Methods Documentation

build_model()[source]

Construct the model.

forward(x)[source]

Process input data.