Commit Graph

1908 Commits

Author SHA1 Message Date
allegroai
8a44c2a8b7 Add callback option for pipeline step retry 2022-09-22 20:54:19 +03:00
allegroai
6ce0ebbb51 Unify scalar reporting examples 2022-09-22 20:53:39 +03:00
allegroai
6c1d24f213 version bump 2022-09-18 14:20:34 +03:00
allegroai
19dada0fb4 Fix Dataset failing to load helper packages should not crash 2022-09-18 14:20:34 +03:00
allegroai
40f92dfb62 Fix local cache warning to debug 2022-09-18 14:20:34 +03:00
allegroai
59932e4f4c Fix python 2.7 support 2022-09-18 14:20:34 +03:00
Allegro AI
0c5d12b830
Update README.md 2022-09-15 17:41:21 +03:00
allegroai
18c7dc70ce version bump 2022-09-15 16:05:23 +03:00
allegroai
916c273a08 Improve linters (PyCharm) support detecting return type of Task.init / current_task 2022-09-15 16:03:29 +03:00
allegroai
789ca3a76f Add support for datasets version with non semantic version string, Issue #776 2022-09-15 16:03:20 +03:00
allegroai
63e7cbab30 Improve pytorch model saving better, add support for mmvc 2022-09-15 15:59:34 +03:00
allegroai
3e5d50e15d add api.http.default_method to help with GCP load balancers dropping GET requests (use PUT instead) 2022-09-15 15:58:18 +03:00
allegroai
721569bb77 Improve description for AWS S3 configuration 2022-09-13 15:09:33 +03:00
allegroai
a59f46a485 Fix API v2.20 formatting 2022-09-13 15:08:57 +03:00
allegroai
0b66b11d53 Fix interactive plots 2022-09-13 15:06:45 +03:00
allegroai
e695251dd4 Add a single metric reporting example 2022-09-13 15:05:28 +03:00
allegroai
a18b7b3271 Fix PY2 compatibility 2022-09-13 15:04:49 +03:00
allegroai
bc1a243ecd Allow specifying extension when using custom artifact serializer functions 2022-09-13 15:02:54 +03:00
allegroai
b4490a8525 Add deprecation warning in Task.setup_upload() 2022-09-13 15:00:25 +03:00
allegroai
c0bbab75b8 Fix Dataset.list_datasets() returns an empty list 2022-09-13 14:57:21 +03:00
pollfly
fb644fe9ec
Edit example (#759)
Set reporting period to 0.2 minutes to match comment
2022-09-12 14:09:49 +03:00
pollfly
01dc126167
Add inference step to pipeline example (#765)
* Fix docs
* Update pipeline example
2022-09-12 13:58:53 +03:00
allegroai
447714eaa4 Support pipeline retrying failing tasks/steps 2022-09-06 20:52:50 +03:00
allegroai
5228b799c1 Add artifacts upload with a custom serializer (#689) 2022-09-06 10:47:56 +03:00
allegroai
f04c39fb30 Fix API definitions 2022-09-06 10:40:06 +03:00
allegroai
efde6e4135 Fix uploading 3D plots with plt shows 2D plot on task results page 2022-09-06 10:39:17 +03:00
tonyd
4020c8cd42
#757: fix overwrite of existing output models on pipeline task with monitor_models (#758) 2022-09-06 09:58:41 +03:00
allegroai
86586fbf35 Fix report_histogram does not show "horizontal" orientation (#699) 2022-09-02 23:40:34 +03:00
allegroai
bae2108d13 Skip server URL verification in clearml-init 2022-09-02 23:39:52 +03:00
allegroai
7caa9195b9 Deprecate output_uri in clearml-data 2022-09-02 23:39:16 +03:00
allegroai
1f63946c3f Add Pipeline start_controller_locally implementation in decorator 2022-09-02 23:38:43 +03:00
allegroai
a663805eb7 Support Azure and GCP storage in Task.setup_upload() 2022-09-02 23:36:32 +03:00
allegroai
495741df0a Fix project "default_upload_destination" is used (#734) 2022-09-02 23:35:43 +03:00
allegroai
bb4b79c1e8 Fix artifacts and models use task original name and not new name 2022-09-02 23:34:22 +03:00
allegroai
c2b4f728f4 Support providing list of links in clearml-data 2022-09-02 23:33:33 +03:00
allegroai
a6104347f2 Fix using logarithmic scale breaks matplotlib reporting 2022-08-29 18:00:59 +03:00
allegroai
e30f497618 Fix Pipeline pool period should be 5sec local, 20sec remote
Refactor Pipeline controller code
2022-08-23 23:19:15 +03:00
allegroai
ca384aa75c Add more model frameworks to the list 2022-08-20 22:57:20 +03:00
allegroai
5a83aa433d Fix Pipeline component is treated as aborted if running on instance that was killed externally (e.g. spot instances dying) 2022-08-20 22:56:53 +03:00
allegroai
1cc87c9a21 Add support for registering an abort callback 2022-08-20 22:55:10 +03:00
allegroai
f298271876 Move calls that modify task from Dataset.__init__() to Dataset.create() 2022-08-20 22:53:23 +03:00
pollfly
a732753809
Fix docs (#749) 2022-08-18 12:10:23 +03:00
erezalg
05333e9b7a
Add PR \ Issue templates (#742)
* Add PR \ Issue templates

* Add pipe decorator get step's task example

Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-08-17 11:05:29 +03:00
allegroai
168074acd9 Fix large files upload to the fileserver using a multipart encoder 2022-08-11 09:15:18 +03:00
allegroai
79882de153 Version bump to 1.6.4 2022-08-10 21:14:22 +03:00
allegroai
55a1745ac5 Fix APIClient get_all calls failing on API 2.20 2022-08-10 21:14:09 +03:00
allegroai
90854fa4a5 Version bump to v1.6.3 2022-08-09 09:47:09 +03:00
allegroai
41218cee9b Fix model not created in the current project 2022-08-09 09:46:44 +03:00
allegroai
e090995ad8 Fix pipeline component returning a list of length 1 2022-08-09 09:45:19 +03:00
allegroai
6924f32d6c Fix wait for jobs based on local/remote pool frequency 2022-08-09 09:44:49 +03:00