Markus Toman

Results 5 issues of Markus Toman

Just saw your comment "Unfortunately I have to put these settings into params in order to save if anyone knows a better way of doing this please open an issue...

This PR solves "ERROR [+7031] during forced_alignment.py" as dicussed in #293. List of changes: - Alignment in parallel on multiple chunks of data (checks the "DNN_NUM_PARALLEL" environment variable and uses...

When not compiling a voice with the system but using the load-functionality (e.g. using `cst_cg_load_voice`), the global list `mimic_voice_list` does not work intuitively. Voice loading can be seen in `mimic_main.c`:...

I'm currently reworking the general training procedure to more easily enable - [x] use your own dataset (only have to provide a metadata.csv in the correct format) - [x] pick...

Would be great to try out the original WaveRNN implementation with 16 bit quantization. Either from here https://github.com/fatchord/WaveRNN/blob/master/models/wavernn.py or some other/own implementation.

enhancement
help wanted