Commit Graph

42 Commits

Author SHA1 Message Date
allegroai
4c666b1829 Fix pipeline controller kwargs with list 2022-03-11 23:50:40 +02:00
allegroai
03c16cb41a Fix PipelineDecorator.debug_pipeline() 2022-03-07 23:45:59 +02:00
allegroai
4c145fbefd Add new pipeline visualization support (requires ClearML Server v1.3) 2022-03-06 19:05:26 +02:00
allegroai
51c8c84bc4 Fix Multi-pipeline support 2022-01-10 00:00:38 +02:00
allegroai
de6ea269f8 Fix Pipeline controller function support for dict as input argument 2022-01-05 08:56:56 +02:00
pollfly
b8a06c6d9c
Edit docstrings (#501) 2021-12-01 18:45:56 +02:00
allegroai
201c757b0c Fix PY3.5 compatibility 2021-11-29 12:47:05 +02:00
allegroai
05ae7ec47b Store multi-pipeline execution plots on the master pipeline Task
Support pipeline return value stored on pipeline Task
Add PipelineDecorator multi_instance_support
2021-11-15 18:01:05 +02:00
allegroai
77c985d961 Improve docstring 2021-11-12 20:07:59 +02:00
allegroai
12439b9970 Add pipeline.upload_model() 2021-10-24 17:32:47 +03:00
allegroai
ca70f0a6f6 Improve docstring 2021-10-21 11:59:17 +03:00
allegroai
94d28ed44f Fix PipelineController start should not kill the process when done
Fix PY3.5 compatibility
2021-10-19 10:33:35 +03:00
allegroai
8e1ff6eed9 Add nested pipeline components missing pipeline tags
Fix nested pipeline component point parent point to pipeline Task
2021-10-16 23:17:14 +03:00
allegroai
8d5d2f2f9e Fix Pipeline stopping all running steps 2021-10-16 23:15:58 +03:00
allegroai
04797d25d1 Add PipelineController.stop() mark_failed and mark_aborted args
Add pipeline decorator run_locally
Add PipelineController.continue_on_fail property
Add PipelineController.__init__() abort_on_failure arg
2021-10-16 23:10:23 +03:00
allegroai
f986c72113 Fix PY3.5 compatibility 2021-10-16 23:03:20 +03:00
allegroai
d0e5713d1c Fix pipeline failing to create Step Task should cause the pipeline to be marked failed 2021-10-16 23:02:38 +03:00
allegroai
2509756ea8 Change pipeline.start_locally() default run_pipeline_steps_locally=False 2021-10-05 23:17:09 +03:00
allegroai
56230faa5b Add PipelineController add_step configuration_overrides allowing to override Task configuration objects 2021-10-02 21:44:48 +03:00
allegroai
400c6ec103 Add eager decorated pipeline execution
Support pipeline monitoring for scalers/models/artifacts
2021-09-27 18:53:54 +03:00
allegroai
0dd9ba8adc Fix Python 3.5 compatibility 2021-09-25 23:05:24 +03:00
allegroai
3dad7ccf65 Add PipelineController auto_version_bump, fix PipelineController skipping queued Tasks. 2021-09-13 01:27:40 +03:00
allegroai
75dfed6022 Add enhanced pipeline support and examples 2021-09-09 22:01:58 +03:00
allegroai
23fc9260f8 Add PipelineDecorator.pipeline & PipelineDecorator.component decorators for full custom pipeline logic 2021-09-05 00:30:44 +03:00
allegroai
e491f4352f Add PipelineController v2 (notice new constructor is not backwards compatible) 2021-09-03 03:27:33 +03:00
allegroai
e78c1e806a Protect against enqueue failing due to permission 2021-07-31 23:53:22 +03:00
allegroai
e0096e6978 Fix redundant resource_monitoring from pipeline controller 2021-07-23 15:54:45 +03:00
allegroai
968305e09d Fix PipelineController callback returning False 2021-06-25 22:39:31 +03:00
allegroai
5e6b4ebe5d Fix automation controller overrides nodes clone 2021-05-31 15:40:13 +03:00
allegroai
f46561629f Fix task.execute_remotely from jupyter notebook 2021-05-10 23:52:33 +03:00
allegroai
bd110aed5e Fix docstrings 2021-05-02 09:47:02 +03:00
allegroai
9d108d855f Add Pipeline controller caching, improve pipeline plot reporting 2021-04-25 10:43:39 +03:00
allegroai
f9e555b464 Add pipeline step caching 2021-04-25 10:41:51 +03:00
allegroai
0013c5851e Improve pipeline controller, add callbacks 2021-04-10 22:26:05 +03:00
allegroai
c76fe55c03 Add PipelineController node skip visualization and post execution callback 2021-03-25 01:00:56 +02:00
allegroai
88cd7071f2 Change pipeline aborted Task in diff shade of blue 2021-02-27 23:52:33 +02:00
allegroai
c58e8a4c6a Fix make Pipeline Summary Table link to Task step logs 2021-02-14 13:52:09 +02:00
allegroai
e5747d587d Add PipelineController disable clone base task option 2021-02-14 13:50:58 +02:00
allegroai
2b9a28f908 Add warning on archived Task in pipeline (issue #274) 2021-01-10 12:49:44 +02:00
allegroai
5608b7238c Fix PipelineController running remotely without configuration does not execute the default code pipeline (issue #273) 2021-01-10 12:47:25 +02:00
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00
allegroai
a460df1e68 renamed trains -> clearml 2020-12-22 21:17:56 +02:00