Contents

forgetGateLast

A parameter that controls the internal order of the LSTM gates.

Declaration

var forgetGateLast: Bool { get set }

Discussion

If set to YES then the layer will use the gate-ordering [ i, z, f, o ] instead of default [ i, f, z, o ]. Default value: NO