Module relearn::torch::seq_modules[][src]

Expand description

Sequence modules. Like tch::nn::Module but operate on sequences of data.

Modules

Implement sequence module traits for feed-forward modules.

Structs

A single-layer Gated Recurrent Unit Network

Configuration of a GRU recurrent neural network

A Single-layer Long Short-Term Memory Network.

Configuration of a LSTM recurrent neural network

A module stacked on top of a sequence.

Stacked module configuration

IterativeModule wrapper that also stores the state.

Configuration for WithState.

Traits

A network module that operates iteratively on a sequence of data.

A network module that operates on a sequence of data.

A network module that operates iterative on a sequence of data and stores its own state.

Type Definitions