You want to use a pre-trained model from TensorFlow Hub for image classification, but you need to adapt it to classify your own custom categories with a small dataset. Which Vertex AI approach is most appropriate?
Fine-tuning a pre-trained model is the standard transfer learning approach, efficient with small data.
Why this answer
Transfer learning fine-tunes a pre-trained model on a new dataset with small data. JumpStart deploys foundation models but not fine-tune for custom categories easily. Custom container is overkill.
AutoML requires no code but may not be suitable if you want to control the pre-trained model.