vvolhejn / thesis

ETH Zürich MSc Thesis: Accelerating Neural Audio Synthesis
Apache License 2.0
17 stars 1 forks source link

Rewrite NEWT using DDSP+TensorFlow #4

Closed vvolhejn closed 2 years ago

vvolhejn commented 2 years ago

https://benhayes.net/projects/nws/

The current library is in Pytorch, we need to rewrite it to match with DDSP's components, which are in TF.

vvolhejn commented 2 years ago

Now training the model, hopefully it works.

vvolhejn commented 2 years ago

Got inference to work!