flowtron
flowtron copied to clipboard
Flowtron is an auto-regressive flow-based generative network for text to speech synthesis with control over speech variation and style transfer
Hi,i want to run this flowtron model for bangla dataset.But validation loss becomes NaN.What can be the possible solution for this error? ` exp_avg_sq.mul_(beta2).addcmul_(1 - beta2, grad, grad) 1: 30.651899338...
ValueError: not enough values to unpack (expected 3, got 1).
Hello I am trying to train flowtron off of the ljs dataset however taring will not start. When I try to start training I et this error `Traceback (most recent...
Traceback (most recent call last): File "train.py", line 415, in train(n_gpus, rank, **train_config) File "train.py", line 257, in train data_config, n_gpus, batch_size) File "train.py", line 64, in prepare_dataloaders **dict((k, v)...
Hi, Thank you for great paper! I've been having problems training a Flowtron model with my own dataset on 8 Tesla V100. Some information about this dataset: 1. The text...
Hi, When I run inference in Jupyter and my trained model (90 speakers, 45k iters) works, but not exacly how it should. When I tested it with suprised.txt and her...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Hi, I have loaded all training models and running following code raise "_pickle.UnpicklingError: invalid load key, '
Upgraded to 1.9.0 and flowtron inference stopped producing anything but noise. After downgrading to pytorch 1.6.0, it started working again. Anyone else seeing this?
I know on the FastSpeech GitHub project there is a documented way to convert the speech model through ONNX to run with TensorRT. Has anyone attempted this with Flowtron? I’m...