GoogleCloudPlatform / tensorflow-without-a-phd

A crash course in six episodes for software developers who want to become machine learning practitioners.
Apache License 2.0
2.79k stars 911 forks source link

--job-dir error #54

Open jocelynbaduria opened 3 years ago

jocelynbaduria commented 3 years ago

Hi When I tried training in cloud using this link https://github.com/GoogleCloudPlatform/tensorflow-without-a-phd/tree/master/tensorflow-mnist-tutorial/mlengine

I got error Error when submitting the job (gcloud.ml-engine.jobs.submit.training) argument --job-dir: Must be of form gs://bucket/object

I specified the bucket storage here but still got an error. gcloud ml-engine jobs submit training jobXXX --job-dir gs:///jobs/jobXXX --project --config config.yaml --module-name trainer.task --package-path trainer --runtime-version 1.4

Kindly help..thanks