Mordokkai

Results 2 issues of Mordokkai

Hi, I wrote my dataset.py and search.yaml for segmentation. The first forward pass is ok but at the first backward pass I get this error message: > File "anaconda3/envs/nn_seg/lib/python3.8/site-packages/torch/autograd/__init__.py", line...

Hi, Thanks a lot for sharing your code. I have a question regarding the computation of the evaluation metrics. Your code is: ``` def calculate_metric_percase(pred, gt): pred[pred > 0] =...