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
Good Week Clearml Team

Good week ClearML team 🙂
I have found two more WebUI bugs (on the self-hosted server):
If I look at a specific experiment (say, the Artifacts tab), and then click on another experiment in the experiment list, it used to automatically show the newly selected experiment's Artifacts tab. It still does this, but it now shows a blank page. I have to choose a different tab and switch back. (Not sure if by design) When selecting an experiment in a (new) project, it used to automatically switch to the details view. It no longer does this, I have to either use the UI to open the details view or right-click. After doing this once, the UI remembers the preference for that specific project.

  
  
Posted one year ago
Votes Newest

Answers 7


Ah it already exists https://github.com/allegroai/clearml-server/issues/134 , so I commented on it

  
  
Posted one year ago

UnevenDolphin73 , I think it would be best done here:
https://github.com/allegroai/clearml-server/issues

  
  
Posted one year ago

Because I never know which repo to open it in 😁

  
  
Posted one year ago

UnevenDolphin73 , I think this is fair. Why not open a feature request?

  
  
Posted one year ago

Would be nice if the second one was a toggle-able feature (either per use or in the server settings) maybe?

  
  
Posted one year ago

Hi UnevenDolphin73 ,

If I look at a specific experiment (say, the Artifacts tab), and then click on another experiment in the experiment list, it used to automatically show the newly selected experiment's Artifacts tab. It still does this, but it now shows a blank page. I have to choose a different tab and switch back.I think they fixed it in the next version that should be released soon.

(Not sure if by design) When selecting an experiment in a (new) project, it used to automatically switch to the details view. It no longer does this, I have to either use the UI to open the details view or right-click. After doing this once, the UI remembers the preference for that specific project.It appears to be the designed behavior 🙂

  
  
Posted one year ago

Illustrating the first bullet point

  
  
Posted one year ago
524 Views
7 Answers
one year ago
one year ago
Tags