coqui-tts/TTS/encoder/utils
Enno Hermann 6a52c8a855 fix(bin): log to stdout in cli tools, unless pipe_out is set
This way the outputs are available for further downstream processing, e.g. with
grep. For TTS/bin/synthesize.py, if --pipe_out is set, log to stderr because
then only the output audio stream should be on stdout, e.g. to pipe it to aplay.
2024-12-17 11:38:39 +01:00
..
__init__.py REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
generic_utils.py fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
prepare_voxceleb.py fix(bin): log to stdout in cli tools, unless pipe_out is set 2024-12-17 11:38:39 +01:00
training.py refactor: import get_last_checkpoint from trainer.io 2024-11-29 13:59:43 +01:00
visual.py build: move umap-learn into optional notebook dependencies 2024-06-26 23:53:17 +02:00