ENSTA-U2IS-AI / torch-uncertainty

Open-source framework for uncertainty and deep learning models in PyTorch :seedling:
https://torch-uncertainty.github.io
Apache License 2.0
223 stars 16 forks source link

:bug: Fix Monte-Carlo Dropout #73

Closed o-laurent closed 6 months ago

o-laurent commented 6 months ago

MC-Dropout is now a wrapper for models.

closes #72

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a957173) 98.39% compared to head (f17c729) 98.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #73 +/- ## ========================================== + Coverage 98.39% 98.63% +0.23% ========================================== Files 76 77 +1 Lines 3874 3871 -3 Branches 473 472 -1 ========================================== + Hits 3812 3818 +6 + Misses 26 23 -3 + Partials 36 30 -6 ``` | [Flag](https://app.codecov.io/gh/ENSTA-U2IS/torch-uncertainty/pull/73/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS) | Coverage Δ | | |---|---|---| | [cpu](https://app.codecov.io/gh/ENSTA-U2IS/torch-uncertainty/pull/73/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS) | `98.63% <100.00%> (+0.23%)` | :arrow_up: | | [pytest](https://app.codecov.io/gh/ENSTA-U2IS/torch-uncertainty/pull/73/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS) | `98.63% <100.00%> (+0.23%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.