Commit Graph

1180 Commits

Author SHA1 Message Date
allegroai
ed75eac6ab Add machine specs in Task.runtime 2021-05-19 15:25:23 +03:00
allegroai
016a5c2d71 Add Logger.matplotlib_force_report_non_interactive() 2021-05-19 15:24:47 +03:00
allegroai
8fb4fb2b5e Fix Task.add_requirements() passing package_version starting with @ or ; or # 2021-05-19 15:24:09 +03:00
allegroai
83fb00ef8b Add report_matplotlib_figure(..., report_interactive=False) allowing to upload a matplotlib as a non-interactive (high quality png) plot 2021-05-19 15:23:34 +03:00
allegroai
444e379e93 Expose docker_args and docker_bash_setup_script in clearml-task CLI 2021-05-19 15:22:44 +03:00
Erez
652a29650a Remove old model upload examples 2021-05-19 09:58:07 +03:00
allegroai
350a39b886 Fix shutting down a Task immediately after creation might block 2021-05-14 09:42:42 +03:00
allegroai
899ff93a73 Fix import keras from TF 2021-05-14 09:42:12 +03:00
Manoj
bcf344da19
Use default boto credential chain if no keys in the config (#342)
* Use default boto credential chain if no keys in the config

* Add use_credentials_chain config to explicitly enable boto cred chain

* Propagate the new config param in the right way

* PEP8 fixes
2021-05-13 11:34:13 +03:00
Ramon Emiliani
d93937fc36 Pass config and task_function as keyword arguments for Hydra's run_job change in parameter order. 2021-05-13 11:31:46 +03:00
allegroai
55b214c23d Fix direct import of keras save/load model functions (issue #355) 2021-05-12 15:42:59 +03:00
allegroai
1e7b35456d Protect against wrong file object type when auto-binding models 2021-05-12 15:42:02 +03:00
allegroai
ed18949e3f Remove deprecated examples 2021-05-12 15:41:37 +03:00
allegroai
228c17e44d Fix support for Dataset.create() argument use_current_task
Add dataset_tags argument to Dataset.create()
2021-05-12 15:41:04 +03:00
allegroai
4e4aab56a8 Increase channel result to support max of 1K channels for finding slack channel 2021-05-12 15:40:20 +03:00
allegroai
0e9538d42a Add object-storage support in cleanup-service 2021-05-12 15:39:34 +03:00
allegroai
f46561629f Fix task.execute_remotely from jupyter notebook 2021-05-10 23:52:33 +03:00
allegroai
0e0d86f6d8 Fix python3.8 race condition in task.close() 2021-05-10 20:33:51 +03:00
Revital
3225715ae3 add csv data sample to data_samples 2021-05-09 09:26:58 +03:00
allegroai
654d484ae9 Remove matplotlib axis range (plotly.js auto-range can adjust it in real-time) 2021-05-08 23:59:15 +03:00
allegroai
607333f770 Fix matplotlib date convertor 2021-05-08 23:58:04 +03:00
allegroai
8c4fa4373a Add CLEARML_AUTH_TOKEN support for directly passing a token (no need for user/pass) 2021-05-08 23:57:50 +03:00
allegroai
05139411b7 Version bump to v1.0.2 2021-05-05 22:26:38 +03:00
allegroai
57373c0ad8 Fix BackgroundMonitor daemon 2021-05-05 22:26:12 +03:00
allegroai
c65a8f802e Fix obsolete docstring terminology "Log"->"Console" 2021-05-05 22:24:57 +03:00
allegroai
8bee23d205 version bump 2021-05-05 01:33:57 +03:00
allegroai
c9c4570569 Fix process hangs at exit waiting for logger subprocess 2021-05-05 01:33:49 +03:00
allegroai
e9bf34b13b Version bump to v1.0.0 2021-05-03 18:33:21 +03:00
allegroai
a3ace2261c Fix docstring 2021-05-03 18:33:12 +03:00
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