Ctibor67

Results 6 comments of Ctibor67

I recently trained at this repo: https://github.com/NVIDIA/tacotron2 . completely without cmudict in the Czech language. And he learned to speak Czech :-) I just wrote the Czech alphabet in symbols.py....

I wanted to try continuing training with your model Neural-HMM with command **python train.py -c Neural-HMM.ckpt**. But it made a mistake _size mismatch for model.embedding.weight: copying a param with shape...

This repo and download Neural HMM from this link https://kth.app.box.com/v/neural-hmm-pretrained

I'm trying to train on my own Czech dataset. My idea was this: When I trained on tacotron2, there was a "warm start" option and the training went well with...

I installed nvidia tesla k80 for multi gpu training. But when I start training, only one of the two GPUs starts. When I set gpus = [1] in hparams, only...

When I setting gpus=[0,1] then _Distributed package doesn't have NCCL built in_