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

Reputation

0

Badges 1

131 × Eureka!
0 Votes
8 Answers
952 Views
0 Votes 8 Answers 952 Views
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
2 years ago
0 Votes
9 Answers
977 Views
0 Votes 9 Answers 977 Views
Hey just wanting to know: what is the recommended best practice to write ClearML Pipelines between controller and decorators ?
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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
5 Answers
995 Views
0 Votes 5 Answers 995 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...
2 years ago
0 Votes
4 Answers
940 Views
0 Votes 4 Answers 940 Views
2 years ago
0 Votes
12 Answers
941 Views
0 Votes 12 Answers 941 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
15 Answers
1K Views
0 Votes 15 Answers 1K 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...
2 years ago
0 Votes
25 Answers
996 Views
0 Votes 25 Answers 996 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...
2 years ago
0 Votes
2 Answers
961 Views
0 Votes 2 Answers 961 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...
2 years ago
0 Votes
6 Answers
640 Views
0 Votes 6 Answers 640 Views
10 months ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
2 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hey, is there a shortcut on the Dataset SDK to directly get the latest version of a dataset ?
2 years ago
0 Votes
6 Answers
943 Views
0 Votes 6 Answers 943 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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
2 years ago
0 Votes
20 Answers
968 Views
0 Votes 20 Answers 968 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, ...
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
2 years ago
0 Votes
1 Answers
934 Views
0 Votes 1 Answers 934 Views
Hey is ClearML MLFlow based ? Is it exposed to CVE-2023-1176 and CVE-2023-1177 ?
one year ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K 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...
2 years ago
0 Votes
8 Answers
576 Views
0 Votes 8 Answers 576 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...
11 months ago
0 Votes
1 Answers
957 Views
0 Votes 1 Answers 957 Views
Hey is .get_local_copy() thread-safe ? I mean can I concurrently download several datasets without breaking the cache and StorageManager ?
2 years ago
0 Votes
7 Answers
975 Views
0 Votes 7 Answers 975 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 ...
2 years ago
0 Votes
7 Answers
712 Views
0 Votes 7 Answers 712 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 ...
11 months ago
0 Votes
4 Answers
939 Views
0 Votes 4 Answers 939 Views
one year ago
0 Votes
7 Answers
990 Views
0 Votes 7 Answers 990 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 ...
2 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K 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...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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 ...
2 years ago
0 Hey Having An Issue Passing Parameters To A Component In A Pipeline, The Parameters Appear To Be

Okay I confirm having default parameters fixes that issue, but kinda sad to have lost 3 days into that super weird behavior

2 years ago
0 Was There Any Changes To Clearml Python Sdk In The Past 24 Hours?

The new 1.7.2 is still in release candidates so nothing new since 20 days ago

2 years ago
0 Hello Guys, How To Make Clearml Not Store Some Artifacts In The Stroage By Default? For Instance, Model Outputs

You can specify default storage string on projects pointing to for instance a S3 bucket

2 years 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 Having An Issue Passing Parameters To A Component In A Pipeline, The Parameters Appear To Be

I'm looking for the github issue so I can check the PR fixing that, do you have any info on that ?

2 years ago
0 Hey Having An Issue Passing Parameters To A Component In A Pipeline, The Parameters Appear To Be

Seems pretty critical tho, SuccessfulKoala55 is the 1.7.2 releasing soon ? ( I see the rc2 has been built 3 days ago)

2 years ago
0 Hey, Trying To Figure Out How To Create An

Is there an example of this somewhere ? Cause I'm training a YOLOv5 model which already has ClearML intergration built-in but it seems to be hardcoded to attach its task to a Yolov5 project and upload .pt file as artifact while I want to upload a converted .onnx weights with custom tags to my custom project

2 years ago
0 Hey, Trying To Figure Out How To Create An

