Skip to content

Commit

Permalink
chore: remove unused callback code (#229)
Browse files Browse the repository at this point in the history
The callbacks are in trainer.callbacks now
  • Loading branch information
eginhard authored Jan 6, 2025
1 parent 98080e2 commit eaff93d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 106 deletions.
105 changes: 0 additions & 105 deletions TTS/utils/callbacks.py

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/extension/implementing_a_new_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
an infinite flexibility to add custom behaviours for your model and training routines.

For more details, see [BaseTTS](../main_classes/model_api.md#base-tts-model)
and `TTS.utils.callbacks`.
and [`trainer.callbacks`](https://github.com/idiap/coqui-ai-Trainer/blob/main/trainer/callbacks.py).

6. Optionally, define `MyModelArgs`.

Expand Down

0 comments on commit eaff93d

Please sign in to comment.