tts
Here are 645 public repositories matching this topic...
Fix code
Hello, if i enable bidirectional decoder training script drops eror.
There is in train.py line 185
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_backward_loss'].item(),
need to change on
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_b_loss'].item(),
-
Updated
Jul 31, 2020 - Python
-
Updated
Jun 28, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Mar 19, 2018 - Python
-
Updated
Jul 3, 2020
Multi GPU Support
I'd like to train this model on 8 V100 GPUs - does it support multi GPU training?
-
Updated
Aug 16, 2020 - Python
-
Updated
Jun 17, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Jun 7, 2018 - Python
-
Updated
Aug 25, 2020 - Jupyter Notebook
-
Updated
Aug 26, 2020 - Python
We have to create contributing files for two repositories:
- cboard-api
- ccboard
Also, please update cboard's contributing file, in order to:
- Add a list of ways to Contribute .
- Include and describe testing as a way to contribute.
- Include discord channel .
- Include Coding conventions.
-
Updated
Aug 28, 2020 - Python
-
Updated
Feb 12, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Feb 24, 2019 - C#
-
Updated
May 7, 2020 - Java
-
Updated
Aug 30, 2020 - C#
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 18, 2020 - Python
-
Updated
Dec 20, 2019
-
Updated
Mar 25, 2020 - Python
Improve this page
Add a description, image, and links to the tts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tts topic, visit your repo's landing page and select "manage topics."
Despite instructions to install ffmpeg in README.md (#414), people still skip it and get audioread's NoBackendError whenever trying to load mp3s. The exception is confusing to the end user and we get a lot of questions about it.