Hey Everyone,

I would like to use Google Colab to accelerate the process of calculation of my deep learning model. However, I cannot run the model directly from the .ipynb file in the Google Colaboratory, since it has several .py functions written separately and then the main program will call them together in another .py file.

One of the proposed solutions consisted of following these steps:

1. Commit the code on Github 2. Clone on collab 3. run this command: !python model_Trainer.py on Colab

I have done steps 1 and 2 successfully, however, I still cannot run the third step. And I am getting the following error: python3: can't open file 'model_trainer.py': [Errno 2] No such file or directory.

Does anyone have a solution to this problem?

I look forward to hearing from you.

More Majdi Flah's questions See All
Similar questions and discussions