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.
A parameter that makes the RNN layer support training.
var training: Bool { get set }If set to YES then the layer will produce training state tensor as a secondary output. Default value: NO.