mindspore.ops.Dropout
- class mindspore.ops.Dropout(keep_prob=0.5, Seed0=0, Seed1=0)[source]
During training, randomly zeroes some of the elements of the input tensor with probability 1-keep_prob from a Bernoulli distribution.
Refer to
mindspore.ops.dropout()
for more detail.- Supported Platforms:
Ascend
GPU
CPU