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.
The dropout probability.
var dropout: Float { get }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.