Running a python script on Google Cloud Compute Engine

后端 未结 4 1765
死守一世寂寞
死守一世寂寞 2020-12-13 15:33

For a machine learning task at school I wrote my own MLP network. The data set is quite big, and training takes forever. I was alerted to the option of running my script on

4条回答
  •  攒了一身酷
    2020-12-13 16:19

    You can use Google Cloud Platform tutorials itself and is very simple to follow. Links are given below

    Setting up Python

    https://cloud.google.com/python/setup

    Getting started

    https://cloud.google.com/python/getting-started/hello-world

    Please note that you don't have any free tier to run Python 3.x, Standard environment with free tier only supports Python 2.x.

    Edit: As per the latest update Python 3.x is default in standard environment

提交回复
热议问题