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
AttractiveShrimp45
Moderator
9 Questions, 20 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

20 × Eureka!
0 Votes
2 Answers
580 Views
0 Votes 2 Answers 580 Views
Our HPO app ran >500 experiments even "Limit Total HPO Experiments=100", and based on our "Parameters To Optimize" it should be just 80 experiments. How to f...
one year ago
0 Votes
10 Answers
604 Views
0 Votes 10 Answers 604 Views
one year ago
0 Votes
1 Answers
551 Views
0 Votes 1 Answers 551 Views
one year ago
0 Votes
9 Answers
594 Views
0 Votes 9 Answers 594 Views
one year ago
0 Votes
4 Answers
688 Views
0 Votes 4 Answers 688 Views
Hi All, I'm starting to use ClearML, for Experiment Management on this step. I'm using Voxel51 ( https://voxel51.com/ ) for managing and selecting my dataset...
one year ago
0 Votes
4 Answers
585 Views
0 Votes 4 Answers 585 Views
Hi, I'm trying to understand how to add KPIs artifact in a way that will allow to compare them. Currently ClearML presents them as a file, not metrics. Pleas...
one year ago
0 Votes
2 Answers
531 Views
0 Votes 2 Answers 531 Views
Hi, a quick question regarding hyperparameters optimization feature - does it available even in the Free plan, and Pro just adds GUI for configuring it?
one year ago
0 Votes
3 Answers
615 Views
0 Votes 3 Answers 615 Views
Another HPO app question: using UI in "Optimization Configuration" I can choose only one metric. Is this by design or I'm missing something?
one year ago
0 Votes
6 Answers
925 Views
0 Votes 6 Answers 925 Views
ClearML Hyperparameters Optimization app produces "Summary" table with 'task id', hyperparameters values and 'obective'. Is there a way (== function) for add...
one year ago
0 Another Hpo App Question: Using Ui In "Optimization Configuration" I Can Choose Only One Metric. Is This By Design Or I'M Missing Something?

Hmm, I don't know. I think, I saw this feature in 'manual' HPO code, but probably I'm wrong.

one year ago
0 Hi All, I'M Starting To Use Clearml, For Experiment Management On This Step. I'M Using Voxel51 (

AgitatedDove14 thank you!
Do you mean in my train.py, after Task.init(..)?

one year ago
0 Hpo App Question: My Config Includes 11 Parameter Values (0 - 1, Step 0.1). I'Ll Expect To See 11 Experiments, But I Fact It Was "52 Iterations". What I'M Missing (Last Time I Asked Similar Question, But This Time There Is No Issue With Hpo-App Integratio

In this case though, there are only 11 possible parameter "combinations". But by default, ClearML sets the maximum amount of jobs much higher than that (check advanced settings in the wizard).

I could understand if it will use the minimum amount of jobs, not maximum 🙂
BTW, I created another HPO app with two parameters. And instead of 11*6=66 jobs I saw 92.
I'll open a bug.
@<1523701118159294464:profile|ExasperatedCrab78> - many thanks!

one year ago
one year ago
0 Clearml Hyperparameters Optimization App Produces "Summary" Table With 'Task Id', Hyperparameters Values And 'Obective'. Is There A Way (== Function) For Adding Some Custom Data For This Table?

Thank you @<1523701070390366208:profile|CostlyOstrich36> , but I don't see a report into HPO app experiment, just a few graphs and a Summary table.

one year ago
0 Hi, I'M Trying To Understand How To Add Kpis Artifact In A Way That Will Allow To Compare Them. Currently Clearml Presents Them As A File, Not Metrics. Please See My Code And Clearml "Compare Experiments" Screenshot Below.

Many thanks - using Logger it seems much better!
Now I see my metrics under 'Plots'. But when I compare two experiments, ClearML just shows me two tables. I hoped to see the diff.

one year ago
0 Hpo Question: I Created Hpo App In Clearml Ui, With Certain Parameter To Optimize, With Minumal Value=0.0, Max=1.0 And Step=1.0. So As Far As I Understand This Hpa Should Launch 10 Experiments. In Fact, It'S Launching Tens Of Experiments (>30 And Still

Can you add a log of the HPO app? It's in hidden projects (Go to settings and enable viewing hidden projects).

Here is the log of 'hpo-app' app. And it's really seems to be related to float type...

one year ago
0 Hpo Question: I Created Hpo App In Clearml Ui, With Certain Parameter To Optimize, With Minumal Value=0.0, Max=1.0 And Step=1.0. So As Far As I Understand This Hpa Should Launch 10 Experiments. In Fact, It'S Launching Tens Of Experiments (>30 And Still

What optimization method did you use?

AFAIK, it's the default one - "Bandit-based Bayesian ..."

Also, what are the values that the cloned experiments get?

As far as I see, there are a few experiments with the same value, for instance 0.3.

I'll try to add a log, and to play with number's format

one year ago