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
AgitatedTurtle16
Moderator
5 Questions, 21 Answers
  Active since 10 January 2023
  Last activity 29 days ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
13 Answers
692 Views
0 Votes 13 Answers 692 Views
Hello Everyone, I deployed clearml ( allegroai/clearml:017 ) on a kubernetes cluster in it works fine. I tried to limit access as mentioned here : https://al...
3 years ago
0 Votes
20 Answers
540 Views
0 Votes 20 Answers 540 Views
Hello, I hope you can help me with this: First , I have self hosted clearML-server on my own server and it is up and running so no issues. So, the task that ...
3 years ago
0 Votes
17 Answers
641 Views
0 Votes 17 Answers 641 Views
Hello again, how can i use the clearm-session package ? I don't seem to find any helpful docs or resources: If i have a machine with IP=certain_IP and i have...
3 years ago
0 Votes
8 Answers
677 Views
0 Votes 8 Answers 677 Views
Hello, I work on a ML Project (Using Frameworks like Pytorch and Tensorflow), I use s3 to save model checkpoints. Recently we adopted Clearml to track our ex...
tf
2 years ago
0 Votes
7 Answers
583 Views
0 Votes 7 Answers 583 Views
Hello, "In the last period I pushed to adopt clearML company wide as it is a great tool. We actually have a data center and all nodes are managed by rancher ...
2 years ago
0 Hello, I Hope You Can Help Me With This:

Thank you for the quick response, then should i mount the file clearml.conf inside the container ?

3 years ago
0 Hello Again, How Can I Use The

I actually read that documentation but more specifically i need an example on how to do it if possible. As i mentioned itried to run clearml-session but it takes forever and nothing happen

3 years ago
0 Hello, I Hope You Can Help Me With This:

Thank you it worked. so i am half way through.
Is there a solution where i can use the clearml-task command directly? it would help to kick the experiment from the gitlab ci.

clearml-task --project ++ --name ++ --docker ++ -- --script ++

I don't think it is possible right ? giving that i should mount the config file every time ?

3 years ago
0 Hello, "In The Last Period I Pushed To Adopt Clearml Company Wide As It Is A Great Tool. We Actually Have A Data Center And All Nodes Are Managed By Rancher Meaning, Everything We Use Is Purely Kubernetes Stuff. I Deployed Clearml Server In Our

AgitatedDove14 Hello, actually no. If i can have a concrete example on how to do it it would be helpful.
For instance:

"So basically once you see an experiment in the UI, it means you can launch it on an agent."

But once i see it on the UI means it is already launched somewhere so i didn't quite get you.
Also, I want to launch my experiments on a kubernetes cluster and i don't actually have any docs on how to do that, so an example can be helpful here. So my use case is anyone of my...

2 years ago
0 Hello Everyone, I Deployed Clearml (

The file is in the right path... But the web ui still the same

3 years ago
0 Hello, I Hope You Can Help Me With This:

how can i do that ? honestly i am confused as how to make it work in my case.

3 years ago
0 Hello Again, How Can I Use The

Okay i will try it, thank you very much

3 years ago
0 Hello, I Hope You Can Help Me With This:

Thank you, i will try it and ping you later , many thanks

3 years ago
0 Hello, I Work On A Ml Project (Using Frameworks Like Pytorch And Tensorflow), I Use S3 To Save Model Checkpoints. Recently We Adopted Clearml To Track Our Experiments Which Was Indeed A Good Idea. So I Have A Small Issue With S3 And Clearml:

SuccessfulKoala55 , Yes absolutely, i have this section:
` "sdk":{

       aws: {
             s3: {

           credentials: [

                {
                    bucket: xxxx,
                    key: "xxx",
                    secret: xxxx,
                    host: "xxxxx",
                    secure: true,
                },

           ]
       }
}

} `

2 years ago
0 Hello, I Hope You Can Help Me With This:

Hello again and sorry fo the delay,
I tried what you have told me and got it to work but one issue i have is that i want to use ssh when cloning the repo:

clearml-task --project name --name task_name --repo git@gitlab.com:username/project.git --commit commit_sha  --script path/to/script.py --queue queueThis doesn't work saying that :

Error: Script entrypoint file mailto:/home/usename/git@gitlab.com :username/project.git/path/to/script.py' could not be found.

3 years ago
0 Hello Everyone, I Deployed Clearml (

inside the webserver docker

3 years ago
0 Hello Everyone, I Deployed Clearml (

I will try it and get back to you, thanks

3 years ago
0 Hello Everyone, I Deployed Clearml (

Ah okay, it woked thank you very much guys

3 years ago
0 Hello Everyone, I Deployed Clearml (

This is from inside the pod

3 years ago
0 Hello Everyone, I Deployed Clearml (

This is the webserver

3 years ago
0 Hello, "In The Last Period I Pushed To Adopt Clearml Company Wide As It Is A Great Tool. We Actually Have A Data Center And All Nodes Are Managed By Rancher Meaning, Everything We Use Is Purely Kubernetes Stuff. I Deployed Clearml Server In Our

Sorry but no, i already have clearml agent running as a pod. My question is how to use it to manage my experiments (docker containers). Simply put, let's say:
I have an an experiment ( some code in Tensorflow) I containerized my code inside a docker container -inside the container already set the credentials to my clearml server (i can see logs, plots artifacts etc etc)
Now i am using Tfjobs to run my experiment in the cluster ( https://www.kubeflow.org/docs/components/tra...

2 years ago