Back

Building CNN architecture Using Pytorch VGG

Created 3 years ago
29 Views
0 Comments
NernayKumar
@NernayKumar
NernayKumar
@NernayKumarProfile is locked. Login

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

Comments
Please login to comment.