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

Reputation

0
0 Hello

Not that I know of 🙂

2 years ago
one year ago
0 Hi Guys, I Have My Experiment Running On Setup A. However I Need These Experiments Params And Output In Setup B For Comparison. Both Setup Are Not Linked. Anyway For Me To Copy The Outputs And Load It In Setup B Clearml?

OddShrimp85 , Hi 🙂

I'm afraid that the only way to load contents of setup A into setup B is to perform a data merge.

This process basically requires merging the databases (mongodb, elasticsearch, files etc.). I think it's something that can be done in the paid version as a service but not in the open one.

3 years ago
0 Hello

Hi FrothyShrimp23 , you can use Task.mark_completed() and use force=True
https://clear.ml/docs/latest/docs/references/sdk/task#mark_completed

2 years ago
0 Has Anyone Else Benchmarked Clearml? I'M Seeing Catastrophic Logging Overhead:

I tested how many resources ClearML consumes. The entire process of ClearML SDK consumes about 50mb of RAM memory on my side and it requires minimal amount of CPU.

Is it possible that your training steps are that inefficient?

6 months ago
0 Hello, Clearml! Let'S Say That I Have A Git Repository In Format

What about if you specify the repo user/pass in clearml.conf?
I think it removes the user/pass so it wouldn't be shown in the logs

2 years ago
0 Hello, I’M A Beginner Of Clearml And Reading Documents, But I Have Some Questions.

Hi DiminutiveBaldeagle77 ,
Yes - https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_kubernetes_helm/ If you already have K8s cluster it is beneficial since you get scheduling capabilities which are not normally present in K8s

3 years ago
0 Hi, I Want To Simultaneously Initialize A Task (From A Python Script) And Enqueue It To A Remote Machine With A Clearml Agent. However, I Didn'T Find How To Do It Yet. What I Tried:

Hi DullPeacock33 , I think what you're looking for is this:
https://clear.ml/docs/latest/docs/references/sdk/task#execute_remotely
This will initialize all the automagical stuff but won't require running the script locally.
What do you think?

3 years ago
0 In

When you run your code after you've added Task.init() into your code, you will get a link in the console. Following that link will take you to the console output of the experiment. From there you can go into 'Execution' tab and see it all there 🙂

2 years ago
0 Is There Any Testing Suite That Ships With Clearml? If We'D Like To Make Some Unit Tests For Our Code?

I think it basically runs in offline mode and populates all the relevant fields (Task attributes) in some json (or some other config file). I think you could read this file and compare to something that is expected thus having an ability to run something offline and then verify it's contents.

2 years ago
0 Hi, Is There A Possibility To Switch Off The Agent Just After If Finishes Current Task (Not To Fail The Task, But To Wait Minimal Time)?

Do you mean to kill the clearml-agent process after the task finishes running? What is the use case I'm curious

2 years ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

Hi @<1664079296102141952:profile|DangerousStarfish38> , you can control it in the agent.default_docker.image section of the clearml.conf where the agent is running. You can also control it via the CLI when you use the --docker tag and finally, you can also control it via the webUI in the execution tab -> container -> image section

one year ago
0 Hi, All. How Do I Add Accuracy And Loss Metrics For Tracking In Clearml For Yolo8? And Model Registry After Each Epoch?

Hi @<1590514572492541952:profile|ColossalPelican54> , you can use the Logger module to manually report metrics - None

2 years ago
one year ago
0 Hi Team,In Clearml.Config File Can We Change This

Hi @<1533159639040921600:profile|JoyousReindeer30> , the pipeline controller is currently pending. I am guessing it is enqueued into the services queue. You would need to run an agent on the services queue for the pipeline to start executing 🙂

2 years ago
0 Hi Clearml Team! Im Exploring The Option To Install Clearml On Kubernetes And Take Advantage Of More Features Clearml Offer And I Have Few Questions:

Hi SharpSeal87 ,

Please check the following docs for Kubernetes 🙂
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_kubernetes_helm/
I would suggest moving each database separately and very carefully and set it in parallel with working server. It is very easy to make mistakes and end up with an empty database

Also, were you looking to use your agents on K8s or only the ClearML server?

3 years ago
Show more results compactanswers