New Features and Improvements
- New HyperParameter Optimization CLI
clearml-param-search
- Improvements to ClearML Data
- Add support for a new ClearML Data UI in the ClearML WebApp
- Add
clearml-data
new optionsset-description
andrename
- Add random seed control using
Task.set_random_seed()
allowing to set a new random seed for task initialization or to disable it - Improve error messages when failing to download an artifact
- Improve error messages when testing for permissions
Bug Fixes
- Fix axis range settings when logging plots
- Fix
Task.get_project()
to return more than 500 entries (#612) - Fix pipeline progress calculation
- Fix
StorageManager.upload_folder()
returnsNone
for both successful and unsuccessful uploads - Fix script path capturing stores a relative path and not an absolute path
- Fix HTML debug samples are saved incorrectly on S3
- Fix Hydra deprecation warning in examples
- Fix missing requirement for tensorboardx example
Known issues
- When removing an image from a Dataset, its preview image won't be removed
- Moving Datasets between projects still shows the Dataset in the old project