https://github.com/ad12/MedSegPy/blob/de8006668989eb5dc57c419379cd50216b187770/medsegpy/modeling/meta_arch/unet.py#L181 https://github.com/ad12/MedSegPy/blob/de8006668989eb5dc57c419379cd50216b187770/medsegpy/modeling/meta_arch/unet.py#L223 At the above two lines dropout is given as an option, but is hardcoded to be 0.0.
MedSegPy/medsegpy/modeling/meta_arch/unet.py
Line 181 in de80066
MedSegPy/medsegpy/modeling/meta_arch/unet.py
Line 223 in de80066
At the above two lines dropout is given as an option, but is hardcoded to be 0.0.