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 All, I Docker-Compose Down And Up To Restart Clearml Server Then I Got This:

Hi all,
I docker-compose down and up to restart ClearML server then I got this:
SERVER UNAVAILABLE
The ClearML server is currently unavailable.
Please try to reload this page in a little while.
If the problem persists, verify your network connection is working and check the ClearML server logs for possible errors
What should I do? I have logged several experiments so I don't want to lose the log. Please help.

  
  
Posted 2 months ago
Votes Newest

Answers


Thanks, I got it working. The server need time to re-load.

  
  
Posted 2 months ago