Crate caffe2op_sparsedropout
source ·Structs
- |
SparseDropoutWithReplacement
| takes a 1-d input tensor and a lengths | tensor. | | Values in the Lengths tensor represent | how many input elements consitute each | example in a given batch. The set of input | values for an example will be replaced | with the single dropout value with probability | given by theratio
argument. |