pytorch-unet
pytorch-unet copied to clipboard
Data preparation for valid convolutions
Hi,
Your example of using the U-Net uses 'same' convolutions. How should I prepare my data for 'valid' convolutions? I use the ISBI dataset, which input size (and label size) is 512x512. What kind of pre-process and post-process should i do?