4uiiurz1/pytorch-nested-unet

Please change the validation code.

MinchangSung0223 opened this issue · 1 comments

If the code is not modified, the same output file is created.

(output[i, 0] * 255).astype('uint8'))

(output[i, c] * 255).astype('uint8'))

@tjdalsckd Thanks for letting me know! I fixed it.