I am working on a research projet this summer. That project is to extend some functionalities of a machine learning program (Located on github). I can't really train the models on my laptop as I just have 16 gigs of ram (CPU). This project is dispatched over several python files and directories. Is it possible to use Colab Pro to run this program without rewriting the python code in the Colab cells? I just need the GPU.
Asked
Active
Viewed 278 times
1 Answers
0
You can do the following:
- Upload your Python files to Google Drive
- Mount Google Drive to Colab
- Copy Python files from Google Drive to Colab working directory
- Import your Python modules/packages in Colab
You can check out this answer for more details.

Yichen Wang
- 1
- 2