Skip to content

Commit

Permalink
Fix aux unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson authored and eginhard committed Dec 8, 2023
1 parent 75feba0 commit 32e777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/bin/train_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def train(model, optimizer, scheduler, criterion, data_loader, eval_data_loader,
)
# save the best checkpoint
best_loss = save_best_model(
eval_loss,
{"train_loss": None, "eval_loss": eval_loss},
best_loss,
c,
model,
Expand Down

0 comments on commit 32e777a

Please sign in to comment.