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, I Tried To Follow The Following Repo

Good week,
I tried to follow the following repo https://github.com/allegroai/trains-actions-train-model
It works great until the part I am trying to login to the clearML inside the docker.
File "/usr/local/lib/python3.6/dist-packages/clearml/backend_api/session/session.py", line 751, in _do_refresh_token
42
res.status_code, self.host, msg
43
clearml.backend_api.session.session.LoginError: Failed getting token (error 401 from ***): Unauthorized (invalid credentials) (failed to locate provided credentials)
It seems it can't recognize the environment variables I put in the python script.
Any ideas?

  
  
Posted 2 years ago
Votes Newest

Answers 6


I am using the github actions given server.

  
  
Posted 2 years ago

Hi! Are you working on a self deployed server?

  
  
Posted 2 years ago

What version of ClearML are you using?

  
  
Posted 2 years ago

1.2.0

  
  
Posted 2 years ago

CostlyOstrich36
Thank you,
Solved,
I messaged with Alon from your team and he will upload an update to the old repository.

  
  
Posted 2 years ago

Should note that it works when i run the container locally (with no external env variables).

  
  
Posted 2 years ago