tugstugi / pytorch-saltnet

Kaggle | 9th place single model solution for TGS Salt Identification Challenge
MIT License
278 stars 52 forks source link

What is fuse_pixel in the unet? #2

Closed wenyuchen0 closed 6 years ago

wenyuchen0 commented 6 years ago

I wonder what's the structure you used in the last part of the unet which you called it fuse_pixel. Is there any reference? Many thanks.

tugstugi commented 6 years ago

It is only a convolution with the kernel size 1 to reduce the channel numbers.