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

Fix wrong references in documentation #3963

Open
wants to merge 200 commits into
base: main
Choose a base branch
from

Conversation

hykilpikonna
Copy link

I found that some links in the documentation link to the wrong papers.

Edresson and others added 30 commits December 12, 2023 16:07
Fix CI (save best model after 0 steps in tests)
* Bug Fix on XTTS load

* Bug fix in MP3 length on TTSDataset

* Update TTS/tts/datasets/dataset.py

Co-authored-by: Aarni Koskela <akx@iki.fi>

* Uses mutagen for all audio formats

* Add dataloader test wit hall supported audio formats

* Use mutagen.File

* Update

* Fix aux unit tests

* Bug fixe on unit tests

---------

Co-authored-by: Aarni Koskela <akx@iki.fi>
Handles cases when git branch produces no output or invalid output. Right now, it just crashes with `StopIteration`
eginhard and others added 24 commits June 26, 2024 11:54
Except for notebooks, it's only used to show embedding plots during speaker
encoder training, in which case a warning is now shown to install it.
Made automatically with:
rg "from TTS.utils.io import load_fsspec" --files-with-matches | xargs sed -i 's/from TTS.utils.io import load_fsspec/from trainer.io import load_fsspec/g'
All uses of these methods were replaced with the equivalents from coqui-tts-trainer
Update to coqui-tts-trainer 0.1.4
docs(xtts): fix typo in example
build: move umap-learn into optional notebook dependencies
fix(xtts): load tokenizer file based on config as last resort
* Fix Stream Generator on MacOS

* Make it work on mps

* Implement custom tensor.isin

* Fix for latest TF

* Comment out hack for now

* Remove unused code

* build: increase minimum transformers version

* style: fix

---------

Co-authored-by: Enno Hermann <Eginhard@users.noreply.github.com>
Avoids hard failures when the audio can't be decoded.
Skip audio files that can't be decoded
4.43.* broke XTTS streaming again
Preparations for Numpy 2 support (gruut, soxr, spacy)
@CLAassistant
Copy link

CLAassistant commented Aug 12, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 4 committers have signed the CLA.

✅ ChristianRomberg
✅ hykilpikonna
✅ gravityrail
❌ abrahammathews2000
You have signed the CLA already but the status is still pending? Let us recheck it.

@eginhard
Copy link
Contributor

Thank you for spotting @hykilpikonna ! This repo is not maintained anymore, but feel free to send a PR to our fork where I can merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.