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, 4181 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi Everyone! I Have Few Questions In Hosting The Clearml Server

Or are you trying to change something in the docker compose?

one year ago
2 years ago
0 Hello Everyone, Is There An Easy Way To Clone A Pipline And Execute It With New Parameters? I Know That There Is The Possibility With Task But With Pipelines I Haven'T Found Anything In The Documentation Yet. Thank You In Advance For Your Answer.

Oh I see. Technically speaking the pipeline controller is a task of a special type of itself. So technically speaking you could provide the task ID of the controller and clone that. You would need to make sure that the relevant system tags are also applied so it would show up properly as a pipeline in the webUI.

In addition to that, you can also trigger it using the API also

9 months ago
0 Hi Everyone, I'M Having An Issue With Clearml Datasets And Would Like To Know If This Is Possible. I Have A Task That Is Executed Repeatedly. This Task May Require Data To Be Loaded And Updated From A Dataset. My Question Is: Is There A Way To Append To A

In that case you are correct. If you want to have a 'central' source of data then Datasets would be the suggested approach. Regarding your question on adding data, you would always have to create a new child version and append new data to the child.

Also maybe squashing the dataset might be relevant to you - None

2 months ago
0 Hey All, Is There A Way To Upload A Fiftyone Dataset As An Artifact In A Clearml Pipeline? I Am Getting The Following Error When I Try To Upload It

Hi @<1610083503607648256:profile|DiminutiveToad80> , I'd suggest using the Datasets feature. But you can however of course upload it as artifacts.

Where are you trying to upload it? Can you provide the full log? Also, a code snippet would help.

one year ago
0 Hi, Is There A Way To Access The Clearml File Server? I Would Like To Check If An Artifact Object Has Been Deleted Or Not.

Oh, I would suggest asking on the main support channel for ClearML 🙂

one year ago
0 Hello Again

Hi WickedCat12 ,

During Task.init() you can specify auto_connect_frameworks=False for the framework you're working with. However please note that this will stop auto reporting scalars etc

https://clear.ml/docs/latest/docs/references/sdk/task#taskinit

3 years ago
0 Hello, Is There A Way To Check Whether The Experiment Was Run From Cli (E.G. Using Clearml-Task) Or By Clone+Enqueue From The Api, I Mean From The Code While The Experiment Is Running?

ResponsiveHedgehong88 hi,

The best indication would be in the 'INFO' section of the experiment. If it was run via CLI it should have N/A in the worker/queue section

3 years ago
0 I Am Trying To Run A Task On An Agent For The First Time But I Am Running Into Some Things I Do Not Understand, I Hope Someone Can Help Me Out With This. I Got An Agent Running On Google Colab, But When I Clone A Task And Enqueue It From The Web Ui, I Ge

Regarding the packages issue:
What python did you run on originally - Because it looks that 1.22.3 is only supported by python 3.8. You can circumvent this entire issue by running in docker mode with a docker that has 3.7 pre-installed

Regarding the data file loading issue - How do you specify the path? Is it relative?

3 years ago
0 Hi, When I Read An Argument From The Configuration Tab In The Clearml Using The

Hi,
From the looks of it, it always returns a string. What is your use case for this? Do you have some conditionality on the type of variable the parameters are?

3 years ago
0 I Assume I Can Ask A Question Here. The Clearml Orchestrator Looks Interesting. But The Website Suggests That K8S Is Required. We Have A Linux Training Box (Lambdabox) Where We Want To Run Training. Can We Place The Clearml Orchestrator Agent On The M

Hi RobustFlamingo1 ,
Can you point to where the website suggests that K8S is a requirement?
I use the ClearML-Agent on a local machine without any K8S. It is certainly not a requirement. From what I understand you can run it on K8S as well.

So to answer your question:
You can definitely use ClearML Orchestration (ClearML-Agent) with OR without K8S
I hope this helps 🙂

3 years ago
Show more results compactanswers