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 3 months ago

Reputation

0

Badges 1

131 × Eureka!
0 Votes
13 Answers
773 Views
0 Votes 13 Answers 773 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
7 Answers
273 Views
0 Votes 7 Answers 273 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 ...
4 months ago
0 Votes
2 Answers
575 Views
0 Votes 2 Answers 575 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
1 Answers
573 Views
0 Votes 1 Answers 573 Views
one year ago
0 Votes
1 Answers
544 Views
0 Votes 1 Answers 544 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
607 Views
0 Votes 4 Answers 607 Views
one year ago
0 Votes
4 Answers
560 Views
0 Votes 4 Answers 560 Views
one year ago
0 Votes
4 Answers
566 Views
0 Votes 4 Answers 566 Views
one year ago
0 Votes
8 Answers
181 Views
0 Votes 8 Answers 181 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
13 Answers
684 Views
0 Votes 13 Answers 684 Views
one year ago
0 Votes
8 Answers
572 Views
0 Votes 8 Answers 572 Views
one year ago
0 Votes
7 Answers
556 Views
0 Votes 7 Answers 556 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
6 Answers
569 Views
0 Votes 6 Answers 569 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
7 Answers
575 Views
0 Votes 7 Answers 575 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
15 Answers
613 Views
0 Votes 15 Answers 613 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
673 Views
0 Votes 1 Answers 673 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
20 Answers
561 Views
0 Votes 20 Answers 561 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
9 Answers
655 Views
0 Votes 9 Answers 655 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 Votes
15 Answers
623 Views
0 Votes 15 Answers 623 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
5 Answers
585 Views
0 Votes 5 Answers 585 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
10 Answers
710 Views
0 Votes 10 Answers 710 Views
one year ago
0 Votes
7 Answers
638 Views
0 Votes 7 Answers 638 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
529 Views
0 Votes 1 Answers 529 Views
Hey is ClearML MLFlow based ? Is it exposed to CVE-2023-1176 and CVE-2023-1177 ?
one year ago
0 Votes
25 Answers
589 Views
0 Votes 25 Answers 589 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
8 Answers
646 Views
0 Votes 8 Answers 646 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
164 Views
0 Votes 6 Answers 164 Views
3 months ago
0 Votes
12 Answers
546 Views
0 Votes 12 Answers 546 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
9 Answers
583 Views
0 Votes 9 Answers 583 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
15 Answers
625 Views
0 Votes 15 Answers 625 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 Why It Is Not Running If I Specify The Agent On The Docker Mode , Usually I Just Run "Clearml-Agent Daemon" And It Works But Today I Am Trying "Clearml-Agent Deamon --Docker"

Normally it's an environment variable set to the current user, you can check by typing echo $USER in the terminal

one year ago
one year ago
0 Hi, I Have Such A Usecase: I Have Different Types Of Tasks That Use Gpu:

If you're reffering to the https://www.nvidia.com/en-us/technologies/multi-instance-gpu/ I heard it was only supported by the Enterprise edition, since this tech is only available for the A100 GPUs, they most likely assumed that if you were rich enough to have one you would not mind buying the enterprise edition

one year ago
one year ago
0 Hey, Don'T Really Understand Why The Clearml Worker Needs To Pull The Repository Where My Pipeline (Defined With Decorators) Is Written Is Since Apparently A Temporary Python File (Containing At Least The Code And Imports For The Executed Component) Seems

Well aside from the abvious removal of the line PipelineDecorator.run_locally() on both our sides, the decorators arguments seems to be the same:
@PipelineDecorator.component( return_values=['dataset_id'], cache=True, task_type=TaskTypes.data_processing, execution_queue='Quad_VCPU_16GB', repo=False )And my pipeline controller:
` @PipelineDecorator.pipeline(
name="VINZ Auto-Retrain",
project="VINZ",
version="0.0.1",
pipeline_execution_queue="Quad_V...

one year ago
0 I'Ve Been Using Clearml On On-Premise Machines And Would Now Like To Deploy Everything In Gcp (Deploy Everything New From Scratch, Don'T Care About Migrating The Data). I'Ve Followed Tutorial

The simplest would be to have your reverse proxy (eg: nginx)on your GCP VM directly and redirect the requests to that domain toward the clearml-server container imho

4 months ago
0 I'Ve Been Using Clearml On On-Premise Machines And Would Now Like To Deploy Everything In Gcp (Deploy Everything New From Scratch, Don'T Care About Migrating The Data). I'Ve Followed Tutorial

Yup, if you want to access it through https you're required to have a domain pointing to that IP with a certificate in place (using letsencrypt as instance) or else you'll get some SSL error

4 months ago
0 I'Ve Been Using Clearml On On-Premise Machines And Would Now Like To Deploy Everything In Gcp (Deploy Everything New From Scratch, Don'T Care About Migrating The Data). I'Ve Followed Tutorial

It seems like it, cause it's impossible to access an IP directly through https without using a domain name without certificate, it will solve this immediate problem at least

4 months ago
0 [Datasets] Is It Possible To Get An Individual File From A Dataset? Example Would Be Accessing Only A Single Feature From A Feature Store Dataset When It Could Be Costly To Download The Entire Dataset

I suppose your worker is not persistent, so I might suggest having a very cheap instance as a persistent worker where you have your dataset persistently synced using . https://clear.ml/docs/latest/docs/references/sdk/dataset/#sync_folder and then taking the subset of files that interests you and pushing it as a different dataset, marking it as a subset of your main dataset id using a tag

one year ago
0 Hey, Is There A Shortcut On The Dataset Sdk To Directly Get The Latest Version Of A Dataset ?

AgitatedDove14 I have annotation logs from the end-user that I fetch periodically, I process it and I want to add it as a new version of my dataset where all versions correspond to the data collected during a precise time window, currently I'm doing it by fetching the latest dataset, incrementing the versionmm and creating a new dataset version

one year ago
0 Hey, Is There A Shortcut On The Dataset Sdk To Directly Get The Latest Version Of A Dataset ?

I would like instead of having to:
Fetch latest dataset to get the current latest version Increment the version number Create and upload a new version of the datasetTo be able to:
Select a dataset project by name Create a new version of the dataset by choosing what increment in SEMVER standard I would like to add for this version number (major/minor/patch) and upload

one year ago
0 Hey, Is There A Shortcut On The Dataset Sdk To Directly Get The Latest Version Of A Dataset ?

And by extension is there a way to upsert a dataset by automatically creating an entry wich a incremented version or create it if it does not exists ? Or am I forced to do a get, check if the latest version is fainallyzed, then increment de version of that version and create my new version ?

one year ago
one year ago
0 Hey, Currently On A Pro Saas Deployment Using Pipelines With The Gcp Autoscaler And Setting Some Credentials Into The Init Scripts Of My Provisionned Vms (Inside The Autoscaler Config) As Environment Variables, I Want To Pass Them To Specific Components O

Yup I already setup my aws configs for clearML that way but I needed to have generally accessible credentials too so I used the init script option in this config menu ^^

one year ago
Show more results compactanswers