Commit Graph

44 Commits

Author SHA1 Message Date
allegroai
240b762a2a Allow users to disable remote overrides when using Task.connect() or Task.connect_configuration() 2024-02-04 19:33:41 +02:00
allegroai
7813602ad2 Add raise_on_error flag to Model.update_weights() and Model.update_weights_package() 2023-12-24 11:37:59 +02:00
allegroai
f67ce9c04b Improve docstrings for tag filters 2023-11-07 15:07:41 +02:00
allegroai
32832ae46d Fix Model.connect() in remote execution might result in the wrong model being connected 2023-11-05 21:07:33 +02:00
allegroai
d6d8aa9318 Fix various CI and tests issues 2023-11-05 21:07:32 +02:00
allegroai
b2bb04899c Use StorageManager cache when downloading models 2023-10-24 18:45:18 +03:00
allegroai
04fe7dffe3 Fix OutputModel should prefer connected task name over filename stem 2023-09-02 17:49:02 +03:00
allegroai
71c74f977b Add Model archive/unarchive methods 2023-08-31 00:10:38 +03:00
Alex Burlacu
d4b11dfa22 Create OutputModel base model lazily 2023-08-11 13:11:58 +03:00
pollfly
c451589298
Edit docstrings (#1084) 2023-07-25 12:19:24 +03:00
pollfly
1927e6578c
Edit docstrings (#1011) 2023-05-07 15:50:49 +03:00
Alex Burlacu
7ca8743d86 Remove redundant docstrings and allow TaskTypes in filter conditions 2023-04-03 18:22:29 +03:00
Alex Burlacu
cc843f6afa Fix docstrings 2023-03-29 19:01:48 +03:00
allegroai
4cd8857c0d Refactor code 2023-03-27 13:38:11 +03:00
Alex Burlacu
309b09f8a9 Add support for API v2.23 and attaching plots and scalars to models 2023-03-24 13:41:18 +02:00
Alex Burlacu
dc5be02328 Allow registering offline models 2023-03-23 18:32:53 +02:00
Alex Burlacu
4bb83c1c6c Allow to force_download model weights 2023-03-23 18:17:19 +02:00
pollfly
c978d8c259
Edit docstrings (#900) 2023-02-02 10:24:01 +02:00
pollfly
e0bea7f586
Edit docstrings (#889) 2023-01-24 13:13:19 +02:00
allegroai
1953fcc519 Fix metadata set on an uploaded model object is not accessible (#890) 2023-01-19 11:18:06 +02:00
pollfly
b39829a011
Edit docstrings (#875) 2023-01-10 11:12:47 +02:00
allegroai
79185487a8 Fix types in strings list 2022-12-23 22:21:23 +02:00
allegroai
8992275f8e Support querying model metadata in Model.query_models() 2022-12-22 21:59:24 +02:00
allegroai
a0e19d833d Fix docstrings 2022-10-14 10:12:49 +03:00
allegroai
ca384aa75c Add more model frameworks to the list 2022-08-20 22:57:20 +03:00
allegroai
c58e2551c8 Fix input model error 2022-07-28 18:48:15 +03:00
allegroai
08af7c664d Add support for updating model metadata using set_metadata(), get_metadata(), get_all_metadata(), get_all_metadata_casted(), set_all_metadata() 2022-07-28 18:47:29 +03:00
pollfly
3474d70afb
Edit docstrings (#672) 2022-05-11 10:45:40 +03:00
allegroai
dd4eca24c3 Fix broken Task.init() auto_connect_frameworks wildcard filter support 2022-05-01 22:32:49 +03:00
allegroai
5318c210ab Add Model.project getter/setter 2022-04-27 17:32:25 +03:00
allegroai
5a6ec697e1 Add wild card support in model auto-logging (https://clearml.slack.com/archives/CTK20V944/p1644931337863039) 2022-04-05 13:47:07 +03:00
eugen-ajechiloae-clearml
d53dbbf697
Add catboost support (#542)
Co-authored-by: ajecc <eugenajechiloae@gmail.com>
2022-02-03 21:36:27 +02:00
allegroai
570fcfd061 Add Model.remove() to allow removing a model from the model repository 2021-12-22 13:09:23 +02:00
allegroai
297f33703f Fix Model.get_weights_package() returns None on error 2021-11-30 21:14:18 +02:00
Feng Wang
8c9c0eacc7
Add support for MegEngine (#455)
* feat(framework): support MegEngine model

* feat(framework): add MegEngine example

* fix(example): change supported suffix to pkl
2021-09-30 00:16:20 +03:00
allegroai
206d86ec5b Support DummyModel configuration (Slack https://clearml.slack.com/archives/CTK20V944/p1621469235085400) 2021-05-31 15:43:02 +03:00
allegroai
bd110aed5e Fix docstrings 2021-05-02 09:47:02 +03:00
allegroai
c4e9a7d387 Fix Model.task 2021-04-12 22:54:52 +03:00
allegroai
86148a928b Support ClearML server API v2.13 2021-04-10 22:32:49 +03:00
allegroai
adf199b43b Add Model query interface 2021-04-10 22:18:58 +03:00
allegroai
c8a690569f Fix trying to upload model file as a folder, automatically package the folder 2021-01-18 11:31:37 +02:00
allegroai
a80802ba6e Fix model upload 2021-01-10 12:59:03 +02:00
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00
allegroai
a460df1e68 renamed trains -> clearml 2020-12-22 21:17:56 +02:00