Closed JRestom closed 1 year ago
Hi @JRestom ,
Thanks for your attention. For BN checkpoint, I have posted it in this issue #5 . For LN checkpoint, sorry that it is deleted. I will retrain it in a week and share it with you. Thanks.
Thank you! It would be of great help.
Hello @yuweihao, I highly appreciate the weights. One issue, when opening the link it directs me to a file called poolformer_bn_s12 (BatchNorm I assume). Could you double check the link?
Hi @JRestom , yes, poolformer_bn_s12.pth.tar and let norm_layer=torch.nn.BatchNorm2d
.
I meant, the link of poolformer_ln_s12.pth.tar is directing me to the same folder as poolformer_bn_s12.pth.tar. Shouldn't they be different? (one for LayerNom and one for BatchNorm).
Oh, my fault, the right link is poolformer_ln_s12.pth.tar.
Thank you so much!!
Are there any available weights for the PoolFormer version with BN and LN instead of the Modified Layer Norm? (Table 5 in https://arxiv.org/abs/2111.11418)