diff --git a/GPT_SoVITS/s2_train.py b/GPT_SoVITS/s2_train.py index 4f0ca4c..ddbe2ab 100644 --- a/GPT_SoVITS/s2_train.py +++ b/GPT_SoVITS/s2_train.py @@ -305,7 +305,7 @@ def train_and_evaluate( y_lengths, text, text_lengths, - ) in tqdm(enumerate(train_loader)): + ) in enumerate(tqdm(train_loader)): if torch.cuda.is_available(): spec, spec_lengths = spec.cuda(rank, non_blocking=True), spec_lengths.cuda( rank, non_blocking=True