Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 968 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 968 Bytes

Monte_carlo_dropout

Using monte carlo dropout to have an estimation of predictions uncertainty

instalation

cd monte_carlo_dropout
pip install -e ./

usage

executing the unet_learner function will give you the modified unet with dropout. using the DropOutAlexnet class will give you the alexnet architecture with dropout added.

credits:

Fastai online resources: