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
I'M Running Clearml Server Locally Using The Docker-Compose Method As Mentioned

I'm running ClearML Server Locally using the docker-compose method as mentioned https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac when I create an account and test the server by following the steps in the client i get the following error:
clearml.backend_interface.session.SendError: Action failed <401/22: projects.get_all/v1.0 (Unauthorized (invalid credentials) (failed to locate provided credentials))> (name=^my\ project$, only_fields=['id'], shallow_search=False, search_hidden=True)I ran the clearml-init for my python project and pasted credentials which were generated throught my clearml webserver ui when prompted for them. I'm wondering what am I missing?

  
  
Posted 2 years ago
Votes Newest

Answers 34


Probably, sorry 😕

  
  
Posted 2 years ago

i would greatly appreciate that!

  
  
Posted 2 years ago

A bit hackish but it should work

  
  
Posted 2 years ago

SuccessfulKoala55 do you mean request_handlers.py

  
  
Posted 2 years ago