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
Answered
Hi Everyone, I Use Clearml Online, But There Is A Render Issue On The Hyperparameter Parallel Coordinates Mode. The Links Are Not Showing Off. This Error Persists Through Different Browsers. Any Idea If This Is Solvable ?

Hi everyone, I use ClearML online, but there is a render issue on the Hyperparameter Parallel Coordinates Mode. The links are not showing off. This error persists through different browsers. Any Idea if this is solvable ?
image

  
  
Posted one month ago
Votes Newest

Answers 9


yes, we have the correct handling in other hyper param pages, missed this issue on parallel coordinates

  
  
Posted one month ago

Oh I see, thanks for the investigation!
The "." in the parameter names could happen regularly, as it is a typical way of flattening a nested dictionary of params

  
  
Posted one month ago

Just a quick update, the fix is scheduled for open source release v2.3 and for SAAS on 3.27.1

  
  
Posted 26 days ago

My monitor is 2560x1440 at scale 100%

  
  
Posted one month ago

Thank you Shay for taking care of my trouble 🙂

  
  
Posted one month ago

I got two responses for tasks.get_all_ex I join here by.

  
  
Posted one month ago

great, I'll try to reproduce with your data

  
  
Posted one month ago

Hi @<1888759776226054144:profile|MistakenFox18>
can you upload the response of the last tasks.get_all_ex query?
you can find it in the browser devtools (F12 opens them) on the network tab.
also what is your monitor resolution and scale factor?

  
  
Posted one month ago

I think I figured it out, the reported parameters contains dots in their name like steering_arguments.noise_max which exposes a bug in our code.
we'll work on a fix for a future version, but for now if you can replace them with some other character it should work

  
  
Posted one month ago
192 Views
9 Answers
one month ago
25 days ago
Tags