mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 22:48:40 +00:00
1.6 KiB
1.6 KiB
title |
---|
Version 1.13 |
ClearML SDK 1.13.1
Bug Fixes
- Fix Hydra overrides integration ClearML GitHub issue #1120
- Fix GPU memory used reports 0 when memory can not be queried per process (edge case)
ClearML SDK 1.13.0
New Features
- Add support for recursive list, dict, and tuple ref parsing for
PipelineController.add step()
parameter overrides ClearML GitHub issue #1089 - Update PyNVML to the latest NVIDIA version for better GPU monitoring
- Add
force_single_script_file
argument toTask.create()
to avoid git repository auto detection - Use
os.register_at_fork
instead of monkey patching fork forpython>3.6
- Add support to programmatically archive and unarchive models from the model registry using the
Model.archive()
andModel.unarchive()
methods ClearML GitHub issue #1096
Bug Fixes
- Fix model reporting in TensorFlow 2.13 does not work properly ClearML GitHub issue #1112
- Fix GPU memory used reports 0 when memory can not be queried per process
- Fix FastAI binding not reporting scalars if TensorBoard is installed
- Fix JSON serialization error does not raise exception
- Fix OutputModel should prefer connected task name over filename stem
- Fix dataset zip extraction might fail when creating folders concurrently (with
Exception [Errno 17] File exists
warning) - Fix import sys should not appear in pipeline component auto-detected packages
- Fix compatibility issue with
requests<2.28