Commit Graph

141 Commits

Author SHA1 Message Date
allegroai
2aba12cf52 Fix docstring 2022-11-19 00:58:35 +02:00
allegroai
fa45d32394 Fix cloning pipelines ran with start_locally() doesn't work 2022-11-07 19:09:09 +02:00
allegroai
2766255e8f Fix pipeline clone logic 2022-10-23 15:21:30 +03:00
allegroai
9d096d8ab0 PEP8 2022-10-22 14:16:10 +03:00
tonyd
92fbe062b4
Fix crash when running cloned pipeline that invokes a step twice (#770, related to #769)
Co-authored-by: eajechiloae <97950284+eugen-ajechiloae-clearml@users.noreply.github.com>
2022-10-17 23:30:58 +03:00
allegroai
6d6b54f5a1 Allow pipeline steps to return string paths without them being treated as a folder artifact and zipped (#780) 2022-10-14 10:32:36 +03:00
allegroai
d497869a1f Fix retry_on_failure callback does nothing when specified on PipelineController.add_step 2022-10-14 10:14:29 +03:00
allegroai
a0e19d833d Fix docstrings 2022-10-14 10:12:49 +03:00
allegroai
dd17fca080 Fix pipeline argument becomes None if default value is not set 2022-10-14 10:10:11 +03:00
allegroai
d54657c27e Fix Python <3.5 compatibility 2022-09-29 17:54:41 +03:00
allegroai
17a5ca91d8 Fix Task.upload_artifact() does not upload empty lists/tuples 2022-09-29 17:53:38 +03:00
allegroai
564295ecf9 Fix docstring 2022-09-26 23:27:36 +03:00
allegroai
dc3258ab0b Fix pipeline retry mechanism interface 2022-09-26 23:27:13 +03:00
allegroai
8a44c2a8b7 Add callback option for pipeline step retry 2022-09-22 20:54:19 +03:00
allegroai
447714eaa4 Support pipeline retrying failing tasks/steps 2022-09-06 20:52:50 +03:00
tonyd
4020c8cd42
#757: fix overwrite of existing output models on pipeline task with monitor_models (#758) 2022-09-06 09:58:41 +03:00
allegroai
1f63946c3f Add Pipeline start_controller_locally implementation in decorator 2022-09-02 23:38:43 +03:00
allegroai
e30f497618 Fix Pipeline pool period should be 5sec local, 20sec remote
Refactor Pipeline controller code
2022-08-23 23:19:15 +03:00
allegroai
5a83aa433d Fix Pipeline component is treated as aborted if running on instance that was killed externally (e.g. spot instances dying) 2022-08-20 22:56:53 +03:00
allegroai
41218cee9b Fix model not created in the current project 2022-08-09 09:46:44 +03:00
allegroai
6924f32d6c Fix wait for jobs based on local/remote pool frequency 2022-08-09 09:44:49 +03:00
allegroai
7ed5264ca6 Fix UniformIntegerParameterRange.to_list() ignores min value 2022-08-09 09:41:42 +03:00
allegroai
68b57e3477 Add support for API 2.20 2022-07-28 18:44:16 +03:00
allegroai
157df5dad3 Add support for pipelines with spot instances 2022-07-21 17:22:11 +03:00
allegroai
103f68e3e1 Fix pipeline steps with empty configuration should try and take it from code 2022-07-21 17:20:33 +03:00
allegroai
2d7dde93e2 Fix pipeline proxy object is always resolved in main pipeline logic 2022-07-21 17:19:06 +03:00
allegroai
7ec0691910 Fix pipeline DAG 2022-07-15 16:19:15 +03:00
allegroai
68cf2745ff Add support for dataset version, fix trigger for datasets 2022-06-28 21:07:46 +03:00
allegroai
50621839ac Fix docstrings 2022-06-12 00:03:14 +03:00
allegroai
2f42fc4830 Add hyperparameter sections support to pipeline decorator (#629)
Fix pipeline add_function_step breaks in remote execution
2022-06-06 14:13:45 +03:00
allegroai
cb36da3ded Fix pre-existing pipeline raises an exception 2022-06-06 13:12:02 +03:00
allegroai
23c6ec6643 Fix local task execution with empty working directory 2022-05-30 19:47:16 +03:00
allegroai
60a73ca931 Fix running pipeline code remotely without first running it locally (i.e. no configuration on the Task) 2022-05-22 20:03:10 +03:00
allegroai
3c396b1f7e Fix pipelines can't handle None return value 2022-05-12 23:46:32 +03:00
allegroai
6a8d610317 Add warning when calling Task.init() with deferred_init=True
Fix docstrings
2022-05-05 12:13:54 +03:00
allegroai
938b5f0e63 Fix Task.query_tasks() specifying pagesize or page number 2022-04-27 17:31:40 +03:00
allegroai
8f5c050fe0 Fix PipelineController does not change node Task name, only pipeline step name 2022-04-27 17:30:28 +03:00
pollfly
a9774c3842
List TaskStatusEnum in docstrings (#639) 2022-04-11 11:33:56 +03:00
allegroai
a8c2097fec Fix backwards compatibility issue when using abstractmethod 2022-03-31 15:49:48 +03:00
allegroai
6142524b84 Fix resource name with a prefix matching a resource type may cause the AutoScaler to avoid spinning down idle instances
Fix idle workers should contain resource name and not instance type (since it's later matched to a resource name)
2022-03-30 17:17:35 +03:00
allegroai
18bf4ed04d Fix Pipeline Controller automagic framework connect 2022-03-27 14:02:34 +03:00
allegroai
0de859e465 Fix cloud driver overwrites agent.extra_docker_arguments 2022-03-24 21:50:08 +02:00
allegroai
c6769b5fc0 Fix HPO randomly aborts running tasks before the time limit 2022-03-24 19:38:30 +02:00
allegroai
b1120195df Add support for obtaining cloud console logs 2022-03-24 19:37:01 +02:00
allegroai
eed8f8cdfd Revert Optuna deprecation fix (#613) 2022-03-24 19:23:29 +02:00
allegroai
24cdefb8c5 Fix docstring 2022-03-20 23:20:19 +02:00
allegroai
4a6b3f44ca Fix cloud driver with no credentials 2022-03-11 23:53:57 +02:00
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