DropoutLayer
scalation.modeling.forecasting.neuralforecasting.DropoutLayer
The DropoutLayer
class will, in computing the output, set each element to zero with probability p; otherwise, multiply it by a scale factor.
Value parameters
- p
-
the probability of setting an element to zero
Attributes
- See also
-
pytorch.org/docs/stable/generated/torch.nn.Dropout.html#torch.nn.Dropout
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article