Aditya Shrivastava
Results
1
issues of
Aditya Shrivastava
Here in the code of U-Net you have used upsampling layer. Instead of it you should be using ConvTranspose2d. UpSampling2D is just a simple scaling up of the image by...