MCDropoutCallback {fastai} | R Documentation |
MCDropoutCallback
Description
Turns on dropout during inference, allowing you to call Learner$get_preds multiple times to approximate your model uncertainty using Monte Carlo Dropout. https://arxiv.org/pdf/1506.02142.pdf
Usage
MCDropoutCallback(...)
Arguments
... |
arguments to pass |
Value
None
[Package fastai version 2.2.2 Index]