You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to train my own model. The process seems to fail constantly on the home stretch - the model.zip file cannot be found.
Anybody having the same issue and could help?
Many thanks!!
error:
Export complete! Zipping /content/gdrive/MyDrive/WHALE TEST LEARN DDSP/ddsp-training-2022-06-21-1021/WHALE_TEST_LEARN_DDSP to /content/gdrive/MyDrive/WHALE TEST LEARN DDSP/ddsp-training-2022-06-21-1021/WHALE_TEST_LEARN_DDSP.zip
/bin/bash: line 0: cd: too many arguments
Zipping Complete! Downloading... WHALE_TEST_LEARN_DDSP.zip
You can also find your model at /content/gdrive/MyDrive/WHALE TEST LEARN DDSP/ddsp-training-2022-06-21-1021/WHALE_TEST_LEARN_DDSP
FileNotFoundError Traceback (most recent call last) /usr/local/lib/python3.7/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
Hi,
I'm trying to train my own model. The process seems to fail constantly on the home stretch - the model.zip file cannot be found.
Anybody having the same issue and could help?
Many thanks!!
error:
Export complete! Zipping /content/gdrive/MyDrive/WHALE TEST LEARN DDSP/ddsp-training-2022-06-21-1021/WHALE_TEST_LEARN_DDSP to /content/gdrive/MyDrive/WHALE TEST LEARN DDSP/ddsp-training-2022-06-21-1021/WHALE_TEST_LEARN_DDSP.zip
/bin/bash: line 0: cd: too many arguments
Zipping Complete! Downloading... WHALE_TEST_LEARN_DDSP.zip
You can also find your model at /content/gdrive/MyDrive/WHALE TEST LEARN DDSP/ddsp-training-2022-06-21-1021/WHALE_TEST_LEARN_DDSP
FileNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.7/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.7/dist-packages/google/colab/files.py in download(filename)
187 raise OSError(msg)
188 else:
--> 189 raise FileNotFoundError(msg) # pylint: disable=undefined-variable
190
191 comm_manager = _IPython.get_ipython().kernel.comm_manager
FileNotFoundError: Cannot find file: /content/gdrive/MyDrive/WHALE TEST LEARN DDSP/ddsp-training-2022-06-21-1021/WHALE_TEST_LEARN_DDSP.zi
The text was updated successfully, but these errors were encountered: