Releases: idiap/coqui-ai-Trainer
Releases · idiap/coqui-ai-Trainer
v0.2.2
v0.2.1
What's Changed
- Drop Python 3.9 support by @eginhard in #14
- Add type hints for the main public interface
- Add a consistency check for the optimizer attributes in the config
- Use Pytorch
@inference_mode()
decorator instead of changing global state withtorch.set_grad_enabled(False)
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
What's Changed
Removed
Fixes
- Methods now also accept
pathlib.Path
instances for file paths by @eginhard in #5 TrainerArgs
andTrainerConfig
moved into newtrainer.config
module to avoid circular dependencies by @eginhard in #5get_git_branch
andget_user_data_dir
methods made consistent with equivalents incoqui-tts
by @eginhard in #5
Dev improvements
Full Changelog: v0.1.1...v0.1.2