FloWaveNet
FloWaveNet copied to clipboard
A Pytorch implementation of "FloWaveNet: A Generative Flow for Raw Audio"
Hi, can you please share pre-trained models which is giving good result if any?
Currently, we cannot run the multi-GPU training on PyTorch v1.0.0 due to [a strange null gradient issue](https://github.com/pytorch/pytorch/issues/14960).
Hello, I am trying to run the training part on multiple GPUs (4 Tesla V100), using the command `python train.py --model_name flowavenet --batch_size 8 --n_block 8 --n_flow 6 --n_layer 2...
Hi, Thank you for your nice job. But I found that either your FloWaveNet or NVIDIA's WaveGlow has a problem of containing periodic noise.  Maybe this is caused by...
How to modify the code to use my own multilingual audio dataset and annotated dataset for training