1
谷歌云ML引擎

我可以培养出Tensorflow模式在谷歌云机器学习在Python引擎不使用COMMANDE线:火车Tensorflow模型在Python

 `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脚本运行的任务

回答

0

是的。 gcloud ml-engine只是CloudML Engine REST API的CLI。 API文档可以找到here。示例代码可以找到here;点击Python标签。