In transfer learning for CNNs, what is 'fine-tuning' as opposed to 'feature extraction'?
-
A
Using only the final layer of a pretrained model
-
B
Updating all or some pretrained weights on the new task
-
C
Freezing all pretrained weights during training
-
D
Training only the classifier head