🔥 3-day streak
Professional Machine Learning Engineer114 / 166
Question 114 of 166

Your team is training a deep learning model on a single Vertex AI GPU VM using TensorFlow. The full training dataset is 800 GB of image files stored in Cloud Storage, far larger than the VM's RAM or GPU memory. Early attempts crash because the training script tries to load the entire dataset into memory before training. You need the most efficient way to feed this dataset to the model without running out of memory. What should you do?

Reviewed for accuracy · Report an issueNext question