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

DDSP VST Model training & autoencoder training both instantly start to slow down significantly #481

Open
olaviinha opened this issue Feb 27, 2023 · 0 comments

Comments

@olaviinha
Copy link

olaviinha commented Feb 27, 2023

Describe the bug
Training starts to slow down instantly after you start it. After a few thousand steps the pace is already considerably over 1 second per step. Around 8k steps it is already taking several seconds for each step. "Training typically takes ~2-3 hours with free Colab" mentioned in the VST Training notebook is not true at all with this bug.

System Info

  • Colab Pro on T4

To Reproduce

  1. Run Train VST notebook
  2. Observe the training pace after a few thousand steps (e.g. around 5000 steps) -> is extremely slow.
  3. Interrupt training.
  4. Restart/continue training.
  5. Observe the training pace after continuing training from the last saved checkpoint -> is fast again. You can observe the difference clearly with naked eye, no need to add measurements.

Additional context
Stopping and restarting !ddsp_run programmatically e.g. every 1000 steps seems to work around the issue. Otherwise it will take literally days or weeks to train a model.

@olaviinha olaviinha changed the title DDSP autoencoder training slows down significantly DDSP VST Model training & autoencoder training both instantly start to slow down significantly May 15, 2023
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