Contents

dropout

The dropout probability.

Declaration

var dropout: Float { get }

Discussion

If dropout is non-zero, the layer adds a dropout layer to the outputs of each layer except the last, with the dropout rate equal to dropout.

See Also

Inspecting LSTM Descriptors