Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 700 Bytes

haste_pytorch.md

File metadata and controls

25 lines (12 loc) · 700 Bytes

Module: haste_pytorch

Haste: a fast, simple, and open RNN library.

Classes

class GRU: Gated Recurrent Unit layer.

class IndRNN: Independently Recurrent Neural Network layer.

class LSTM: Long Short-Term Memory layer.

class LayerNormGRU: Layer Normalized Gated Recurrent Unit layer.

class LayerNormLSTM: Layer Normalized Long Short-Term Memory layer.