How to edit and save text files (.py) in Google Colab?

后端 未结 11 1867
[愿得一人]
[愿得一人] 2020-12-24 01:16

I cloned a github repo using !git clone https://github.com/llSourcell/Pokemon_GAN.git. I wanted to modify a .py file inside Colab. So i used %load fil

11条回答
  •  -上瘾入骨i
    2020-12-24 02:04

    While I don't have a way of editing in the notebook, I will share my pipeline. Quite obvious really:

    • fork the repo or create a new one(for a new project)
    • create a branch just for uploading
    • make changes and push
    • evaluate
    • make changes

    Hope that helps.

提交回复
热议问题