Dropout¶
- class
dragon.vm.torch.nn.
Dropout
(
p=0.5,
inplace=False
)[source]¶ Set the elements to zero randomly. [Srivastava et.al, 2014].
The Dropout function is defined as:
Examples:
See also
dragon.vm.torch.nn.
Dropout
(Set the elements to zero randomly. [Srivastava et.al, 2014].
The Dropout function is defined as:
Examples:
See also