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
{{ message }}
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
I am trying to generate longer sequences with this repository. I am working on Geforce RTX 2080 TI, and getting everything to work well for training.
For inference, I am trying to feed in sequence of mels, but as soon as I go past 6 or 7 seconds, I automatically get out of memory. Looking through the code this is probably caused by the fact that the entire output sequence is initialised before generation starts, whereas since Wavenet is autoregressive, this is not necessary.
Any ideas how to scale this repo to generate longer sequences?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am trying to generate longer sequences with this repository. I am working on Geforce RTX 2080 TI, and getting everything to work well for training.
For inference, I am trying to feed in sequence of mels, but as soon as I go past 6 or 7 seconds, I automatically get out of memory. Looking through the code this is probably caused by the fact that the entire output sequence is initialised before generation starts, whereas since Wavenet is autoregressive, this is not necessary.
Any ideas how to scale this repo to generate longer sequences?
The text was updated successfully, but these errors were encountered: