error finding file when running inference on colab #780
Answered
by
roomrys
akshitasax
asked this question in
Help!
-
Beta Was this translation helpful? Give feedback.
Answered by
roomrys
Jun 6, 2022
Replies: 1 comment 4 replies
-
Hi @akshitasax, Can you share the code you used to mount your drive? It should look similar to: from google.colab import drive
drive.mount('/content/drive/') And the code where you navigate to your directory: import os
os.chdir("/content/drive/My Drive/sleap")
!unzip colab.slp.training_job.zip
!ls Thanks, |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
roomrys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @akshitasax,
Can you share the code you used to mount your drive? It should look similar to:
And the code where you navigate to your directory:
Thanks,
Liezl