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

constant error when creating model.zip #456

Open
markuseman opened this issue Jun 22, 2022 · 1 comment
Open

constant error when creating model.zip #456

markuseman opened this issue Jun 22, 2022 · 1 comment

Comments

@markuseman
Copy link

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

@markuseman
Copy link
Author

add: even though it says download complete the file does not appear on my computer or in the google drive folder

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