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 2 years ago
Votes Newest

Answers 7


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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years ago

Illustrating the first bullet point

  
  
Posted 2 years ago

Because I never know which repo to open it in 😁

  
  
Posted 2 years ago
940 Views
7 Answers
2 years ago
one year ago
Tags