Video upload date:  · Duration: PT1H46M27S  · Language: EN

You are training an LSTM-based model on Google gcp video

ml-engineer-pro video for you are training an LSTM-based model on Google Cloud AI Platform to summarize text using the following job submission script: gcloud

This is a dedicated watch page for a single video.

Full Certification Question

You are training an LSTM-based model on Google Cloud 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?