tts
Here are 652 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
Sep 17, 2020 - Python
-
Updated
Mar 19, 2018 - Python
-
Updated
Sep 14, 2020
Multi GPU Support
I'd like to train this model on 8 V100 GPUs - does it support multi GPU training?
-
Updated
Sep 14, 2020 - Python
-
Updated
Jun 17, 2020 - Python
-
Updated
Sep 15, 2020 - Python
-
Updated
Jun 7, 2018 - Python
-
Updated
Aug 31, 2020 - Jupyter Notebook
-
Updated
Sep 8, 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
Sep 18, 2020 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Feb 24, 2019 - C#
-
Updated
May 7, 2020 - Java
-
Updated
Sep 9, 2020 - Python
-
Updated
Aug 30, 2020 - C#
-
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."
some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?