Uses of Class
org.deeplearning4j.nn.conf.dropout.Dropout
-
Packages that use Dropout Package Description org.deeplearning4j.nn.conf.dropout -
-
Uses of Dropout in org.deeplearning4j.nn.conf.dropout
Methods in org.deeplearning4j.nn.conf.dropout that return Dropout Modifier and Type Method Description Dropout
Dropout. clone()
Dropout
Dropout. helperAllowFallback(boolean allowFallback)
When using a helper (CuDNN or MKLDNN in some cases) and an error is encountered, should fallback to the non-helper implementation be allowed? If set to false, an exception in the helper will be propagated back to the user.
-