word2wave icon indicating copy to clipboard operation
word2wave copied to clipboard

Word2Wave: a framework for generating short audio samples from a text prompt using WaveGAN and COALA.

Results 2 word2wave issues
Sort by recently updated
recently updated
newest added

I'm getting these errors with the command ```pip install -r requirements.txt``` ```Building wheel for llvmlite (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\Computer\anaconda3\python.exe' -u -c...

It looks like the WaveGAN code in the wavegan-pytorch repo you used assumes that the audio files are split into `train` and `valid` subdirectories, but the FSL10K dataset doesn't seem...