The two end-to-end pipelines we will discuss:
* AutoML Image Classification for online prediction
* Custom Training Raw Bytes (image) Classification
For each pipeline, we will deep dive to:
* Step by step sequences.
* Parameter choices.
* CSV and JSONL dataset (input) and prediction (output) formats.
* GPU and CPU compute and container selection.
* Single device, multi-device and multi-instance distributed training.
* Instance scaling for prediction
* Opinionated tips and best practices for integration.