Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.3 #674

Merged
merged 41 commits into from
Jul 26, 2021
Merged

v0.1.3 #674

merged 41 commits into from
Jul 26, 2021

Conversation

erogol
Copy link
Member

@erogol erogol commented Jul 24, 2021

🐸 v0.1.3

🐞Bug Fixes

  • Fix Tacotron stopnet training

    Models trained after v0.1 had the problem that the stopnet was not trained. It caused models not to generate audio
    at evaluation and inference time.

  • Fix test_run at training. (👑 @WeberJulian)

    In training 🐸 TTS would skip the test_run and not generate test audio samples. Now it is fixed :).

💾 Code updates

  • Refactoring in compute_embeddings.py for efficiency and compatibility with the latest speaker encoder. (👑 @Edresson)

🚀 Model releases

  • New Fullband-MelGAN model for Throsten German dataset. (👑 @thorstenMueller)

Edresson and others added 30 commits June 5, 2021 03:12
Change default value of `"mixed_precision" : false` as when it is set true it leads to  `raise RuntimeError(f" [!] NaN loss with {key}.")
RuntimeError:  [!] NaN loss with decoder_loss.`
Forcing do_trim_silence to False in the extract TTS script
`mixed_precision` set to false
Change to _get_preprocessor_by_name
…contributing

added information to ask for model contributions
Fix test runs and wavegrad test_run
@mbarnig
Copy link

mbarnig commented Jul 24, 2021

I installed this version to run some tests:

Traceback (most recent call last):
  File "TTS/server/server.py", line 10, in <module>
    from flask import Flask, render_template, request, send_file
ModuleNotFoundError: No module named 'flask'

@thorstenMueller
Copy link
Contributor

Hi @mbarnig .
According to https://github.com/coqui-ai/TTS/releases the new version has not been released yet.

@mbarnig
Copy link

mbarnig commented Jul 24, 2021

@thorstenMueller : I know, I installed the dev branch. I think the purpose of the present comment #674 is to get some early reactions before the release of the new version.

@erogol
Copy link
Member Author

erogol commented Jul 25, 2021

@mbarnig make sure you followed installation instructions. https://tts.readthedocs.io/en/latest/installation.html

@mbarnig
Copy link

mbarnig commented Jul 25, 2021

@erogol : my fault. I was using the ancient command pip install -e . to install from source.

With

make system-deps
make install

the script python3 TTS/server/server.py works without error.
In the future I will always check if the documentation has been changed before raising an issue.
Thanks for your quick response.

@erogol erogol merged commit d0292dd into main Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants