Pytorch-UNet
Pytorch-UNet copied to clipboard
The predicted result graph cannot be visualized
Thank you very much for the UNET code, but the predicted output of the picture is 0, as shown in the figure below. How to solve this problem?
ax[i + 1].imshow(mask[:, :, i]) Should be ax[i + 1].imshow(mask[1, :, :])
Problem solving!!!