facebookresearch / ConvNeXt

Code release for ConvNeXt model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

head layer can't be replaced in convnex like other(classifier layer) pytorch model?

omniaalwazzan opened this issue · comments

How to change the head layer like other pytorch models for example using nn.Sequential(...)

Thanks

I have fixed the problem by using convnext that is under torchvsion.models instead of timm.