Open gspell opened 7 years ago
Hi,
Thanks for posting such useful code! I noticed that that the upsampling doesn't seem to use the indices from the max-pool as they do in the SegNet paper. Have you implemented something that does this?
Thanks!
I have a SegNet implementation based on this code where I have added functionality so that the indices are used for upsampling.
Thank you @mathildor!!
Hi,
Thanks for posting such useful code! I noticed that that the upsampling doesn't seem to use the indices from the max-pool as they do in the SegNet paper. Have you implemented something that does this?
Thanks!