Yang
Yang

Reputation: 191

import various files by using google colab

I'm the student that learning tensorflow. By the way, when i practice someone's capsule networks project Click here.

I want to run this sample code by using Google Colab, not Ubuntu.

So, I search on google "import python code on Colab", and i find some tips like Click here. Other tips are as similar as this code.

But, I want to import many files by one time, not one file by one time. what can i do import many files by one time?

Thanks for reading.

Upvotes: 0

Views: 1001

Answers (1)

Dharmendra
Dharmendra

Reputation: 308

First Option :- Upload Data on Google drive and Mount Drive

See following link for how to mount Drive

Second Option :- Directly clone git repository

!git clone repo-link

You can create your own git fork and work on same.

Upvotes: 1

Related Questions