Dmitry Zubretsky
Dmitry Zubretsky
> I'm trying to preprocess the VCTK dataset, and stuck on the 'Computing statistic quantities' step. When I copy from repo preprocessed_data files instead, the training run successful. > >...
> Hi @dmzubr! No, you haven't missed anything, there really is a lack of the code you need. But don't worry - we'll create a new repository for documentation and...
> Thank you for the advice. I have already seen the Inference-Run-Examples. But I thought of something different. An already w2l trained model can be described by a set of...
> @dmzubr > > What is the problem then just to write simple wrapper over https://github.com/facebookresearch/wav2letter/wiki/Inference-Run-Examples "How we can I use this from Python"? > > Models will be anyway...
> @dmzubr thanks for clarification! > > I agree on the point of lowering an entry threshold to use framework. However, there should be the balance between simplicity for people...
> @dmzubr Could you share your c# wrapper? There are probably lots of people including myself who would like to do something similar. Hello! Current implementation is compatible with only...
Faced the same problem. Working with project in docker environment. Successfully prepared data for train for LJSpeech-1.1 And now got an error mentioned above: `Tacotron training set to a maximum...
> OS: Ubuntu 18.04 > Python: 3.6.9 Hello! I've successfully installed the package on Ubuntu 18.04 with Python 3.6.9 after these preconfig steps: sudo snap install cmake sudo apt install...
> > > OS: Ubuntu 18.04 > > > Python: 3.6.9 > > > > > > Hello! > > I've successfully installed the package on Ubuntu 18.04 with Python...