You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great! I wonder if the "import torch" error will appear at your system. It might have been caused by some wrong environmental setting in my programming IDE (Visual Studio Code with Python bindings).
Describe the bug
Two bugs in experiments/segmentation/utils.py:
To Reproduce
errors occur when running the unet example code:
python experiments/segmentation/unet_mcdropout_pascal.py
Some advices:
Expected behavior
Errors are solved, when applying the advices above. Maybe make line 122 dynamic when not using cuda.
Version (please complete the following information):
Additional context
The alpha bug causes a CUDA or cuDNN assertion error.
The text was updated successfully, but these errors were encountered: