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
LackadaisicalSwallow14
Moderator
1 Question, 21 Answers
  Active since 05 January 2024
  Last activity 4 months ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
33 Answers
11K Views
0 Votes 33 Answers 11K Views
4 months ago
0 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, ofcourse:
we're using the clearml website,
two things have changed recently - we've had a change in team lead, and after we contacted some one on your side, they've moved ownership of our companies workspace to another persons user. second thing changed is we've registered to Pro services.

these are some error logs and the config process stdout

4 months ago
0 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

the 401 error was with the second set of credentials, when used as OS variables,
before that I've also tried as config file but got the same error as on the first machine (configerror1)

4 months ago
0 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

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

4 months ago
0 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

Ok, I've found the problem:
I would run the experiment in a docker container, the credentials from the machine were mounted correctly to the container at first to /root/clearml.conf, later in the experiment the dockerfile changed such to create a user for experiment to run in (to prevent later root perms problems.) which then probably caused the problem due to the user not getting the creds from /root/clearml.conf

4 months ago
0 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

I've tried the steps mentioned on two different machines, I don't mind rebooting the second machine and retrying the steps including the CLEARML_CONFIG_FILE env variable

4 months ago