Skip to content

Commit 2d06aeb

Browse files
committed
chore: remove unused TTS.utils.io module
All uses of these methods were replaced with the equivalents from coqui-tts-trainer
1 parent e869b9b commit 2d06aeb

File tree

3 files changed

+2
-71
lines changed

3 files changed

+2
-71
lines changed

TTS/encoder/utils/training.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def process_args(args, config=None):
2929
args (argparse.Namespace or dict like): Parsed input arguments.
3030
config (Coqpit): Model config. If none, it is generated from `args`. Defaults to None.
3131
Returns:
32-
c (TTS.utils.io.AttrDict): Config paramaters.
32+
c (Coqpit): Config paramaters.
3333
out_path (str): Path to save models and logging.
3434
audio_path (str): Path to save generated test audios.
3535
c_logger (TTS.utils.console_logger.ConsoleLogger): Class that does

TTS/utils/io.py

-69
This file was deleted.

TTS/vocoder/layers/losses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class GeneratorLoss(nn.Module):
221221
changing configurations.
222222
223223
Args:
224-
C (AttrDict): model configuration.
224+
C (Coqpit): model configuration.
225225
"""
226226

227227
def __init__(self, C):

0 commit comments

Comments
 (0)