stalevna
stalevna
train.py
Hello! I was wondering If you could kindly share your train.py?
I tried to run an experiment similar to Exp 1. YourTTS-EN(VCTK) + SCL initializing use_speaker_encoder_as_loss=true, speaker_encoder_loss_alpha=9.0, speaker_encoder_config_path and speaker_encoder_model_path(downloaded them from [your google disk](https://drive.google.com/drive/folders/1WKK70aBnA-ZI2Z1Ka_zWgBK7O0Y3TLey) So my config file is almost...
Hi! I tried to inference some audios using files that were generated by training vits model on ljspeech dataset.  I substituted files in the YourTTS-zeroshot-VC-demo for my own ...
Hi, I run into an error about onmt --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in 5 import torch.nn.functional as F 6 from collections import OrderedDict ----> 7 from onmt.utils.misc...
 when training ASR with Transducers and leaving **freq_masks: 2 time_masks: 10** instead of zeroing them out an error occurs  TypeError Traceback (most recent call last) [](https://localhost:8080/#) in 1...