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, Is There A Way To Get Clearml.Conf Using Clearml Sdk? Tia

What is the use case of accessing clearml.conf during runtime?

2 years ago
0 Hi Everyone Trying To Add Cloudflare R2 Storage To Api.Files_Server Or Sdk.Development.Default_Output_Uri As Https://<Id>.

@<1554638179657584640:profile|GlamorousParrot83> , can you add also the full log?

2 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

Can you try relaunching it just to make sure?

3 years ago
0 A Suggestion To Add

In that case you can use the model ID. Please note that your suggestion wouldn't necessarily solve the problem since a task can have two models with the same name in the same task in the same project...

3 years ago
0 Hello Clearml Ppl

FreshKangaroo33 , I'll play with it a bit to see what works 🙂

3 years ago
0 Don'T Mean To Spam, But I Am Also Facing Issue When Trying To Upload The Artifact. Note: I Have Set

Hi @<1831502554446434304:profile|TestyKitten53> , what if you set it to true? Do you get the same errors?

4 months ago
0 Hi Just To Confirm, I Set My Default Output_Uri To S3, Output_Uri Will Upload Just Artifacs, Console Log, File Server Will Save Plot Images Like Matplotlib/Seaborn. Is It Correct?

Hi @<1523701260895653888:profile|QuaintJellyfish58> , yes this is correct. You can also set your files_server in clearml.conf to point to S3 bucket as well and this way debug samples will be saved there as well

2 years ago
0 I Have A Project Which Is Hidden, How Do I Unhide It?

The project should have a system tag called 'hidden'. If you remove the tag via the API ( None ) that should solve the issue.

How was the project turned to hidden?

one year ago
0 I Get An

Great! Let me check if this is by design or an issue 🙂

3 years ago
0 Hi There, Maybe This Was Already Asked But I Don'T Remember: Would It Be Possible To Have The Clearml-Agent Switch Between Docker Mode And Virtualenv Mode At Runtime, Depending On The Experiment

I guess that's a good point but really applicable if your training is CPU intensive. If your training is GPU intensive I guess most of the load goes on the GPU so running over VM (EC2 instances for example) shouldn't have much of a difference but this is worthy of testing.

I found this article talking about performance
https://blog.equinix.com/blog/2022/01/04/3-reasons-why-you-should-consider-running-containers-on-bare-metal/

But it doesn't really say what the difference in performance is...

2 years ago
0 Hi All, Is There Any Way To List/Query All The Metric Events That Are Associated With A Particular Task? I Did Some Experiments With Apiclient Class, But No Success.

@<1523703961872240640:profile|CrookedWalrus33> , you can use the UI as reference. Open dev tools (F12) and see the network (filter by XHR).
For example, in scalars/plots/debug samples tabs the relevant calls seem to be:

events.get_task_single_value_metrics
events.scalar_metrics_iter_histogram
events.get_task_plots
events.get_task_metrics
2 years ago
0 Hey Is There A Way For One To Extend Clearml Somehow? We Have Some Custom Evaluations We Want To Do And Our Ideal Scenario Would Be To Do Them Within Clearml Itself.

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , not sure I understand what you mean, can you please elaborate on what you mean by doing the evaluations within ClearML?

one year ago
0 Hi, Me Again. How Can I See User-Specified

In compare view you need to switch to 'Last Values' to see these scalars. Please see screenshot

2 years ago
0 Hi! If I Have A Folder With Multiple

Can you give an example of the pathing of dirpath ?

3 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

Also in applications I see an option for subnet ID & security group

3 years ago
0 Clearml Tracks The Executed

Hi @<1541954607595393024:profile|BattyCrocodile47> , how does ClearML react when you run the scripts this way? The repository is logged as usual?

2 years ago
0 Hey, I'M Trying To Set Up Clearml To Work With Shared Drive Where All Models Are Going To Be Stored. Do You Know How To Store The Models During Training Simply By Saving The Path To Its Location? I Don'T Need To Send The Gigabyte-Size Files Through Clear

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , you can use the output_uri parameter in Task.init to set a predetermined output destination for models and artifacts

2 years ago
2 years ago
0 Hi Hi, I Have A Ui Question\Suggestion, Seeing The Total Number Of Workers Assigned Per Queue, Is It Possible? I Am Running Multiple Experiments And Managing Multiple Queues, I Am Trying To Get Some Overview Of The Status Of Each Queue. And I Am Interest

DepressedChimpanzee34 , Hi 🙂

Let's break this one down:
In the 'queues & workers' window if you switch to 'queues' you can actually see all the workers assigned to a specific queue In the workers window, you can see which workers are active and which are not. Is this enough or do you think something else is needed? You can see the resources used by each worker in the workers window. Is that what you mean? You can already do that! Simply drag and drop experiments in the queue window
I'm...

3 years ago
Show more results compactanswers