tensorflowgoogle-cloud-platformgoogle-cloud-dataprocgoogle-cloud-ai

Best practice to run Tensorflow app on GCP?


I wish to run a Python app that uses Tensorflow to run simulations and outputs results to a csv file.

I want to run it on GCP. My plan was to run it in a Dataproc cluster using Tony.

It seems there are many GCP ways of doing ML stuff such as using AI Platform, and I wondered if there are easier/better ways of achieving my aim.


Solution

  • I would suggest to use Google Cloud AI platform to achieve your goal, because if you do not have dependency on Hadoop ecosystem there no need to use Tony on Dataproc and it should be much easier to use Google Cloud AI platform for your use case.