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
DespicableHippopotamus75
Moderator
1 Question, 7 Answers
  Active since 03 November 2023
  Last activity one year ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
11 Answers
874 Views
0 Votes 11 Answers 874 Views
Hello All! New to ClearML and has been an amazing experience using it so far! I have been trying to add one of my in-house ubuntu servers as a node using cle...
one year ago
0 Hello All! New To Clearml And Has Been An Amazing Experience Using It So Far! I Have Been Trying To Add One Of My In-House Ubuntu Servers As A Node Using Clearml-Agent. I Set-Up My Creds Using The

For the most part the logs contains the dump of docker pull statements and python installations. And then it fails because it is not able to establish connection with the clearML server.

@<1523701087100473344:profile|SuccessfulKoala55>

one year ago
0 Hello All! New To Clearml And Has Been An Amazing Experience Using It So Far! I Have Been Trying To Add One Of My In-House Ubuntu Servers As A Node Using Clearml-Agent. I Set-Up My Creds Using The

That is correct (And I am not sure why is it doing that).

However, immediately after those lines, it tries to find the default conf file:

Using built-in ClearML default key/secret
clearml_agent: ERROR: Could not find host server definition (missing `~/clearml.conf` or Environment CLEARML_API_HOST)

Which is present at /home/<username>/clearml.conf or ~/clearml.conf on Linux. I even tried to define the CLEARML_API_HOST env variable. But fails at the same error.

one year ago
0 Hello All! New To Clearml And Has Been An Amazing Experience Using It So Far! I Have Been Trying To Add One Of My In-House Ubuntu Servers As A Node Using Clearml-Agent. I Set-Up My Creds Using The

Also, I found it weird when I tried to get the status of the agent using clearml-agent daemon --status

It says:

No uptime/downtime configurations found
 
  - Listening to queue 'default'
one year ago
0 Hello All! New To Clearml And Has Been An Amazing Experience Using It So Far! I Have Been Trying To Add One Of My In-House Ubuntu Servers As A Node Using Clearml-Agent. I Set-Up My Creds Using The

@<1523701087100473344:profile|SuccessfulKoala55> sure seems to be a problem with the set-up somewhere.

I tried on a pristine GPU machine, it worked well there

one year ago