Commit Graph

1351 Commits

Author SHA1 Message Date
allegroai
799e7f629f Fix PY2 compatibility 2021-05-03 18:32:07 +03:00
allegroai
bd110aed5e Fix docstrings 2021-05-02 09:47:02 +03:00
allegroai
5e660392b5 Fix Task.create_task() script setup 2021-05-02 09:46:19 +03:00
allegroai
b21e932726 Fix set_credentials uses incorrect config file 2021-04-28 18:45:45 +03:00
allegroai
f93c0dddf0 Fix querying class attribute 2021-04-28 18:45:00 +03:00
allegroai
bdd8d224ac Fix get_active_config_file() crashing 2021-04-28 18:44:13 +03:00
allegroai
9014f2e680 Update KerasTuner example requirements.txt 2021-04-28 13:13:28 +03:00
allegroai
b1dbc9b7a2 Fix Task.set_comment/name() passing None should be equivalent to '' 2021-04-28 13:13:00 +03:00
allegroai
fe76680eda Fix Task.runtime API v2.13 2021-04-28 13:12:30 +03:00
allegroai
20d91ee16c Add PipelineController into main namespace 2021-04-28 13:11:36 +03:00
allegroai
19c88f93d0 PEP8 2021-04-28 13:11:16 +03:00
allegroai
84025a75b2 Add Task.runtime to API v2.13 2021-04-28 13:10:02 +03:00
allegroai
9d108d855f Add Pipeline controller caching, improve pipeline plot reporting 2021-04-25 10:43:39 +03:00
allegroai
a9f52a468c Rename TF patching functions for better readability 2021-04-25 10:43:11 +03:00
allegroai
dc6c8cfddc Add option to enable/disable tensorboard (default: enable) 2021-04-25 10:42:50 +03:00
allegroai
f9e555b464 Add pipeline step caching 2021-04-25 10:41:51 +03:00
allegroai
696034ac75 Add Task.get_configuration_objects() add Task.get_task() filtering support 2021-04-25 10:41:29 +03:00
allegroai
07fca61572 Fix PyCharm debugger Keyboard interrupt set Task as failed (instead of aborted) 2021-04-25 10:39:10 +03:00
allegroai
b64c43ba54 Change Logger plot iteration argument default to 0 (or None)
Breaking changes! arguments order changed in Logger.report_line_plot(), Logger.report_plotly() and Logger.report_matplotlib_figure()
2021-04-25 10:38:38 +03:00
allegroai
1637c1a270 Improve Task.artifacts for safer Task multi node use cases 2021-04-25 10:37:14 +03:00
allegroai
d3cdb0ac42 Fix ClearmlJob docstrings 2021-04-25 10:36:46 +03:00
allegroai
272ed44c12 Fix Task.set_credetnials() should override config file 2021-04-25 10:35:08 +03:00
allegroai
22d795f68f Fix Matplotlib automagic export legend not showing series names (issue #337) 2021-04-20 18:09:22 +03:00
allegroai
4832de5a65 Wait for subprocess when terminating 2021-04-20 18:09:22 +03:00
allegroai
1c6685e273 Change default metric report flushing to every 5 seconds 2021-04-20 18:09:22 +03:00
allegroai
8417e4f7a0 Add jupyter notebook preview update time stamp 2021-04-20 18:09:22 +03:00
allegroai
8c309afef4 Fix Google API credentials without storage section raises exception on import (issue #331) 2021-04-20 18:09:22 +03:00
pollfly
8658198f8b
Add using_artifacts_example (#334)
* add example for Task, multiple Tasks created in same code

* fixes to clearml-task.md

* add example of  remote_execution

* add using_artifacts_example

* Rename remote_execution_example.py to execute_remotely_example.py

* change name to execute_remotely_example.py

* add header to using_artifacts_example.py

* add newline to using_artifacts_example.py
2021-04-18 13:40:52 +03:00
allegroai
3e61e3b39b Add hash utility functions 2021-04-15 00:08:16 +03:00
allegroai
33009cc1c7 Fix flushing on CR timeout (default 10sec) 2021-04-15 00:07:48 +03:00
allegroai
6ed4826c65 Fix hang when leaving process 2021-04-15 00:07:23 +03:00
allegroai
91d63df488 Fix shutdown should be called after python code detected KeyboardInterrupt exception 2021-04-15 00:07:02 +03:00
allegroai
59d531d1c8 Remove unnecessary legacy model design update 2021-04-15 00:06:27 +03:00
allegroai
60b6da5d8d Fix typo 2021-04-13 22:54:37 +03:00
allegroai
44e303ee9a Fix Slack URL 2021-04-13 22:54:08 +03:00
allegroai
97270b05f3 Add python 3.9 to the support table 2021-04-12 22:59:09 +03:00
allegroai
4e13d434a1 Version bump 2021-04-12 22:58:55 +03:00
allegroai
28abc9e69a Fix Task.set_base_docker()
Add docker bash script to Task.create()
2021-04-12 22:58:22 +03:00
allegroai
50d620cc9a Add force argument to Task.mark_failed() 2021-04-12 22:56:33 +03:00
allegroai
c4e9a7d387 Fix Model.task 2021-04-12 22:54:52 +03:00
allegroai
f8c28bd98d Fix schema typo 2021-04-12 22:54:23 +03:00
allegroai
86148a928b Support ClearML server API v2.13 2021-04-10 22:32:49 +03:00
allegroai
139c4ffe86 Remove redundant code 2021-04-10 22:26:48 +03:00
allegroai
0013c5851e Improve pipeline controller, add callbacks 2021-04-10 22:26:05 +03:00
allegroai
cf28551d21 Support storing dict with "." in the keys using Task.connect_configuration 2021-04-10 22:22:03 +03:00
allegroai
bf9ec770c6 Add ClearmlJob support for Task parameters override (issue #214) 2021-04-10 22:21:17 +03:00
allegroai
6415722798 Fix dataset create single root plot 2021-04-10 22:20:11 +03:00
allegroai
adf199b43b Add Model query interface 2021-04-10 22:18:58 +03:00
allegroai
5ee6425b4f Fix remove deprecation warning with matplotlib 3.1 2021-04-07 18:38:58 +03:00
allegroai
c07c45d2b3 Add OS env var CLEARML_DEFAULT_OUTPUT_URI to override default output_uri for automatic models upload (issue #328) 2021-04-07 18:38:32 +03:00