Help "FileNotFoundError" #496
Unanswered
jonhickman123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to train on some audio but got the following messages, and the folder that was downloaded into my google drive was empy, help would be appreciated!
FileNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/ipyfilechooser/filechooser.py in _on_select_click(self, _b)
315 if self._callback is not None:
316 try:
--> 317 self._callback(self)
318 except TypeError:
319 # Support previous behaviour of not passing self
3 frames
/usr/local/lib/python3.10/dist-packages/google/colab/files.py in download(filename)
220 if not _os.path.exists(filename):
221 msg = 'Cannot find file: {}'.format(filename)
--> 222 raise FileNotFoundError(msg) # pylint: disable=undefined-variable
223
224 comm_manager = _IPython.get_ipython().kernel.comm_manager
FileNotFoundError: Cannot find file: /content/gdrive/MyDrive/My Instrument/ddsp-training-2023-05-24-0904/My_Instrument.zip
Beta Was this translation helpful? Give feedback.
All reactions