Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
FierceHamster54
Moderator
29 Questions, 178 Answers
  Active since 10 January 2023
  Last activity 4 months ago

Reputation

0

Badges 1

131 × Eureka!
0 Votes
13 Answers
822 Views
0 Votes 13 Answers 822 Views
Hey all, hope you're having a great day, having an unexpected behavior with a training task of a YOLOv5 model on my pipeline, I specified a task in my traini...
one year ago
0 Votes
4 Answers
595 Views
0 Votes 4 Answers 595 Views
one year ago
0 Votes
2 Answers
614 Views
0 Votes 2 Answers 614 Views
Hey, it is said in the pipeline decorator example that requirements for executing a pipeline component is inferred from the imports inside the component func...
one year ago
0 Votes
15 Answers
664 Views
0 Votes 15 Answers 664 Views
Hey having an issue passing parameters to a component in a pipeline, the parameters appear to be None inside the component function: @PipelineDecorator.compo...
one year ago
0 Votes
1 Answers
567 Views
0 Votes 1 Answers 567 Views
Hey is ClearML MLFlow based ? Is it exposed to CVE-2023-1176 and CVE-2023-1177 ?
one year ago
0 Votes
13 Answers
727 Views
0 Votes 13 Answers 727 Views
one year ago
0 Votes
25 Answers
621 Views
0 Votes 25 Answers 621 Views
Hey, trying to figure out how to create an https://clear.ml/docs/latest/docs/clearml_sdk/model_sdk#output-models , the doc says it needs a TaskId but my trai...
one year ago
0 Votes
5 Answers
629 Views
0 Votes 5 Answers 629 Views
Hey, would it be possible to add a way to edit autoscaler configs without having to clone them ? This is really frustrating especially when you reached the q...
one year ago
0 Votes
9 Answers
617 Views
0 Votes 9 Answers 617 Views
Hey just wanting to know: what is the recommended best practice to write ClearML Pipelines between controller and decorators ?
one year ago
0 Votes
12 Answers
580 Views
0 Votes 12 Answers 580 Views
Hey has anyone managed to capture Darts logging with ClearML when using the temporal fusion transformers ? Even when overriding their trainer with a custom P...
one year ago
0 Votes
7 Answers
680 Views
0 Votes 7 Answers 680 Views
Hey, is there a way to pass docker args for the execution of a pipeline controller defined through decorator @PipelineDecorator.pipeline the same way we can ...
one year ago
0 Votes
1 Answers
582 Views
0 Votes 1 Answers 582 Views
Hey is .get_local_copy() thread-safe ? I mean can I concurrently download several datasets without breaking the cache and StorageManager ?
one year ago
0 Votes
4 Answers
592 Views
0 Votes 4 Answers 592 Views
one year ago
0 Votes
7 Answers
611 Views
0 Votes 7 Answers 611 Views
Hey I hope everyone is having a good day, two quick questions about datasets: Does squashing two datasets deletes the two original datasets ? Is it possible ...
one year ago
0 Votes
8 Answers
694 Views
0 Votes 8 Answers 694 Views
Hey, is there a shortcut on the Dataset SDK to directly get the latest version of a dataset ?
one year ago
0 Votes
6 Answers
203 Views
0 Votes 6 Answers 203 Views
4 months ago
0 Votes
10 Answers
749 Views
0 Votes 10 Answers 749 Views
one year ago
0 Votes
8 Answers
215 Views
0 Votes 8 Answers 215 Views
Hey everyone, I am having some difficulties passing environment variables on my piepeline components running on agents ( 1.6.1 ) without docker mode: - I set...
4 months ago
0 Votes
4 Answers
653 Views
0 Votes 4 Answers 653 Views
one year ago
0 Votes
7 Answers
317 Views
0 Votes 7 Answers 317 Views
Hey everyone, As a Pro-tier SaaS user, I'm experiencing a very high latency when finalizing a dataset, it is attached in a big dataset version hierarchy and ...
5 months ago
0 Votes
1 Answers
623 Views
0 Votes 1 Answers 623 Views
one year ago
0 Votes
8 Answers
609 Views
0 Votes 8 Answers 609 Views
one year ago
0 Votes
7 Answers
591 Views
0 Votes 7 Answers 591 Views
Heya, is there any plan for ClearML to leverage the new https://developer.nvidia.com/blog/getting-the-most-out-of-the-a100-gpu-with-multi-instance-gpu/ tech ...
one year ago
0 Votes
15 Answers
655 Views
0 Votes 15 Answers 655 Views
Heya, trying to setup a GCP autoscaler for general-purpose CPU instances ( e2-standard-4 ) but I get into that error: googleapiclient.errors.HttpError: And I...
one year ago
0 Votes
1 Answers
718 Views
0 Votes 1 Answers 718 Views
Heya, good day to everyone, I'm finding myself facing this random error with a very opaque backtrace when attempting to squash two distinct versions of the s...
one year ago
0 Votes
15 Answers
666 Views
0 Votes 15 Answers 666 Views
Heya, I hope you're all well in this beautiful day, my GCP Autoscaler just died with that strange but short backtrace, wondered if it rang a bell to any of y...
one year ago
0 Votes
20 Answers
598 Views
0 Votes 20 Answers 598 Views
Hey currently trying to run a pipeline locally to test a pipeline component with PipelineDecorator.run_locally() , first try returned a random pandas error, ...
one year ago
0 Votes
6 Answers
601 Views
0 Votes 6 Answers 601 Views
Hey guys, i hope you all have a nice days, I had to use the Task method .setup_aws_upload(bucket=...,region=...) to overcome a incorrect region specified for...
one year ago
0 Votes
9 Answers
702 Views
0 Votes 9 Answers 702 Views
Hello everyone! I setup a GCP autoscaler on my Pro SaaS deployment but I keep getting this error: clearml_agent: ERROR: Server does not support --use-owner-t...
one year ago
0 Hey Has Anyone Managed To Capture Darts Logging With Clearml When Using The Temporal Fusion Transformers ? Even When Overriding Their Trainer With A Custom Pytorch Lightning Trainer It Seems That Clearml Cannot Retrieve The Iteration Log...

