Contents

training

A parameter that enables the LSTM layer to support training.

Declaration

var training: Bool { get set }

Discussion

If set to YES then the layer will produce training state tensor as a secondary output. Default value: NO.