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?
maartenalexander
Highly Voted 3 years, 5 months agoDaleR
Most Recent 1 month agodesertlotus1211
1 month agodesertlotus1211
1 month agoSamuelTsch
1 year, 4 months agoM25
1 year, 6 months agoenghabeth
1 year, 9 months agoares81
1 year, 10 months agoEFIGO
2 years agoGCP72
2 years, 3 months agoMohamed_Mossad
2 years, 5 months agomorgan62
2 years, 7 months agoigor_nov1
2 years, 9 months agoashii007
2 years, 11 months agosanty79
3 years agomousseUwU
3 years, 1 month agoY2Data
3 years, 2 months agoDanny2021
3 years, 2 months ago