Skip to content

Releases: idiap/coqui-ai-Trainer

v0.1.6

04 Nov 17:36
76c031e
Compare
Choose a tag to compare

What's Changed

  • fix(io): only enable load with weights_only in pytorch>=2.4 by @eginhard in #11

Full Changelog: v0.1.5...v0.1.6

v0.1.5

12 Sep 14:24
2f13956
Compare
Choose a tag to compare

What's Changed

  • Load weights only in torch.load by @shavit in #8

New Contributors

  • @shavit made their first contribution in #8

Full Changelog: v0.1.4...v0.1.5

v0.1.4

29 Jun 04:51
8025277
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix GradScaler type hint to be compatible with all Pytorch versions >= 2.0 and run CI on highest+lowest dependency versions by @eginhard in #7

Full Changelog: v0.1.3...v0.1.4

v0.1.3

28 Jun 07:40
6f1f613
Compare
Choose a tag to compare

What's Changed

Fixes

  • Correctly join paths in remove_experiment_folder by @eginhard in #6

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Jun 09:55
0f77de2
Compare
Choose a tag to compare

What's Changed

Removed

Fixes

  • Methods now also accept pathlib.Path instances for file paths by @eginhard in #5
  • TrainerArgs and TrainerConfig moved into new trainer.config module to avoid circular dependencies by @eginhard in #5
  • get_git_branch and get_user_data_dir methods made consistent with equivalents in coqui-tts by @eginhard in #5

Dev improvements

Full Changelog: v0.1.1...v0.1.2

v0.1.1

03 May 10:32
159f90a
Compare
Choose a tag to compare

What's Changed

Fixes

  • Return correct error code 130 on keyboard interrupt by @eginhard in #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Apr 14:53
5b32333
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.36...v0.1.0