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've successfully been able to export the model as a torchscript file. The loading into nn~ has no errors, however, there is no audio coming out when passing a signal through the encode/decode function.
I'm not sure if to post this issue here or in nn~ repo.
The text was updated successfully, but these errors were encountered:
I tried and updated the pytorch version with the latest nn~ version and this did work when training a model with the V2/Wasserstein config.
However it did not work when I trained the V2/Default config. I also mention in this #176 issue that that when using this config (V2/Default) there is only one latent space dimension when exporting as .ts.
I have to add that both worked when doing offline timbre transfer in Python.
Hi,
I've successfully been able to export the model as a torchscript file. The loading into nn~ has no errors, however, there is no audio coming out when passing a signal through the encode/decode function.
I'm not sure if to post this issue here or in nn~ repo.
The text was updated successfully, but these errors were encountered: