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
SoggyCow20
Moderator
3 Questions, 18 Answers
  Active since 20 April 2023
  Last activity one year ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
2 Answers
587 Views
0 Votes 2 Answers 587 Views
one year ago
0 Votes
6 Answers
536 Views
0 Votes 6 Answers 536 Views
one year ago
0 Votes
18 Answers
558 Views
0 Votes 18 Answers 558 Views
one year ago
one year ago
0 Hello, I Have A Question I Am Trying To Connect Clearml To Local Minio But For Some Reason The Host Configuration Is Dropped Out, I Tried To Go In To The Code To Print Out The Config Throughout The Different Steps And I Get This [S3Bucketconfig(Bucket='In

aws {
s3 {
# S3 credentials, used for read/write access by various SDK elements

        # The following settings will be used for any bucket not specified below in the "credentials" section
        # ---------------------------------------------------------------------------------------------------
        region: "ae-ad-1"
        # Specify explicit keys
        key: "123456"
        secret: "123456"
        bucket: " [None](s3://inference) "

...

one year ago
0 Hi All, I Have Seen This Error Somewhere Else In The Channel Where The Docker Agent Gets Stuck At This Warning, And Does Not Move Forward, Requirement Already Satisfied, Skipping Upgrade: Pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 In /Usr/Local/Lib/Pyt

To provide you with more info, I am setting up clearml on a linux server, and the agent is also set up on the same server.
I even tried this on the local machine MACOS with an agent on the same machine, and had the same issue.

one year ago
0 Hi All, I Have Seen This Error Somewhere Else In The Channel Where The Docker Agent Gets Stuck At This Warning, And Does Not Move Forward, Requirement Already Satisfied, Skipping Upgrade: Pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 In /Usr/Local/Lib/Pyt

I guess there must have been some confusion, I am not trying to run a clearml-session, or a session, I am trying to execute a task remotely, such as Clone of Scalar reporting example. When I try to clone it and execute it to a queue, the docker image is getting stuck after the pip installations. Which works if i connect to app.clear.ml, but does not work when i connect to localhost docker deployment

one year ago
0 Hi All, I Have Seen This Error Somewhere Else In The Channel Where The Docker Agent Gets Stuck At This Warning, And Does Not Move Forward, Requirement Already Satisfied, Skipping Upgrade: Pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 In /Usr/Local/Lib/Pyt

@<1523701087100473344:profile|SuccessfulKoala55> apologies for my late replies. I tried to run it through the frontend WebAPP, and I also tried to use the clearml/examples/advanced/execute_remotely.py

one year ago
0 Hi All, I Have Seen This Error Somewhere Else In The Channel Where The Docker Agent Gets Stuck At This Warning, And Does Not Move Forward, Requirement Already Satisfied, Skipping Upgrade: Pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 In /Usr/Local/Lib/Pyt

@<1523701087100473344:profile|SuccessfulKoala55> I found out I had some issues with the clearml_agent docker setup, lacking some environment variables. What should be the value for CLEARML_HOST_IP?

one year ago
0 Hi All, I Have Seen This Error Somewhere Else In The Channel Where The Docker Agent Gets Stuck At This Warning, And Does Not Move Forward, Requirement Already Satisfied, Skipping Upgrade: Pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 In /Usr/Local/Lib/Pyt

@<1523701087100473344:profile|SuccessfulKoala55> Update - I tried to also run ClearML on my other personal laptop, I still do face the same issue where the docker agent gets stuck after some pip installations, even after being left to run for 10 minutes at that state, kindly find the attached log,
this is the command
clearml-agent daemon --cpu-only --docker pytorch/pytorch --queue default

one year ago
0 Hi All, I Have Seen This Error Somewhere Else In The Channel Where The Docker Agent Gets Stuck At This Warning, And Does Not Move Forward, Requirement Already Satisfied, Skipping Upgrade: Pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 In /Usr/Local/Lib/Pyt

Another Message it gets stuck at sometimes is
cp: -r not specified; omitting directory '/tmp/clearml.conf'
Using built-in ClearML default key/secret
and this is the log for it

one year ago