It is possible to change the number of output features of a layer in torchvision.model.vgg16 by simply replacing that particular layer with a new nn.Linear() or nn.Conv2d() layer of our choice.
True
False
I think the answer to the question is wrong please someone clarify
It possible to change the output features in the layer but not replacing the whole particular layer and it think answer should be False