Skip to content

Release 10

Pre-release
Pre-release
Compare
Choose a tag to compare
@HamidrezaKmK HamidrezaKmK released this 21 Jun 22:18
· 69 commits to main since this 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.