Hello there! I’m trying to figure out how I could possibly replace or delete the last layer of VIT-H or ViT-b.
Here deleting children method doesn’t work like Resnet.
Thanks in advance for the suggestion!
Hello there! I’m trying to figure out how I could possibly replace or delete the last layer of VIT-H or ViT-b.
Here deleting children method doesn’t work like Resnet.
looking for an answer!
You can directly replace layers with an nn.Identity
module.
I would also not recommend bumping the thread after 2h of wait time, as it’s just spamming the board and not helpful.
I can access to model.encoder layers. But I didn’t find any solution how to access the last linear layer in VIT!