Skip to content

Releases: HamidrezaKmK/dysweep

Memory Leak management

15 Nov 22:41
40bcd0e
Compare
Choose a tag to compare

Add garbage collector after every run of the agent.

dy_upsert added

16 Aug 20:56
251e167
Compare
Choose a tag to compare

dy_upsert now follows the order specified in the meta configuration.

The lucky release

07 Aug 22:19
e39f835
Compare
Choose a tag to compare
  • Add configuration run changer
  • Add stderr and stdout logging for experiments
  • Change the checkpoint directory format.

The (un)Lucky Release

30 Jun 20:14
e9ab208
Compare
Choose a tag to compare

The first release of the package.

  • Add full documentation of the capabilities of the model.
  • Add support on Slack and Zenodo badge for reference
  • Changed the license to MIT.
  • Add main figure and tutorial.
  • Add runnable scripts to the project.

12th Release

26 Jun 15:39
Compare
Choose a tag to compare
12th Release Pre-release
Pre-release
  • Fix backward compatibility while changing from simplistic sweep forms to other formats.

11th Release

26 Jun 14:00
Compare
Choose a tag to compare
11th Release Pre-release
Pre-release
  • Add the command-line scripts create_sweep and run_resume_sweep so that no boilerplate code is required to instantiate and run.
  • Add documentation for the scripts and a sample usage in the README.md file.

Release 10

21 Jun 22:18
Compare
Choose a tag to compare
Release 10 Pre-release
Pre-release

Bug fixes:

  • upsert function in the utils.py could've returned list pretenders instead of actual lists.
  • The multi-resume functionality had some bugs.

New features:

  • Single runs using rerun_id is now possible in the dysweep_run_resume function.
  • You can pass all the configurations directly to dysweep_run_resume instead of passing a sweep configuration object.

Documentation:

  • A thorough tutorial on image classification is added to the documentation to demonstrate all the use cases.

Release docs

18 Jun 12:22
Compare
Choose a tag to compare
Release docs Pre-release
Pre-release

The first pre-release with a README.

Version 8 release

12 Jun 16:54
Compare
Choose a tag to compare
Version 8 release Pre-release
Pre-release

Added threading on top of the resume functionality.

seventh release

05 Jun 19:40
Compare
Choose a tag to compare
seventh release Pre-release
Pre-release
  • The resumption functionality had a bug on pre-release 0.0.6. That is now removed!
  • If an error occurs in runs, the log of the exception can now be found in the checkpoints directory for better debugging.