FloWaveNet icon indicating copy to clipboard operation
FloWaveNet copied to clipboard

A Pytorch implementation of "FloWaveNet: A Generative Flow for Raw Audio"

Results 5 FloWaveNet issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/11533479/48126692-c6b0ba80-e2bc-11e8-80cd-52ce9e299109.png) Maybe this is caused by...

How to modify the code to use my own multilingual audio dataset and annotated dataset for training