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
I'd trained this ddsp model with my own dataset with ddsp.training.models.Autoencoder(). I'd like to use magenta-js with my own model. This magenta-js needs model.json, for example model.json.
Is there a way to export this checkpoint?
From the model.ts and toneTransfer, is that model.json link is for model architecture, or checkpoint weights?
Thanks.
The text was updated successfully, but these errors were encountered:
Sorry for the delay. There now is a ddsp_export function, but we're about to make a breaking change as we discuss in #361 . We'll follow up afterwards to update the JS code and make sure everything runs smoothly.
Hi.
I'd trained this ddsp model with my own dataset with
ddsp.training.models.Autoencoder()
. I'd like to use magenta-js with my own model. This magenta-js needsmodel.json
, for example model.json.Is there a way to export this checkpoint?
From the model.ts and toneTransfer, is that
model.json
link is for model architecture, or checkpoint weights?Thanks.
The text was updated successfully, but these errors were encountered: