Conversation
Added support for priming the model. Data now persists in Google Drive. Added the ability to resume from checkpoints.
| "hps.levels = 3\n", | ||
| "hps.hop_fraction = [.5,.5,.125]\n", | ||
| "\n", | ||
| "vqvae, *priors = MODELS[model]\n", |
There was a problem hiding this comment.
just as a though: since Downloading from gce (Downloading the model, I assume..?) takes quite a long time, especially for the 5b -models, it might make sense to split those two. So you can edit the Hyperparams without reloading the model each time :)
|
Sorry to bother, but I was wondering if there is a way to use v3 labels with this Colab? |
|
Which labels are used is tied to which model is used: 5b uses v2 labels and 1b uses v3 labels. |
|
Is it possible to upscale audio made with 1b with this while keeping artist data and such intact? I keep getting an error with it not recognizing the artist as it seems to try and use 5b and v2 artists, instead of v3. |
Updated comments to make it more clear '5b' is a valid model. The notebook also sets some sane defaults if '5b_lyrics' is the selected model. Updated the notebook so these defaults will also be used for '5b' which prevents out of memory exceptions from occurring on colab. Co-authored-by: mtferry <39018371+mtferry@users.noreply.github.com>
Provide a warning about sample length of runtime
|
Hi, |
|
Facing the same issue as @Yonben. Using primed 5b. Full Error Output |
Added support for priming the model.
Data now persists in Google Drive.
Added the ability to resume from checkpoints.