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
CostlyOstrich36
Moderator
0 Questions, 3782 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi There, Is There An Option To Show Plots In The Order They Are Inserted To Clearml Instead Of Alphabetic Order Of Titles?

Do you mean reordering them with a drag and drop functionality or options for different orderings?

2 years ago
0 Hello Everyone! Can I Hide Some Fields Of My Config File For Task In Ui. I Log File With

I don't think such a feature exists currently but you could put in a feature request on GitHub 🙂

2 years ago
0 Hello Everyone! Can I Hide Some Fields Of My Config File For Task In Ui. I Log File With

Hi ComfortableShark77 ,

So if I understand correctly you'd like the values of the configurations hidden when viewing in the UI?

2 years ago
0 Hello. Is There Any Doc Where I Could Find What Contributes As Api Usage? And Is It Possible To View The Usage Breakdown By Source/Type? I Want To Estimate Api Usage Costs Before Signing Up For Pro Plan On The Saas.

Hi TroubledHedgehog16 , I don't think there is any specific documentation regarding this. Basically anything that communicates with the server (UI/SDK/Agent) will cause an increase in these calls.

You could do a test on a free account using your resource to see how many calls you would reach in a peak day.

2 years ago
one year ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

It's not a requirement but I guess it really depends on your setup. Do you see any errors in the docker containers? Specifically the API server

9 months ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

Hi @<1673501379764686848:profile|VirtuousSeaturtle4> , what do you mean? Connect to a server someone else set up?

9 months ago
0 Q: Hello, I Am A Clearml Begineer, Can I Use Clearml Open-Source To Build Our Customized Platform? What Are The Limits Of Clearml While Building Mlops Platform?

It's a way to execute tasks remotely and even automate the entire process of data pre processing -> training -> output model 🙂
You can read more here:
https://github.com/allegroai/clearml-agent

2 years ago
0 Is There Anyway To Cancel The “--Rm” In The Clearml Agent Docker Mode?

Hi @<1523704667563888640:profile|CooperativeOtter46> , I don't think so. What is your use case?

11 months ago
0 Hello, I Am Using A Nas Storage To Save My Models And Dataset Artifacts. My Pipeline Consists Of Two Steps:

What if you point it to the fileserver? Does it still not upload the model?

2 years ago
0 Hi All

Hi @<1523704667563888640:profile|CooperativeOtter46> , I think this is what you're looking for:
None

one year ago
0 Hi All

Do you see something in the documentation to indicate that?

one year ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

In the open source you don't have users & groups, user management is done via fixed users - None

What errors are you seeing in the apiserver pod?

4 months ago
0 Hi Everyone, Has Anyone Ever Had Issues With An Elasticsearch Index Being Corrupted? We Are Unable To Load The "Scalars" Tab On Any Experiment Without Getting The Error

Hi @<1625666182751195136:profile|MysteriousParrot48> , I'm afraid that this looks like a pure ElasticSearch issue, I'd suggest checking on ES forums for help on this

3 months ago
0 Hi All, Can I Synchronize All My Artefacts On Clearml Server With S3? I'M Trying To Deploy Clearml-Server In A Limited Disk Space Environment

I think you can periodically upload them to s3, I think the StorageManager would help with that. Do consider that artifacts are logged in the system with links (each artifact is a link in the end) So even if you upload it to and s3 bucket in the backend there will be a link leading to the file-server so you would have to amend this somehow.

Why not upload specific checkpoints directly to s3 if they're extra heavy?

one year ago
0 Hey Everyone, I'M Setting Up Clearml Agents And Workers With The Open Source Version Within My Org. Was Wondering What Is The Best Way To Handle Different Python Version Requirements For Different Projects?

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , the agent will try to use the relevant python version according to what the experiment ran on originally. In general, it's best to run inside dockers with a docker image specified per experiment 🙂

one year ago
0 Hey I'Ve Not Used Clearml Pipelines Much. Is There A Possibility To Trigger A Pipeline Based On Some Clearml Event? (Like Tagging An Experiment)

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , I think this is what you're looking for 🙂
None

one year ago
0 Hey, I Am New With Clearml And Need Some Help

Think of it this way. You have the pipeline controller which is the 'special' task that manages the logic. Then you have the pipeline steps. Both the controller and the steps need some agent to execute them. So you need an agent to execute the controller and also you need another agent to run the steps themselves.

I would suggest by clicking on 'task_one' and going into full details. My guess it is in 'enqueued' state probably to the 'default' queue.

7 months ago
0 Hey, I Am New With Clearml And Need Some Help

This is the env variable you're looking for - CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL

None

7 months ago
0 Hey, I Am New With Clearml And Need Some Help

tasks being the steps of the pipeline itself

7 months ago
0 Hey, I Am Trying To Clone Existing Pipeline Using Clearml Api, But I Didn'T Managed To Override Pipeline Parameters. Task Was Cloned Successfully With Parameters From Parent Task. Did I Miss Something? Request Body:

Hi @<1702492411105644544:profile|YummyGrasshopper29> , I suggest doing it via the webUI with developer tools open so you can see what the webUI sends to the backend and then copy that.

wdyt?

5 months ago
0 Hello, I Have A Basic Question On Clearml Purposes. I Want It To Receive Tasks From Front-End, Like This:

I see. Can you please elaborate on your use case a bit? What are you trying to achieve? Are the servers supposed to be persistent until aborted?

4 months ago
Show more results compactanswers