LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.69k stars 596 forks source link

Query #94

Open ymmm-4 opened 4 months ago

ymmm-4 commented 4 months ago

hi, can you confirm if the code use the exactly same layers of actual model or there is any variations? Please confirm fast. I am a beginner need your assitance

ymmm-4 commented 4 months ago

In Unet and Attention unet the kernel size is 2 however, original has 3x3 is it ok?