Solved

You Are Training a TensorFlow Model on a Structured Dataset

Question 12

Multiple Choice

You 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?


A) Load the data into BigQuery, and read the data from BigQuery.
B) Load the data into Cloud Bigtable, and read the data from Bigtable.
C) Convert the CSV files into shards of TFRecords, and store the data in Cloud Storage.
D) Convert the CSV files into shards of TFRecords, and store the data in the Hadoop Distributed File System (HDFS) .

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions