Which transfer learning strategy is best when the target dataset is small and similar to the source dataset?
-
A
Fine-tune all layers with high learning rate
-
B
Train from scratch on target data only
-
C
Freeze the convolutional base, train only the classifier
-
D
Use the pretrained model without any modification