@<1523701205467926528:profile|AgitatedDove14> Yup I tested to no avail, a bit sad that there is no working integration with one of the leading time series framework...

one year ago
0 Hey, Has Anyone Played With Lifecycle Policy On Their Clearml Aws S3 Storage ? I Had To Rollback A Simple Lifecycle Policy Changing The Access Tier Of Some Object After Some Time To Save Cost Because Dataset Uploading Was Completely Frozen After That (St

Sure, as mentioned above: "I had to revert the change a simple policy".

The upload worked after the rollback, thus justifying my suspicions about the lifecycle policy causing the issue.

one year ago
0 Hey All, Hope You'Re Having A Great Day, Having An Unexpected Behavior With A Training Task Of A Yolov5 Model On My Pipeline, I Specified A Task In My Training Component Like This:

The worker docker image was running on python 3.8 and weare running on a PRO tier SaaS deployment, this failed run is from a few weeks ago and we did not run any pipeline since then

one year ago
0 Heya, Trying To Setup A Gcp Autoscaler For General-Purpose Cpu Instances (

This is funny cause the auto-scaler on GPU instances is working fine, but as the backtrace suggests it seems to be linked to this instance family

one year ago
0 Heya, Trying To Setup A Gcp Autoscaler For General-Purpose Cpu Instances (

And this is a standard pro saas deployment, the autoscaler scale up was triggered by the remote execution attempt of a pipeline

one year ago
0 Hello All, Thanks For This Really Cool Software And Community! I Have A Question On

Does it happens for all your packages or for a specific one ?

one year ago
0 Hello Everyone! I Setup A Gcp Autoscaler On My Pro Saas Deployment But I Keep Getting This Error:

Hey CostlyOstrich36 did you find anything on interest on the issue ?

one year ago
0 Hello Everyone! I Setup A Gcp Autoscaler On My Pro Saas Deployment But I Keep Getting This Error:

Okay thanks! Please keep me posted when the hotfix is out on the SaaS

one year ago
0 Hello Everyone! I Setup A Gcp Autoscaler On My Pro Saas Deployment But I Keep Getting This Error:

Have you identified yet if it was a strictly internal issue or should I continue my investigation on my side ?

one year ago
0 Hey, Is There A Way To Pass Docker Args For The Execution Of A Pipeline Controller Defined Through Decorator

Yes but not in the controller itself, which is also remotely executed in a docker container

one year ago
0 Hey, Is There A Way To Pass Docker Args For The Execution Of A Pipeline Controller Defined Through Decorator

I'm considering doing a PR in a few days to add the param if it is not too complex

one year ago
0 Heya, Trying To Setup A Gcp Autoscaler For General-Purpose Cpu Instances (

AnxiousSeal95 Okay it seems to work with a compute optimized c2-standard-4 instance

one year ago
one year ago
one year ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

I have a pipeline with a single component:
` @PipelineDecorator.component(
return_values=['dataset_id'],
cache=True,
task_type=TaskTypes.data_processing,
execution_queue='Quad_VCPU_16GB'
)
def generate_dataset(start_date: str, end_date: str, input_aws_credentials_profile: str = 'default'):
"""
Convert autocut logs from a specified time window into usable dataset in generic format.
"""
print('[STEP 1/4] Generating dataset from autocut logs...')
import os
...

one year ago
0 Hey Just Wanting To Know: What Is The Recommended Best Practice To Write Clearml Pipelines Between Controller And Decorators ?

Btw AgitatedDove14 is there a way to define parallel tasks and use pipeline as an acyclic compute graph instead of simply sequential tasks ?

one year ago
0 Hey Just Wanting To Know: What Is The Recommended Best Practice To Write Clearml Pipelines Between Controller And Decorators ?

As opposed to the Controller/Task component where the add_step() only allows to sequentially execute them

one year ago
0 Hey Just Wanting To Know: What Is The Recommended Best Practice To Write Clearml Pipelines Between Controller And Decorators ?

Nice, that's a great feature! I'm also trying to have a component executing Giskard QA test suites on model and data, is there a planned feature when I can suspend execution of the pipeline, and display on the UI that this pipeline "steps" require a human confirmation to go on or stop while displaying arbitrary text/plot information ?

one year ago
0 Has Anyone Tried Using Clearml With Ray Based Distributed Training For Computer Vision Models Like Resnet?

We're using Ray for hyperparameter search for non-CV model successfully on ClearML

4 months ago
0 Hey Has Anyone Managed To Capture Darts Logging With Clearml When Using The Temporal Fusion Transformers ? Even When Overriding Their Trainer With A Custom Pytorch Lightning Trainer It Seems That Clearml Cannot Retrieve The Iteration Log...

No I was was pointing out the lack of one, but turns out on some model the iteration is so slow even on GPUs when training on a lots of time serie that you have to set the pytorch lightning trainer argument log_every_n_steps to 1 (default 50 ) to prevent the ClearML iteration logger from timing-out

one year ago
0 Hi, Is There A Way To Get The Project Name Of A Model From The Sdk. The Property

Hey Mathias,

The project SDK is pretty barebone and according to the doc you should use the REST API for further actions , the simplest approach would be to simply use the project id on the POST /projects.get_by_id endpoint .

Best regards,

5 months ago
0 Hi, Is There A Way To Get The Project Name Of A Model From The Sdk. The Property

Yup we too had to implement a lots of little things for ClearML in our tooling library due to it being pretty bare bone in some area

5 months ago
Show more results compactanswers