What is 'transfer learning' typically used for in computer vision applications?
-
A
Uploading model weights to cloud storage
-
B
Starting with weights from a model pre-trained on ImageNet and fine-tuning on a smaller domain-specific dataset
-
C
Running inference on multiple GPUs simultaneously
-
D
Converting models between PyTorch and TensorFlow