Multiple Choice
You have been asked to develop an input pipeline for an ML training model that processes images from disparate sources at a low latency. You discover that your input data does not fit in memory. How should you create a dataset following Google-recommended best practices?
A) Create a tf.data.Dataset.prefetch transformation. Create a tf.data.Dataset.prefetch transformation.
B) Convert the images to tf.Tensor objects, and then run Dataset.from_tensor_slices() . Convert the images to tf.Tensor objects, and then run Dataset.from_tensor_slices() .
C) Convert the images to tf.Tensor objects, and then run tf.data.Dataset.from_tensors() . tf.data.Dataset.from_tensors()
D) Convert the images into TFRecords, store the images in Cloud Storage, and then use the tf.data API to read the images for training. Convert the images into TFRecords, store the images in Cloud Storage, and then use the tf.data API to read the images for training.
Correct Answer:

Verified
Correct Answer:
Verified
Q20: Your data science team needs to rapidly
Q21: You recently joined an enterprise-scale company that
Q22: You started working on a classification problem
Q23: Your team is building a convolutional neural
Q24: You have trained a text classification model
Q26: You work for a social media company.
Q27: Your team has been tasked with creating
Q28: You need to design a customized deep
Q29: You need to train a computer vision
Q30: You work for an advertising company and