AIMachine LearningBasicsDropoutDropout nn.Dropout During training, randomly zeroes some of the elements of the input tensor with probability p using samples from a Bernoulli distribution. Reference PyTorch Docs