Commit Graph

1931 Commits

Author SHA1 Message Date
allegroai
3dee5854bd Fix StorageManager.get_file_size_bytes() returns ClientError instead of None for invalid S3 links 2022-12-22 21:52:24 +02:00
allegroai
d723299f1e Fix can't write more than 2 GB to a file 2022-12-22 21:48:07 +02:00
allegroai
17dfa2b92f Fix jsonargparse and pytorch lightning integration broken for remote execution (#403) 2022-12-22 21:47:00 +02:00
allegroai
bf37df61aa Clarify deferred_init usage in Task.init() (#855) 2022-12-22 21:45:57 +02:00
allegroai
72d9b22e0d Fix HPO CLI doesn't work when --params-override is not specified 2022-12-18 23:02:29 +02:00
allegroai
8ef25a0030 Fix task.close() removes all log handlers (should only remove ClearML handlers) 2022-12-18 23:01:41 +02:00
allegroai
e53c4008a1 Fix None values get casted to empty strings when connecting a dictionary 2022-12-18 23:00:38 +02:00
allegroai
603d74da57 Fix pipeline controller fetching archived Tasks for caching 2022-12-18 22:59:33 +02:00
allegroai
9b9c81afec Fix browser_login() when 3rd party cookies are disabled 2022-12-18 22:58:02 +02:00
allegroai
1dd98ecf8d Fix lazyloaderproxy casting 2022-12-18 22:57:31 +02:00
allegroai
90f30e8d9a Version bump 2022-12-13 16:09:42 +02:00
allegroai
47ea919ddc PEP8 2022-12-13 16:07:51 +02:00
allegroai
dd6e4f1598 Fix StorageManager doesn't support uploading files to minio (#763) 2022-12-13 16:07:44 +02:00
allegroai
694ffc160b Fix Task.connect() sets wrong types if task was never ran locally 2022-12-13 16:02:36 +02:00
allegroai
8076e387ab Add missing changes 2022-12-13 16:00:20 +02:00
allegroai
d3de2151e8 Add IDE to the task's runtime properties
Improve type annotations and docstrings
Flake8
2022-12-13 15:59:42 +02:00
allegroai
3cb66650e8 Fix Dataset.get() should ignore archived datasets by default 2022-12-13 15:49:11 +02:00
allegroai
16c8a037cc Fix can't add S3 external links (#845) 2022-12-13 15:48:18 +02:00
allegroai
62a5ef102a Fix uploading files to S3 when _at_exit() is called fails (work around https://github.com/boto/boto3/issues/3113) 2022-12-13 15:43:18 +02:00
allegroai
09a53bce48 Fix optimization on many agents returns random errors (#829) 2022-12-13 15:37:16 +02:00
allegroai
16df0794be Fix ontinuing Tasks with tensorflow sometimes result in wrong initial iteration (#762) 2022-12-13 15:36:05 +02:00
allegroai
3da182426f Add support for network.file_upload_retries configuration option to control the UploadManager's file upload default retries 2022-12-13 15:35:19 +02:00
allegroai
5b38590756 Fix error message 2022-12-11 15:07:59 +02:00
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