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

Câu 4: Google Cloud Professional Machine Learning Engineer

You are training an LSTM-based model on AI Platform to summarize text using the following job submission script: gcloud ai-platform jobs submit training $JOB_NAME \--package-path $TRAINER_PACKAGE_PATH \--module-name $MAIN_TRAINER_MODULE \--job-dir $JOB_DIR \--region $REGION \--scale-tier basic \-- \--epochs 20 \--batc…

Nội dung câu hỏi

You are training an LSTM-based model on AI Platform to summarize text using the following job submission script: gcloud ai-platform jobs submit training $JOB_NAME \--package-path $TRAINER_PACKAGE_PATH \--module-name $MAIN_TRAINER_MODULE \--job-dir $JOB_DIR \--region $REGION \--scale-tier basic \-- \--epochs 20 \--batch_size=32 \--learning_rate=0.001 \You want to ensure that training time is minimized without significantly compromising the accuracy of your model. What should you do?

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. Modify the 'epochs' parameter.
  2. B. Modify the 'scale-tier' parameter. — đáp án hiện tại
  3. C. Modify the 'batch size' parameter.
  4. D. Modify the 'learning rate' parameter.

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ề