pytorch-unet icon indicating copy to clipboard operation
pytorch-unet copied to clipboard

Data preparation for valid convolutions

Open OmriKaduri opened this issue 5 years ago • 0 comments

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?

OmriKaduri avatar Sep 17 '19 15:09 OmriKaduri