Files
F5-TTS/src
Hasan Can Solakoğlu 76b1b03c4d Keep Last N Checkpoints (#718)
* Add checkpoint management feature

- Introduced `keep_last_n_checkpoints` parameter in configuration and training scripts to manage the number of recent checkpoints retained.
- Updated `finetune_cli.py`, `finetune_gradio.py`, and `trainer.py` to support this new parameter.
- Implemented logic to remove older checkpoints beyond the specified limit during training.
- Adjusted settings loading and saving to include the new checkpoint management option.

This enhancement improves the training process by preventing excessive storage usage from old checkpoints.
2025-01-15 12:28:54 +08:00
..
2025-01-15 12:28:54 +08:00