Question 45 of 280
Single answerYou are training a TensorFlow model on a structured dataset with 100 billion records stored in several CSV files.
You need to improve the input/output execution performance. What should you do?
You need to improve the input/output execution performance. What should you do?
ALoad the data into BigQuery, and read the data from BigQuery.
BLoad the data into Cloud Bigtable, and read the data from Bigtable.
✓CConvert the CSV files into shards of TFRecords, and store the data in Cloud Storage.
DConvert the CSV files into shards of TFRecords, and store the data in the Hadoop Distributed File System
(HDFS).
✓
Correct Answer: C
Convert the CSV files into shards of TFRecords, and store the data in Cloud Storage.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.