nfnets-pytorch icon indicating copy to clipboard operation
nfnets-pytorch copied to clipboard

A decoder for Semantic Segmentation

Open cschloer opened this issue 1 year ago • 0 comments

Hi,

I am interested in using your architecture for a semantic segmentation problem. I am therefore using the segmentation_models.pytorch library, which luckily implements timm and therefore your architecture as the encoder.

However, all of the decoders supported by segmentation_models.pytorch use normalization. Should I just replace all instances of Conv2D followed by BatchNorm2D with a ScaledStdConv2D, or do you have a better suggestion? (Should I also then put the ReLU before the ScaledStdConv2D, as you seem to do?)

Thank you in advance.

cschloer avatar Apr 19 '23 12:04 cschloer