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

Reputation

0

Badges 1

10 × Eureka!
0 Votes
10 Answers
713 Views
0 Votes 10 Answers 713 Views
Hey all, I'm having an issue using hydra and tensorboardX, where clearml isn't resetting the iterations across different multiruns although it looks as expec...
3 years ago
0 Votes
12 Answers
576 Views
0 Votes 12 Answers 576 Views
Hey all, is there a way to setup scalar plotting so that series on the same scalar plot will have different colors?
3 years ago
0 Hey All, I'M Having An Issue Using Hydra And Tensorboardx, Where Clearml Isn'T Resetting The Iterations Across Different Multiruns Although It Looks As Expected In Tensorboard Itself:

When I launch multiple experiments across a parameter grid using hydra multirun, the scalars that were auto connected from tensorflowx act as if they were continuing from the same experiment in serial rather than different experiments. This makes it difficult to compare scalars across different experiments.

3 years ago
3 years ago
0 Hey All, I'M Having An Issue Using Hydra And Tensorboardx, Where Clearml Isn'T Resetting The Iterations Across Different Multiruns Although It Looks As Expected In Tensorboard Itself:

So what's weird is that I'm explicitly closing the task but the separate experiments are not starting back at iteration 0

3 years ago
0 Hey All, Is There A Way To Setup Scalar Plotting So That Series On The Same Scalar Plot Will Have Different Colors?

Ah, to clarify I'm hoping to have different colors for each line to better differentiate between them. Right now they all seem to be locked to the same color e.g all blue, or all red

3 years ago
0 Hey All, Is There A Way To Setup Scalar Plotting So That Series On The Same Scalar Plot Will Have Different Colors?

The manual color change seems to be locked to all 3 lines for me
i.e. I can't manually set the lines to be different colors

3 years ago
0 Hey All, Is There A Way To Setup Scalar Plotting So That Series On The Same Scalar Plot Will Have Different Colors?

Yes, I'm using the community server. So I took a look at one of the examples experiments and I am able to individually change the color of different lines e.g the "scalar reporting" example. I wonder if it has to do with how I called the reporting function for my experiment?

3 years ago