magenta / ddsp

DDSP: Differentiable Digital Signal Processing
https://magenta.tensorflow.org/ddsp
Apache License 2.0
2.85k stars 330 forks source link

to use magenta-js with this ddsp. #352

Open hihunjin opened 3 years ago

hihunjin commented 3 years ago

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 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.

jesseengel commented 3 years ago

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.