dropout
The dropout rate you apply to the output projection weights.
Declaration
var dropout: Float { get }Discussion
If dropout is non-zero, the layer adds a dropout operation to all the output projection weights except the last, with the dropout rate equal to dropout.