can i train a Tensorflow Model in Google cloud machine learning Engine in python without using the commande Line :
`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 \ `
i aim to run the task from my python script
答案 0 :(得分:0)
答案 1 :(得分:0)
您可以使用REST API或通过REST API编写的不同语言的库。
以下是Google API PHP客户端服务link。你可以参考github.com/boaloysius/google-ml-engine-rest。
以下是对https://cloud.google.com/ml-engine/docs/python-guide的引用。