
TritePigeon86
11
Questions,
17
Answers
Active since 27 November 2023
Last activity
9 months ago
Reputation
0
Badges 1
16 × Eureka!Hi all, I have a pipeline step that does a shutil.copytree and I would like the progress to be shown on the task. is there a way, since shutil copytree has n...
one year ago
Question about task logging with elasticsearch: currently, the document created by the clearml task looks like in the attached image. I want to add option fo...
9 months ago
I have a Pydantic Class for my pipeline params (that verifies integrity of booleans, strings, emails, aws-intance-ids and such). I want to use tihs class to ...
one year ago
I'm trying to read the runtimes of tasks after the pipeline finished, for analytics. currently, I'm doing something like this: def collect_task_data(pipe: Pi...
9 months ago
Hi all, I have a question regarding multiple parents: I have a pipe that runs on multiple datasets, and the last step does something on the bulk of those set...
9 months ago
Hi. is there a way to pass multiple pre/post execution callbacks for a step?
one year ago
is there an external way to access PipelineController._relaunch_node(node) ?
one year ago
Hi, my server is on version 1.11, and yesterday a few of my runs (with agent 1.5.1) failed on TypeError: PipelineController.add_step() got an unexpected keyw...
9 months ago
Hi all, I'm having a problem where theclearml venv does not get the PYTHONPATH from local machine. this led to a very ugly and non-pythonic temporal fix usin...
one year ago
Hi, I have a pipeline with steps currently running on-prem. I want to use AutoScaler with spot instances to replace the on-prem machine. my question regards ...
one year ago
Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to ed...
one year ago