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, We'Ve Been Trying To Run The Same Experiments As We Did At Previous Times But Have Been Getting Configuration Errors After Credentials Errors Over And Over. I'Ve Went Ahead And Replaced All Of Our Existing Credentials With New Ones, Went Through The

Hi,
we've been trying to run the same experiments as we did at previous times
but have been getting configuration errors after credentials errors over and over.

I've went ahead and replaced all of our existing credentials with new ones,
went through the clearml-init process and reconfiguration, on multiple machines, none of which worked.

Any help would be appreciated.

  
  
Posted 4 months ago
Votes Newest

Answers 33


this doesn't explain as to why the env variables didn't work though

Maybe you defined the env variables outside the container? Maybe incorrect usage on your end? The env variables work when properly configured.

My guess would be something related to your environments.

  
  
Posted 4 months ago

also, at the configuration page on the website, the tokens are updated as being used, when I attempt at running the experiments
image

  
  
Posted 4 months ago

another thing that seems weird: I looked at the configuration page from another user in our workspace, on their page when they look at the companies workspace credentials, you can only see a single (different) credential token created, are these pages per user? or if they're per workspace I would expect to see the same tokens on both users view of the workspace configurations

  
  
Posted 4 months ago
11K Views
33 Answers
4 months ago
4 months ago
Tags