Running a python script on Google Cloud Compute Engine

后端 未结 4 1767
死守一世寂寞
死守一世寂寞 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:07

    Just navigate to the directory where the script is placed.

    python thenameofscript.py
    

提交回复
热议问题