Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MCDropoutCallback to enable Monte Carlo Dropout in fastai. #2733

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

EtienneT
Copy link
Contributor

A new callback to enable Monte Carlo Dropout in fastai in the get_preds method. Monte Carlo Dropout is simply enabling dropout during inference. Calling get_preds multiple times and stacking them yield of a distribution of predictions that you can use to evaluate your prediction uncertainty.

@EtienneT EtienneT requested a review from jph00 as a code owner August 31, 2020 14:00
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

@tcapelle
Copy link
Contributor

tcapelle commented Sep 1, 2020

This is pretty elegant en useful, thanks!

@jph00
Copy link
Member

jph00 commented Sep 3, 2020

Nice idea!

@jph00 jph00 merged commit c1678e1 into fastai:master Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants