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, I Was Some How Able To Get A Project Running Yesturday, However Now I Am Unable To Get It Running, I Keep Getting An Failed Getting Token Error

hi, I was some how able to get a project running yesturday, however now I am unable to get it running, i keep getting an failed getting token error

  
  
Posted 3 years ago
Votes Newest

Answers 34


Ohh yes, if you deleted the token then you have to recreate the cleaml.conf
BTW: no need to generate a token, it will last 🙂

  
  
Posted 3 years ago

I am not running via docker, through jupyter nb, but I am not usig the git method. I installed clearml-init directly onto the machine

  
  
Posted 3 years ago

from the notebook run !ls ~/clearml.conf

  
  
Posted 3 years ago

(So it re-reads the configuration file)

  
  
Posted 3 years ago
15K Views
34 Answers
3 years ago
7 months ago
Tags