AIP-C01 · Question #62
You are tasked with creating a deep learning model to generate realistic images from text descriptions. Which AWS service would be best suited for training this model?
The correct answer is A. Amazon SageMaker with TensorFlow or PyTorch. Training a custom deep learning model for text-to-image generation requires a managed training environment that supports major ML frameworks like TensorFlow and PyTorch, scalable compute (including GPU instances), distributed training, experiment tracking, and model deployment…
Question
You are tasked with creating a deep learning model to generate realistic images from text descriptions. Which AWS service would be best suited for training this model?
Options
- AAmazon SageMaker with TensorFlow or PyTorch
- BAmazon Rekognition
- CAWS Lambda
- DAWS Deep Learning AMIs
How the community answered
(43 responses)- A91% (39)
- B2% (1)
- C5% (2)
- D2% (1)
Explanation
Training a custom deep learning model for text-to-image generation requires a managed training environment that supports major ML frameworks like TensorFlow and PyTorch, scalable compute (including GPU instances), distributed training, experiment tracking, and model deployment. Amazon SageMaker provides all of these capabilities in a fully managed environment. Option B (Amazon Rekognition) is a pre-built computer vision service for inference-it cannot be used to train custom models. Option C (AWS Lambda) is a serverless compute service not designed for long-running, GPU-intensive ML training workloads. Option D (AWS Deep Learning AMIs) provides pre-configured EC2 environments for deep learning but lacks the managed orchestration, automatic scaling, and MLOps tooling that SageMaker offers, resulting in significantly more operational overhead.
Topics
Community Discussion
No community discussion yet for this question.