Commit Graph

  • b1dbc9b7a2 Fix Task.set_comment/name() passing None should be equivalent to '' allegroai 2021-04-28 13:13:00 +03:00
  • fe76680eda Fix Task.runtime API v2.13 allegroai 2021-04-28 13:12:30 +03:00
  • 20d91ee16c Add PipelineController into main namespace allegroai 2021-04-28 13:11:36 +03:00
  • 19c88f93d0 PEP8 allegroai 2021-04-28 13:11:16 +03:00
  • 84025a75b2 Add Task.runtime to API v2.13 allegroai 2021-04-28 13:10:02 +03:00
  • 9d108d855f Add Pipeline controller caching, improve pipeline plot reporting allegroai 2021-04-25 10:43:39 +03:00
  • a9f52a468c Rename TF patching functions for better readability allegroai 2021-04-25 10:43:11 +03:00
  • dc6c8cfddc Add option to enable/disable tensorboard (default: enable) allegroai 2021-04-25 10:42:50 +03:00
  • f9e555b464 Add pipeline step caching allegroai 2021-04-25 10:41:51 +03:00
  • 696034ac75 Add Task.get_configuration_objects() add Task.get_task() filtering support allegroai 2021-04-25 10:41:29 +03:00
  • 07fca61572 Fix PyCharm debugger Keyboard interrupt set Task as failed (instead of aborted) allegroai 2021-04-25 10:39:10 +03:00
  • 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() allegroai 2021-04-25 10:38:38 +03:00
  • 1637c1a270 Improve Task.artifacts for safer Task multi node use cases allegroai 2021-04-25 10:37:14 +03:00
  • d3cdb0ac42 Fix ClearmlJob docstrings allegroai 2021-04-25 10:36:46 +03:00
  • 272ed44c12 Fix Task.set_credetnials() should override config file allegroai 2021-04-25 10:35:08 +03:00
  • 22d795f68f Fix Matplotlib automagic export legend not showing series names (issue #337) allegroai 2021-04-20 18:08:50 +03:00
  • 4832de5a65 Wait for subprocess when terminating allegroai 2021-04-20 18:08:22 +03:00
  • 1c6685e273 Change default metric report flushing to every 5 seconds allegroai 2021-04-20 18:07:59 +03:00
  • 8417e4f7a0 Add jupyter notebook preview update time stamp allegroai 2021-04-20 18:07:37 +03:00
  • 8c309afef4 Fix Google API credentials without storage section raises exception on import (issue #331) allegroai 2021-04-20 18:07:05 +03:00
  • 8658198f8b Add using_artifacts_example (#334) pollfly 2021-04-18 13:40:52 +03:00
  • 3e61e3b39b Add hash utility functions allegroai 2021-04-15 00:08:16 +03:00
  • 33009cc1c7 Fix flushing on CR timeout (default 10sec) allegroai 2021-04-15 00:07:48 +03:00
  • 6ed4826c65 Fix hang when leaving process allegroai 2021-04-15 00:07:23 +03:00
  • 91d63df488 Fix shutdown should be called after python code detected KeyboardInterrupt exception allegroai 2021-04-15 00:06:53 +03:00
  • 59d531d1c8 Remove unnecessary legacy model design update allegroai 2021-04-15 00:06:27 +03:00
  • 60b6da5d8d Fix typo allegroai 2021-04-13 22:54:37 +03:00
  • 44e303ee9a Fix Slack URL allegroai 2021-04-13 22:54:08 +03:00
  • 97270b05f3 Add python 3.9 to the support table allegroai 2021-04-12 22:59:09 +03:00
  • 4e13d434a1 Version bump allegroai 2021-04-12 22:58:55 +03:00
  • 28abc9e69a Fix Task.set_base_docker() Add docker bash script to Task.create() allegroai 2021-04-12 22:58:22 +03:00
  • 50d620cc9a Add force argument to Task.mark_failed() allegroai 2021-04-12 22:56:33 +03:00
  • c4e9a7d387 Fix Model.task allegroai 2021-04-12 22:54:52 +03:00
  • f8c28bd98d Fix schema typo allegroai 2021-04-12 22:54:23 +03:00
  • 86148a928b Support ClearML server API v2.13 allegroai 2021-04-10 22:32:49 +03:00
  • 139c4ffe86 Remove redundant code allegroai 2021-04-10 22:26:48 +03:00
  • 0013c5851e Improve pipeline controller, add callbacks allegroai 2021-04-10 22:26:05 +03:00
  • cf28551d21 Support storing dict with "." in the keys using Task.connect_configuration allegroai 2021-04-10 22:22:03 +03:00
  • bf9ec770c6 Add ClearmlJob support for Task parameters override (issue #214) allegroai 2021-04-10 22:21:17 +03:00
  • 6415722798 Fix dataset create single root plot allegroai 2021-04-10 22:20:11 +03:00
  • adf199b43b Add Model query interface allegroai 2021-04-10 22:18:58 +03:00
  • 5ee6425b4f Fix remove deprecation warning with matplotlib 3.1 allegroai 2021-04-07 18:38:58 +03:00
  • c07c45d2b3 Add OS env var CLEARML_DEFAULT_OUTPUT_URI to override default output_uri for automatic models upload (issue #328) allegroai 2021-04-07 18:38:18 +03:00
  • f29f0811f4 fixes to clearml-task.md Revital 2021-04-01 13:55:56 +03:00
  • 30f366f23c add example for Task, multiple Tasks created in same code Revital 2021-04-01 13:22:14 +03:00
  • ee58f8c3ce Edit clearml-data documentation Erez Schnaider 2021-04-01 11:57:10 +03:00
  • e8752c54ff Fix docstring allegroai 2021-03-31 23:51:48 +03:00
  • 31d3b6dbc5 Support stopping instead of resetting in Task.execute_remotely() in case server supports enqueueing stopped tasks allegroai 2021-03-31 23:51:25 +03:00
  • 1986ec43fd Fix reporting after task closing allegroai 2021-03-31 23:47:27 +03:00
  • 9b962bae4b Fix \r and \n in debug samples title/series (issue #323) allegroai 2021-03-26 12:30:27 +03:00
  • fa77d0f380 Add Task.force_requirements_env_freeze() forcing pip freeze instead of package analysis (issue #304) allegroai 2021-03-25 01:03:38 +02:00
  • 2a299c51db Fix Task requirements should conform to strings allegroai 2021-03-25 01:02:25 +02:00
  • c76fe55c03 Add PipelineController node skip visualization and post execution callback allegroai 2021-03-25 01:00:56 +02:00
  • 9ff52a8699 Fix Task.execute_remotely() with sub process allegroai 2021-03-18 09:50:36 +02:00
  • 56825f9e7a Fix Keras h5 model storage allegroai 2021-03-18 09:49:53 +02:00
  • 20f10f8fbb Allow to continue running from previous execution iteration allegroai 2021-03-18 09:48:47 +02:00
  • 3f56411bcc Version bump to v0.17.5 0.17.5 allegroai 2021-03-16 10:20:56 +02:00
  • e9771633bb Fix docs allegroai 2021-03-15 17:39:42 +02:00
  • c3bb260b92 Remove auto comment on new projects allegroai 2021-03-15 17:39:10 +02:00
  • d37aa23fbf Fix spawn logger/reporting 0.17.5rc6 allegroai 2021-03-11 09:42:35 +02:00
  • 737ca91d2a Fix TF 2.4 keras load/save model allegroai 2021-03-11 09:41:14 +02:00
  • dacf097ebb Fix missing required argument --files in clearml-data remove allegroai 2021-03-11 09:40:56 +02:00
  • 532010c93d Add tags to Dataset listing allegroai 2021-03-11 09:40:31 +02:00
  • b33ac21764 Fix clearml-data sync requires --name allegroai 2021-03-11 09:39:56 +02:00
  • 880e2b7507 Fix Dataset should set system tag on current_task allegroai 2021-03-11 09:38:46 +02:00
  • f067caca52 Add force_download argument to Artifact.get() and Artifact.get_local_copy() (#319) H4dr1en 2021-03-09 16:42:45 +01:00
  • 41cad87b77 Fix artifact preview limit 64kb allegroai 2021-03-06 01:28:33 +02:00
  • 0f65d6345d version bump allegroai 2021-03-06 00:48:04 +02:00
  • e1d92e2419 Improve background reporting speed allegroai 2021-03-06 00:47:58 +02:00
  • 4106aa9c49 Fix set_base_docker in remote execution allegroai 2021-03-06 00:47:06 +02:00
  • 1374543b93 Fix python 2.7 support allegroai 2021-03-06 00:46:37 +02:00
  • 2682754aaf Fix TF bind keyboard interrupt allegroai 2021-03-06 00:46:22 +02:00
  • 912f6f5ba2 Fix matplotlib with Agg backend (or in remote execution) allegroai 2021-03-03 15:05:22 +02:00
  • ecc539ffb6 Add Dataset.get_logger() Fix using Dataset on current_task set Task type allegroai 2021-02-28 19:49:38 +02:00
  • f91645fdaf Add Dataset.get() dataset_tags argument allegroai 2021-02-28 19:49:06 +02:00
  • 70a37b9d54 Fix PyYAML scientific notation parsing (issue #313) allegroai 2021-02-27 23:53:56 +02:00
  • 97a39c9f1a Fix utility nested_from_flat_dictionary allegroai 2021-02-27 23:53:27 +02:00
  • 76f7822119 Update documentation allegroai 2021-02-27 23:53:06 +02:00
  • 88cd7071f2 Change pipeline aborted Task in diff shade of blue allegroai 2021-02-27 23:52:33 +02:00
  • a2557c253c Disable progress upload callback at the end of http driver upload until we have full upload progress allegroai 2021-02-27 23:52:14 +02:00
  • 7e6158dd9b Add Task.add_requirements specify version <>=~ etc. allegroai 2021-02-27 23:51:40 +02:00
  • e24a421457 Fix Hydra 1.1 support (argparse description) allegroai 2021-02-27 23:51:06 +02:00
  • ae6caf4404 PEP8 0.17.5rc5 allegroai 2021-02-23 10:38:02 +02:00
  • 60b2f5bd74 Dataset remove files should not mark "dirty" flag as there is nothing to upload allegroai 2021-02-23 10:37:23 +02:00
  • 5641cb5a7c Fix JupyterLab notebook detection allegroai 2021-02-23 10:36:55 +02:00
  • cf3c6ba815 PEP8 allegroai 2021-02-21 15:00:15 +02:00
  • 132e76cfb9 Fix multiple Task.init()/close() calls in the same process allegroai 2021-02-21 14:59:50 +02:00
  • ee9dfb8b35 Fix TensorBoard multiple Task.init()/close() calls in the same process (issue #312) allegroai 2021-02-21 14:58:40 +02:00
  • c6d22c2d0a Add links to Tasks in optimization summary table (not just Task IDs) allegroai 2021-02-21 14:57:55 +02:00
  • ff7e55756c Fix server updated with the argparse in remote before Task.init() is called (respect skipped args) Fix nonstandard argparse with default value that is not of defined type allegroai 2021-02-21 14:56:30 +02:00
  • 41230ac2c7 Add progress report logging for StorageHelper.upload_from_stream, StorageHelper.upload and StorageHelper.upload_from_stream allegroai 2021-02-21 14:55:04 +02:00
  • 7dbf5471cc Allow Dataset to be created on a running Task allegroai 2021-02-21 14:51:24 +02:00
  • a5a23510e8 Add Hydra example Add artifacts retrieval example Rename LightGBM example allegroai 2021-02-21 14:51:07 +02:00
  • c58e8a4c6a Fix make Pipeline Summary Table link to Task step logs v0.17.5rc4 allegroai 2021-02-14 13:52:09 +02:00
  • aad9f5c812 Fix Task.create with repo and script that exists locally allegroai 2021-02-14 13:51:27 +02:00
  • e5747d587d Add PipelineController disable clone base task option allegroai 2021-02-14 13:50:58 +02:00
  • 0c017a7331 Add "clearml-data publish" to allow publishing a dataset task allegroai 2021-02-11 14:37:41 +02:00
  • 1600101f94 Allow publishing a completed task allegroai 2021-02-11 14:35:39 +02:00
  • 787079669f Fix exception at exit in python 3.8+ on macOS/Windows allegroai 2021-02-11 14:28:05 +02:00
  • 7a25f8afd9 Fix hydra multi-run support (issue #306) allegroai 2021-02-11 14:27:28 +02:00