chrisdonahue / wavegan

WaveGAN: Learn to synthesize raw audio with generative adversarial networks
MIT License
1.33k stars 280 forks source link

Reading WaveGAN models using Tensorflow C API #110

Closed JordanDavis-1 closed 2 years ago

JordanDavis-1 commented 2 years ago

Hello! How would one go about running inference on the models WaveGAN produces in C++? I am attempting with the cppflow library but at a loss. Any help would be appreciated!