Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype Dropout where Source #
Given a random generator, randomly zeroes some of the elements of
the input tensor with probability p
using samples from a Bernoulli distribution.
Each channel will be zeroed out independently on every forward
call.