Contents

training

A parameter that makes the RNN layer 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.