New Features and Improvements
- Raise error on failed uploads (#820, thanks @shpigi!)
- Add hyperdataset examples (#823)
- Change
report_event_flush_threshold
default to 100 - Add
ModelInfo.weights_object()
for store callback access to the actual model object being stored (valid for both pre/post save calls, otherwiseNone
) - Support
num_workers
in dataset operations - Support max connections setting for Azure storage using the
sdk.azure.storage.max_connection
configuration option
Bug Fixes
- Fix
clearml
logger default level cannot be changed (#741) - Fix Hydra does use get overridden information from ClearML (#751)
- Fix
StorageManager.list(“s3://..”, with_metadata=True)
doesn't work - Fix
ModelsList.keys()
is missing - Fix
CLEARML_DEFERRED_TASK_INIT=1
doesn't work - Fix default API method does not work when set in configuration