Enno Hermann
|
da82d55329
|
refactor: use load_fsspec from trainer
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'
|
2024-06-29 15:07:10 +02:00 |
Enno Hermann
|
b6ab85a050
|
fix: use logging instead of print statements
Fixes #1691
|
2024-04-03 15:19:45 +02:00 |
Aarni Koskela
|
90991e89b4
|
Ruff autofix unused imports and import order
|
2023-12-13 14:56:41 +02:00 |
Aarni Koskela
|
72ac2bfa09
|
Get rid of some star imports
|
2023-12-13 14:56:41 +02:00 |
Eren Gölge
|
d309f50e53
|
Implement FreeVC (#2451)
* Update .gitignore
* Draft FreeVC implementation
* Tests and relevant updates
* Update API tests
* Add missings
* Update requirements
* :(
* Lazy handle for vc
* Update docs for voice conversion
* Make style
|
2023-03-25 18:33:23 +01:00 |