AgitatedDove14 Got that invalid region error on the set_upload_destination() while the region ( aws-global ) I specified in my agent config worked fine to retrieve a dataset from the same bucket
` 2022-11-04 15:05:40,784 - clearml.storage - ERROR - Failed testing access to bucket XXXXX: incorrect region specified for bucket XXXX (detected region eu-central-1)
Traceback (most recent call last):
File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/clearml/model.py", l...

2 years 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

And after your modifications are made you can use . https://clear.ml/docs/latest/docs/references/sdk/dataset/#datasetsquash to squash your modified subset with the main dataset if you want to re-integrate it in your flow. But I don't remember if squash requires the both datasets to be present locally or not...

one year ago
0 Hey Guys, I Hope You All Have A Nice Days, I Had To Use The

Okay, turns out the output_uri in the constuctor was overriding the .setup_aws_upload() and not the other way arround

one year ago
0 Hey Guys, I Hope You All Have A Nice Days, I Had To Use The

@<1523701087100473344:profile|SuccessfulKoala55> I had already bumped boto3 to its latest version and all the files I added to the dataset were pickle binary files

one year ago
0 Hey Guys, I Hope You All Have A Nice Days, I Had To Use The

Turns out the bucket param expected was expecting the bucket name without the s3:// protocol specification, but now that this issue is fixed i still have the same incorrect region specified error ,

` task = Task.init(
project_name='XXXX',
task_name=f'Training-{training_uuid}',
task_type=Task.TaskTypes.training,
output_uri=f's3://{constants.CLEARML_BUCKET}'
)
task.setup_aws_upload(
bucket=constants.CLEARML_BUCKET,
regi...

one year ago
0 Hey Guys, I Hope You All Have A Nice Days, I Had To Use The

ClearML package version used: 1.9.1
ClearML Server: SaaS - Pro Tier

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

When running with PipelineDecorator.run_locally() I get the legitimate pandas error that I fixed by specifying the freq param in the pd.date_range(.... line in the component:
Launching step [generate_dataset] ClearML results page: `
[STEP 1/4] Generating dataset from autocut logs...
Traceback (most recent call last):
File "/tmp/tmp2jgq29nl.py", line 137, in <module>
results = generate_dataset(**kwargs)
File "/tmp/tmp2jgq29nl.py", line 18, in generate_dataset
...

2 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

So it seems to be an issue with the component parameter called in:
` @PipelineDecorator.pipeline(
name="VINZ Auto-Retrain",
project="VINZ",
version="0.0.1",
pipeline_execution_queue="Quad_VCPU_16GB"
)
def executing_pipeline(start_date, end_date):
print("Starting VINZ Auto-Retrain pipeline...")
print(f"Start date: {start_date}")
print(f"End date: {end_date}")

window_dataset_id = generate_dataset(start_date, end_date)

if name == 'main':
PipelineDec...

2 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

CostlyOstrich36 Should I start a new issue since I pinpointed the exact problem given than the beginning of this one was clearly confusing for both of us ?

2 years ago
0 Heya, Is There Any Plan For Clearml To Leverage The New

Hey, I'm a SaaS user in PRO tier and I was wondering if it was a feature available on the auto-scaler apps so I could improve the cost-efficiency of my provisionned GCP A100 instances

2 years ago
0 Hey I Hope Everyone Is Having A Good Day, Two Quick Questions About Datasets:

I mean, if deleting tags in finalized datasets is possible in the GUI, it should be too in the SDK but I don't see the method

2 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

The pipeline log indicate the same version of Pandas ( 1.5.0 ) is installed, I really don't know what is happening

2 years ago
0 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 You ?

I was launching a pipeline run, but I don't remember having set the autoscaler to use spot instances (I believe the GCP terminology for spot instance is "preemptible" and I set it to false)

2 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

I suppose you cannot reproduct the issue from your side ?
Maybe it has to do that the faulty code was initially defined as a cached component

2 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

Component's prototype seems fine:
@PipelineDecorator.component( return_values=['dataset_id'], cache=False, 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'):

2 years ago
2 years ago
0 Hey Everyone, I Am Having Some Difficulties Passing Environment Variables On My Piepeline Components Running On Agents (

Oh, it's a little strange the comment lines about it were in the agent section

11 months ago
Show more results compactanswers