image-segmentation-keras icon indicating copy to clipboard operation
image-segmentation-keras copied to clipboard

ResNet50

Open mavaylon1 opened this issue 4 years ago • 1 comments
trafficstars

Hi I've been using your Resnet50 for a while now. I looked at it and saw that there was one call of the "one_side_pad" function. I know this is used to make the dimensions align since it was off by one, but from other implementations there is no mention of having this issue. Could you elaborate or did I miss something?

mavaylon1 avatar Apr 23 '21 03:04 mavaylon1

I think I see why. Because of the UNet decoder that needs 6464, you padded the 6363 in the resnet with the zero on one side. Right?

mavaylon1 avatar Apr 23 '21 04:04 mavaylon1