Commit Graph

1351 Commits

Author SHA1 Message Date
Revital
f29f0811f4 fixes to clearml-task.md 2021-04-04 09:55:13 +03:00
Revital
30f366f23c add example for Task, multiple Tasks created in same code 2021-04-04 09:55:13 +03:00
Erez Schnaider
ee58f8c3ce Edit clearml-data documentation 2021-04-01 15:22:38 +03:00
allegroai
e8752c54ff Fix docstring 2021-03-31 23:51:48 +03:00
allegroai
31d3b6dbc5 Support stopping instead of resetting in Task.execute_remotely() in case server supports enqueueing stopped tasks 2021-03-31 23:51:25 +03:00
allegroai
1986ec43fd Fix reporting after task closing 2021-03-31 23:47:27 +03:00
allegroai
9b962bae4b Fix \r and \n in debug samples title/series (issue #323) 2021-03-26 12:30:27 +03:00
allegroai
fa77d0f380 Add Task.force_requirements_env_freeze() forcing pip freeze instead of package analysis (issue #304) 2021-03-25 01:03:38 +02:00
allegroai
2a299c51db Fix Task requirements should conform to strings 2021-03-25 01:02:25 +02:00
allegroai
c76fe55c03 Add PipelineController node skip visualization and post execution callback 2021-03-25 01:00:56 +02:00
allegroai
9ff52a8699 Fix Task.execute_remotely() with sub process 2021-03-18 09:50:36 +02:00
allegroai
56825f9e7a Fix Keras h5 model storage 2021-03-18 09:49:53 +02:00
allegroai
20f10f8fbb Allow to continue running from previous execution iteration 2021-03-18 09:48:47 +02:00
allegroai
3f56411bcc Version bump to v0.17.5 2021-03-16 10:20:56 +02:00
allegroai
e9771633bb Fix docs 2021-03-15 17:39:42 +02:00
allegroai
c3bb260b92 Remove auto comment on new projects 2021-03-15 17:39:10 +02:00
allegroai
d37aa23fbf Fix spawn logger/reporting 2021-03-11 09:42:35 +02:00
allegroai
737ca91d2a Fix TF 2.4 keras load/save model 2021-03-11 09:41:14 +02:00
allegroai
dacf097ebb Fix missing required argument --files in clearml-data remove 2021-03-11 09:40:56 +02:00
allegroai
532010c93d Add tags to Dataset listing 2021-03-11 09:40:31 +02:00
allegroai
b33ac21764 Fix clearml-data sync requires --name 2021-03-11 09:39:56 +02:00
allegroai
880e2b7507 Fix Dataset should set system tag on current_task 2021-03-11 09:38:46 +02:00
H4dr1en
f067caca52
Add force_download argument to Artifact.get() and Artifact.get_local_copy() (#319) 2021-03-09 17:42:45 +02:00
allegroai
41cad87b77 Fix artifact preview limit 64kb 2021-03-06 01:28:33 +02:00
allegroai
0f65d6345d version bump 2021-03-06 00:48:04 +02:00
allegroai
e1d92e2419 Improve background reporting speed 2021-03-06 00:47:58 +02:00
allegroai
4106aa9c49 Fix set_base_docker in remote execution 2021-03-06 00:47:06 +02:00
allegroai
1374543b93 Fix python 2.7 support 2021-03-06 00:46:37 +02:00
allegroai
2682754aaf Fix TF bind keyboard interrupt 2021-03-06 00:46:22 +02:00
allegroai
912f6f5ba2 Fix matplotlib with Agg backend (or in remote execution) 2021-03-03 15:05:22 +02:00
allegroai
ecc539ffb6 Add Dataset.get_logger()
Fix using Dataset on current_task set Task type
2021-02-28 19:49:38 +02:00
allegroai
f91645fdaf Add Dataset.get() dataset_tags argument 2021-02-28 19:49:06 +02:00
allegroai
70a37b9d54 Fix PyYAML scientific notation parsing (issue #313) 2021-02-27 23:53:56 +02:00
allegroai
97a39c9f1a Fix utility nested_from_flat_dictionary 2021-02-27 23:53:27 +02:00
allegroai
76f7822119 Update documentation 2021-02-27 23:53:06 +02:00
allegroai
88cd7071f2 Change pipeline aborted Task in diff shade of blue 2021-02-27 23:52:33 +02:00
allegroai
a2557c253c Disable progress upload callback at the end of http driver upload until we have full upload progress 2021-02-27 23:52:14 +02:00
allegroai
7e6158dd9b Add Task.add_requirements specify version <>=~ etc. 2021-02-27 23:51:40 +02:00
allegroai
e24a421457 Fix Hydra 1.1 support (argparse description) 2021-02-27 23:51:06 +02:00
allegroai
ae6caf4404 PEP8 2021-02-23 10:38:02 +02:00
allegroai
60b2f5bd74 Dataset remove files should not mark "dirty" flag as there is nothing to upload 2021-02-23 10:37:23 +02:00
allegroai
5641cb5a7c Fix JupyterLab notebook detection 2021-02-23 10:36:55 +02:00
allegroai
cf3c6ba815 PEP8 2021-02-21 15:00:15 +02:00
allegroai
132e76cfb9 Fix multiple Task.init()/close() calls in the same process 2021-02-21 14:59:50 +02:00
allegroai
ee9dfb8b35 Fix TensorBoard multiple Task.init()/close() calls in the same process (issue #312) 2021-02-21 14:58:40 +02:00
allegroai
c6d22c2d0a Add links to Tasks in optimization summary table (not just Task IDs) 2021-02-21 14:57:55 +02:00
allegroai
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
2021-02-21 14:56:30 +02:00
allegroai
41230ac2c7 Add progress report logging for StorageHelper.upload_from_stream, StorageHelper.upload and StorageHelper.upload_from_stream 2021-02-21 14:55:04 +02:00
allegroai
7dbf5471cc Allow Dataset to be created on a running Task 2021-02-21 14:51:24 +02:00
allegroai
a5a23510e8 Add Hydra example
Add artifacts retrieval example
Rename LightGBM example
2021-02-21 14:51:07 +02:00