Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (19k points)
How do I set up a TensorFlow in the Google cloud? I understand how to create a Google Compute Engine instance, and how to run TensorFlow locally; and a recent Google blog post suggests that there ought to be a way to create a Google Compute Engine instance and run TensorFlow applications in the cloud:

Machine Learning projects can come in many sizes, and as we’ve seen with our open source offering TensorFlow, projects often need to scale up. Some small tasks are best handled with a local solution running on one’s desktop, while large scale applications require both the scale and dependability of a hosted solution. Google Cloud Machine Learning aims to support the full range and provide a seamless transition from local to cloud environment.

Even if I'm reading a bit much into this, it has to be the case, given what competing platforms such as Microsoft's Azure offer, that there's a way to set up TensorFlow applications (developed locally and "seamlessly" scaled up into the cloud, presumably using GPUs) in the Google cloud.

For example, I'd like to work locally in my IDE tuning the features and code for my project, running limited training and validation there, and push the code periodically to the cloud to run train there with (arbitrarily) greater resources, and then save and download the trained model. Or perhaps even better, just run the graphs (or parts of graphs) in the cloud using tunable resources.

Is there a way to do this; is one planned? How do I set up TensorFlow in the Google cloud?

1 Answer

0 votes
by (33.1k points)
edited by

You can simply sign up on the following link and hope that they select you to be part of the preview.

https://cloud.google.com/ml/

or 

check out this Google Cloud Tutorial to learn more: 

CloudML is now in public beta so anyone can use it without signing up and requesting access. Since this provides various insights, the curiosity for a tech enthusiast could increase as well and could well dive into domains like Machine Learning. So, to curb these Machine Learning Courses are there which one can pursue for a better career in the domain.

Hope this answer helps you!

Learn TensorFlow with the help of this comprehensive video tutorial:

Browse Categories

...