Commit Graph

1992 Commits

Author SHA1 Message Date
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
allegroai
8340d4b86c Fix Python 2.7 support 2022-11-09 11:36:17 +02:00
allegroai
e319770831 Fix git remote repository detection when remote is not "origin" 2022-11-09 11:30:05 +02:00
allegroai
dc1c9b5844 Add clearml.browser_login to authenticate browser online sessions such as CoLab, Jupyter Notebooks etc. 2022-11-09 11:29:46 +02:00
allegroai
89ad484839 Improve manual model uploading example 2022-11-09 11:28:46 +02:00
allegroai
f0400dd099 Fix if project has a default output uri there is no way to disable it in development mode (manual). Allow passing output_uri=False to disable it. 2022-11-09 11:28:25 +02:00
Victor Sonck
51af6e833d
Add CI/CD example (#815)
* Add clearml ci/cd example

* Add section on how to set up CI/CD example
2022-11-08 17:29:49 +02:00
allegroai
18a4065b2b Add sdk.development.worker.report_event_flush_threshold to control the number of events to trigger a report 2022-11-07 19:17:20 +02:00
allegroai
fa45d32394 Fix cloning pipelines ran with start_locally() doesn't work 2022-11-07 19:09:09 +02:00
Allegro AI
f570072883
Update README.md 2022-11-04 23:34:49 +02:00
Allegro AI
e69fecde90
Update README.md 2022-11-04 23:30:13 +02:00
allegroai
1d041fafbd Add TensorboardX example link 2022-11-03 14:11:40 +02:00
Konstantin Frolov
7f92e5b4ee
Add Task.delete_artifacts() with raise_on_errors argument (#806)
* 'raise_on_errors' flag exposed to the parameters of Task._delete_artifacts()

* indentation fixed

* raise exceptions on errors by default on artifact deletions
2022-11-01 12:39:32 +02:00
allegroai
ff73e7848c Refactor inner functions 2022-10-30 19:29:01 +02:00
allegroai
8c776b6da0 Remove import_bind from stack trace of import errors 2022-10-30 19:27:15 +02:00
allegroai
88f0e68eab Remove deprecated demo server. Add initial browser session auto-login. 2022-10-30 19:26:55 +02:00
allegroai
16fb59c33f Improve CoLab integration (store entire colab, not history) 2022-10-30 19:25:15 +02:00