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
SarcasticSnake58
Moderator
1 Question, 1 Answer
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
561 Views
0 Votes 3 Answers 561 Views
3 years ago
0 Hi! Quick Question. I'M New To Clearml, And Seem To Have Problems Catching Experiments When Done Through A Container (Docker). I Have The Clearml-Server Running And When I Try Kick Off A Simple Script On My Local Machine It Gets Recognized By Clearml And

Thanks a lot Alon! That was indeed something I forgot. Now at least something else happens 🙂 I do however get this error message:
Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b548e6490>: Failed to establish a new connection: [Errno 111] Connection refused')': /auth.login

I think this still has to do with the ports? It seems not be able to authenticate but...

3 years ago