Apply dropout to pretrained model

Hi

Is there any way to apply dropout to pretrained models during finetuning? such as VGGnet or Resnet.

Thank you.

Yes. You can extract the layers from the pretrained models, and adding them to your own network with the addition of dropout layers at places you like.

1 Like