Commit Graph

1908 Commits

Author SHA1 Message Date
allegroai
381b856b57 Fix mark_aborted() does not exist, use mark_stopped() instead 2022-12-11 15:07:58 +02:00
allegroai
64e00716e1 Fix Task.query_tasks() returns all tasks when a non-existent project name is provided 2022-12-11 15:07:58 +02:00
Jake Henning
bd53d44d71
Update README.md 2022-12-08 07:59:32 +02:00
Victor Sonck
991fc2d32d
Update README.md (#846)
Fixed old Slack link
2022-12-07 19:24:18 +02:00
Frédéric Jean
7d6897f91b
Fix dataset not synced if the changes are only modified files (#835) 2022-12-06 14:33:43 +02:00
William Reynolds
64e1fb8571
Add r prefix to re.match() strings (#837) 2022-12-06 14:27:50 +02:00
john-zielke-snkeos
e709e46d91
Fix StorageHelper.delete() does not respect path substitutions (#838)
Fixes allegroai/clearml#825
Make StorageHelper.get_object() call StorageHelper._canonized_url() to make path substitutions work.
2022-12-06 14:26:05 +02:00
erezalg
59b5dd6394
add path_substitution to clearml.conf example file (#842)
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-12-06 14:24:24 +02:00
pollfly
4fab0f740a
Update README.md (#826) 2022-12-06 14:23:53 +02:00
allegroai
52a592c4bf Update README 2022-12-04 12:57:48 +02:00
allegroai
d8926ace25 Version bump to v1.8.3 2022-12-04 12:52:27 +02:00
allegroai
ec70b5113a Fix a sync issue with ConrfigWrapper when loading configuration in session
Optimize load sequence by not loading configuration on session start if not provided (worse case it will be loaded by the ConfigWrapper)
2022-12-04 12:52:27 +02:00
Fred DeSerres-Blanchet
911a72f561
Set GCS credentials to None if invalid service account creds are provided (#841)
Related to https://github.com/allegroai/clearml/issues/840
2022-12-03 12:08:36 +02:00
Allegro AI
a76d2643d5
Update README.md 2022-12-02 05:04:27 +02:00
allegroai
95cf9fff90 Version bump to v1.8.2 2022-12-01 08:54:43 +02:00
allegroai
ceb20f1eec Add CLEARML_VCS_ENTRY_POINT env var controlling experiment's entry point
Fix CLEARML_VCS_WORK_DIR and CLEARML_VCS_DIFF support for standalone mode
2022-11-30 19:54:43 +02:00
allegroai
7016138c84 Fix ClearML SDK does not work with PyTest (related to https://github.com/pytest-dev/pytest/issues/5502#issuecomment-647157873) 2022-11-27 17:32:24 +02:00
allegroai
65d0e15a74 Fix Task.set_parameters() does not add parameter type when parameter exists but does not have a type 2022-11-24 22:45:21 +02:00
allegroai
762bc5325f Version bump to v1.8.1 2022-11-21 17:31:04 +02:00
allegroai
66cccd22fd Fix examples 2022-11-21 17:14:07 +02:00
allegroai
ed2b8ed850 Support num_workers in dataset operations
Support max connections setting for Azure storage using the `sdk.azure.storage.max_connection` setting
2022-11-21 17:12:02 +02:00
allegroai
68467d7288 Fix default clearml logger level cannot be changed (#741) 2022-11-21 17:07:21 +02:00
allegroai
443c6dc814 Fix default method might get updated after default argument was initialized
Fix default api method does not work when set in configuration
2022-11-21 17:06:17 +02:00
allegroai
164169b73a Fix Hydra does use get overridden information from ClearML (#751) 2022-11-21 17:00:19 +02:00
allegroai
a841ab7450 Add ModelInfo.weights_object() for store callback access to the actual model object being stored (valid for both pre/post save calls, otherwise None) 2022-11-21 16:31:58 +02:00
allegroai
1729b9019f Fix CLEARML_DEFERRED_TASK_INIT=1 doesn't work 2022-11-21 16:31:23 +02:00
allegroai
d9497dd603 Fix checking backend api version lower than the supported version is meaningless 2022-11-21 16:30:37 +02:00
allegroai
9713f63cb7 Fix ModelsList.keys() is missing 2022-11-21 16:28:28 +02:00
Lavi
1d77b55dde
Raise error on failed uploads (#820) 2022-11-21 15:31:49 +02:00
erezalg
f6b9efe54e
Add hyperdataset examples (#823)
* Add hyperdataset examples

Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-11-20 16:28:42 +02:00
allegroai
2aba12cf52 Fix docstring 2022-11-19 00:58:35 +02:00
allegroai
0b0fd55329 Fix StorageManager.list(“s3://..”, with_metadata=True) doesn't work 2022-11-19 00:58:05 +02:00
allegroai
035a76e282 Change report_event_flush_threshold default to 100 2022-11-15 15:59:26 +02:00
allegroai
cf7361e134 Version bump to v1.8.0 2022-11-13 14:47:24 +02:00
allegroai
1633af28e2 Skip hparams with non-basic types 2022-11-13 14:46:38 +02:00
allegroai
f6238b8a0f Fix broken pip package might mess up requirements detection 2022-11-11 23:46:33 +02:00
allegroai
7f6c80f292 Fix task.update_output_model() should always upload local models to a remote server 2022-11-11 23:46:20 +02:00
allegroai
ebe7aa3fb7 Fix Enum hyper-parameter description 2022-11-11 23:45:42 +02:00
allegroai
e55d113258 Add support for connecting Enum values as parameters 2022-11-11 15:49:24 +02:00
allegroai
d0db6ea919 Fix Python 3.5 Unicode support 2022-11-11 15:35:30 +02:00
allegroai
b58c70f65e Fix media preview is created instead of a table preview 2022-11-11 15:34:43 +02:00
allegroai
251cfa30a9 Fix Python 2.7 support 2022-11-11 15:30:25 +02:00
allegroai
0e283dd514 Fix too many parts will cause preview to increase Task object beyond 16MB limit, set a total limit of 320kbs 2022-11-11 13:30:57 +02:00
allegroai
8e9f422ec5 PEP8 2022-11-11 13:30:15 +02:00
allegroai
74614bad6d Fix Dataset.get_local_copy() deletes the source archive if it is stored locally 2022-11-09 11:45:09 +02:00
allegroai
d45ec5d3e2 Update README 2022-11-09 11:43:04 +02:00
allegroai
a4d83c30ba Fixed Python 2.7 support, refactor, PEP8 2022-11-09 11:42:06 +02:00
allegroai
039f9f6938 Return stub object from Task.init() if no clearml.conf file is found 2022-11-09 11:40:36 +02:00
allegroai
9164a38708 Fix reported images might not all be reported when waiting to complete the task 2022-11-09 11:39:26 +02:00
allegroai
b793f2dfc6 Limit number of _serialize requests when adding list of links with add_external_files() (#813) 2022-11-09 11:37:52 +02:00