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
In my experience, the checkpoint downloader script didn't really work. It also appears there are 2 generations of DDSP models: one that powers this site here...
I've only been able to access the gen 1 checkpoints so far. Haven't really tried with gen 2, but my plan for that one is to run the Google Colab, and manually download the checkpoint files from disk on the left, and then host them at S3. That will also need to host the .pkl and .gin files too, AFAIK.
The text was updated successfully, but these errors were encountered:
Pulled my hair out over this one, so leaving it here for anyone else who needs it:
Checkpoint info (for violin, flute, etc.) can be found here:
https://github.com/magenta/magenta-js/tree/master/music/checkpoints#table
In my experience, the checkpoint downloader script didn't really work. It also appears there are 2 generations of DDSP models: one that powers this site here...
https://magenta.github.io/magenta-js/music/demos/ddsp_tone_transfer.html
...and then one that powers the Google Colab they link to on the front page of the DDSP README:
https://colab.research.google.com/github/magenta/ddsp/blob/main/ddsp/colab/demos/timbre_transfer.ipynb
I've only been able to access the gen 1 checkpoints so far. Haven't really tried with gen 2, but my plan for that one is to run the Google Colab, and manually download the checkpoint files from disk on the left, and then host them at S3. That will also need to host the
.pkl
and.gin
files too, AFAIK.The text was updated successfully, but these errors were encountered: