To run a TensorFlow training job on your own computer using Cloud Machine Learning Engine, what would your command start with?

To run a TensorFlow training job on your own computer using Cloud Machine Learning Engine, what would your command start with?
A . gcloud ml-engine local train
B . gcloud ml-engine jobs submit training
C . gcloud ml-engine jobs submit training local
D . You can’t run a TensorFlow program on your own computer using Cloud ML Engine .

Answer: A

Explanation:

gcloud ml-engine local train – run a Cloud ML Engine training job locally This command runs the specified module in an environment similar to that of a live Cloud ML Engine Training Job.

This is especially useful in the case of testing distributed models, as it allows you to validate that you are properly interacting with the Cloud ML Engine cluster configuration.

Reference: https://cloud.google.com/sdk/gcloud/reference/ml-engine/local/train

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments