CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 81: Google Cloud Professional Machine Learning Engineer

You are profiling the performance of your TensorFlow model training time and notice a performance issue caused by inefficiencies in the input data pipeline for a single 5 terabyte CSV file dataset on Cloud Storage. You need to optimize the input pipeline performance. Which action should you try first to increase the e…

Nội dung câu hỏi

You are profiling the performance of your TensorFlow model training time and notice a performance issue caused by inefficiencies in the input data pipeline for a single 5 terabyte CSV file dataset on Cloud Storage. You need to optimize the input pipeline performance. Which action should you try first to increase the efficiency of your pipeline?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Preprocess the input CSV file into a TFRecord file.
  2. B. Randomly select a 10 gigabyte subset of the data to train your model.
  3. C. Split into multiple CSV files and use a parallel interleave transformation. — đáp án hiện tại
  4. D. Set the reshuffle_each_iteration parameter to true in the tf.data.Dataset.shuffle method.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề