idiap / coqui-ai-TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
https://coqui-tts.readthedocs.io
Mozilla Public License 2.0
591 stars 61 forks source link

Fix wrong references in documentation #74

Closed hykilpikonna closed 2 months ago

hykilpikonna commented 2 months ago

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

(Moved from: https://github.com/coqui-ai/TTS/pull/3963)

hykilpikonna commented 2 months ago

Hmm... why are there empty commits in the original coqui-ai/TTS repo's commit tree that are not part of the fork?

image

hykilpikonna commented 2 months ago

Okay commit history is fixed. The empty commits are caused by trying to merge main branch onto dev branch, and it is solved by resetting to the dev branch then cherry-picking the new commits.