Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Mount google drive for applying ERnet to own data #7

Open
JohannaRahm opened this issue Jun 5, 2023 · 0 comments
Open

Comments

@JohannaRahm
Copy link

Hi @charlesnchr,

is there a way to use ERnet in Google Colab on own data instead of applying it to the example data provided? What I find very useful is to upload the own data on drive and simply mount the google drive folders in the notebook with:

from google.colab import drive
drive.mount('/content/gdrive')

In that way all the folders of google drive are available in the folder selection on the left (gdrive -> MyDrive -> ...) and the variables in the inference section exportdir, filepaths, ... can point to the uploaded data. This makes it straight forward to apply ERnet to own data and might be something to add to the notebook!

Best wishes,
Johanna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant