Open chenvvenxin opened 1 year ago
https://github.com/bubbliiiing/pspnet-pytorch/blob/f4aba6143a42b3f8c6dfdbe7a0858410227b1a29/nets/resnet.py#L64 这里的卷积核大小是3,但是unet那个repository里的resnet50卷积核大小是7? https://github.com/bubbliiiing/unet-pytorch/blob/8ab373232c5c3a1877f3e84e6f5d97404089c20f/nets/resnet.py#L109 这个有什么讲究吗?谢谢
你可以去查查7和3的区别,一个是三个一个是一个
https://github.com/bubbliiiing/pspnet-pytorch/blob/f4aba6143a42b3f8c6dfdbe7a0858410227b1a29/nets/resnet.py#L64 这里的卷积核大小是3,但是unet那个repository里的resnet50卷积核大小是7? https://github.com/bubbliiiing/unet-pytorch/blob/8ab373232c5c3a1877f3e84e6f5d97404089c20f/nets/resnet.py#L109 这个有什么讲究吗?谢谢