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 thedysweep_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.