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
File "/disk/sdc/shejiao/Pytorch-UNet-master/evaluate.py", line 19, in evaluate mask_true = F.one_hot(mask_true, net.n_classes).permute(0, 3, 1, 2).float() RuntimeError: number of dims don't match in permute
#367
File "/disk/sdc/shejiao/Pytorch-UNet-master/evaluate.py", line 19, in evaluate
mask_true = F.one_hot(mask_true, net.n_classes).permute(0, 3, 1, 2).float()
RuntimeError: number of dims don't match in permute
The text was updated successfully, but these errors were encountered:
File "/disk/sdc/shejiao/Pytorch-UNet-master/evaluate.py", line 19, in evaluate
mask_true = F.one_hot(mask_true, net.n_classes).permute(0, 3, 1, 2).float()
RuntimeError: number of dims don't match in permute
The text was updated successfully, but these errors were encountered: