0
線52と64の間、
cloudml-samples/flowers/sample.shで発見Googleのサンプルコードで
、ある引数 "runtime_version":runtime_version対ランタイムバージョンcloudml-サンプル/花/ sample.shで
# Training on CloudML is quick after preprocessing. If you ran the above
# commands asynchronously, make sure they have completed before calling this one.
gcloud ml-engine jobs submit training "$JOB_ID" \
--stream-logs \
--module-name trainer.task \
--package-path trainer \
--staging-bucket "$BUCKET" \
--region us-central1 \
--runtime_version=1.0 \
-- \
--output_path "${GCS_PATH}/training" \
--eval_data_paths "${GCS_PATH}/preproc/eval*" \
--train_data_paths "${GCS_PATH}/preproc/train*"
ないべきです」エラーを避けるために「runtime_version」を「runtime-version」に置き換えてください。