【发布时间】:2018-03-24 05:41:48
【问题描述】:
我可以在不使用命令行的情况下在 python 中训练谷歌云机器学习引擎中的 Tensorflow 模型吗:
`gcloud ml-engine jobs submit training $JOB_NAME \
--job-dir $OUTPUT_PATH \
--runtime-version 1.2 \
--module-name trainer.task \
--package-path trainer/ \
--region $REGION \ `
我的目标是从我的 python 脚本运行任务
【问题讨论】:
标签: tensorflow google-cloud-platform google-cloud-ml google-cloud-ml-engine