runtime_version与cloudml-samples / flowers / sample.sh中的runtime-version

时间:2017-03-28 20:25:14

标签: google-cloud-ml google-cloud-ml-engine

cloudml-samples/flowers/sample.sh的第52行和第64行之间找到的Google示例代码是" runtime_version":

# 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"替换为"运行时版本"避免错误?

1 个答案:

答案 0 :(得分:0)

是。我已经提交了PR(将来会毫不犹豫地自己这样做)