View source on GitHub |
A keras layer that applies dropout both in training and serving.
Add the possibility to apply a variable dropout rate, that is, the rate parameter can be a callable.
Classes
class PermanentVariableRateDropout
: Applies dropout both in training and serving, with variable dropout rate.