Skip to content

How to add additional layer in pre-trained model? #207

@talhaanwarch

Description

@talhaanwarch

Can you please guide me how to add some extra fully connected layer on top of a pre-trained model

from efficientnet_pytorch import EfficientNet
model = EfficientNet.from_pretrained('efficientnet-b0')

I am confused, how to access the last layer and connect with another layer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions