Skip to content

v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 21:13
· 966 commits to main since this release

What's new

Added 🎉

  • Added support for global settings file, tango.yml.
  • Added 'include_package' (array of string) param to config spec.
  • Added a custom error StopEarly that a TrainCallback can raise within the TorchTrainStep
    to stop training early without crashing.
  • Added step config, tango command, and tango version to executor metadata.
  • Executor now also saves pip dependencies and conda environment files to the run directory
    for each step.

Fixed ✅

  • Ensured **kwargs arguments are logged in FromParams.

Commits

0094888 save pip and conda files to run directory, add step config to metadata (#41)
d588886 Early stopping via callbacks in torch train (#40)
c437887 ensure '**kwargs' are logged in FromParams
7de1837 add support for global settings file (#39)
4026df1 Update datasets requirement from <1.14,>=1.12 to >=1.12,<1.15 (#38)
7ce3493 add 'include_package' param to config spec