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
PunyWoodpecker71
Moderator
8 Questions, 12 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
6 Answers
544 Views
0 Votes 6 Answers 544 Views
Hello, We have an existing EKS cluster. So I'm wondering if I should deploy ClearML on the EKS cluster, or deploy on EC2 using AMI. Is there an advantage of ...
one year ago
0 Votes
9 Answers
616 Views
0 Votes 9 Answers 616 Views
2 years ago
0 Votes
2 Answers
615 Views
0 Votes 2 Answers 615 Views
one year ago
0 Votes
2 Answers
535 Views
0 Votes 2 Answers 535 Views
Hello, I'm trying to install ClearML on my k8s cluster. I'm at the point of running helm install clearml-stg-2022-08 allegroai/clearml after that, if I try t...
one year ago
0 Votes
2 Answers
615 Views
0 Votes 2 Answers 615 Views
one year ago
0 Votes
5 Answers
589 Views
0 Votes 5 Answers 589 Views
Hi, How does the agent determine which packages to install? I have google-cloud-bigquery in my requirements.txt, but when I run my pipeline on the agent (I i...
one year ago
0 Votes
1 Answers
562 Views
0 Votes 1 Answers 562 Views
Hi, In the slack alert example, what does "this function will never end" mean? Not even after the task finish? https://github.com/allegroai/clearml/blob/mast...
one year ago
0 Votes
10 Answers
562 Views
0 Votes 10 Answers 562 Views
Hi all, I'm trying to run the clearml agent from dockerhub image docker run allegroai/clearml-agent-k8s:aws-latest-1.21.2 but I get : invalid option Usage: /...
one year ago
0 Hello,

SuccessfulKoala55 Thank you, I forgot that I can also install clearml agent with helm chart. But after I run helm install first-agent allegroai/clearml-agent it doesn't ask me for any config. Does it know to connect the the clearml server in the same cluster? Do you know any tutorial I can look at for setting up clearml server and agent on k8s? Thank you

one year ago
0 Hi All, I'M Trying To Create Pipeline With Decorator. When I Run The Code To Push The Pipeline To Clearml Server, It Seems The Pipeline Is Pending In "Services" Queue. But My Worker Is Listening To "Default" Queue, So The Pipeline Is Not Executed. I Read

thank CostlyOstrich36 so should I point the clearml-agent to listen to "services" queue instead of "default" queue? Would it be able to process the pipeline steps?
If I understand correctly, the agent will spin additional pod to run the steps in the pipeline, right?

Also just another question: How do I set the git credential for the agent? In the values file https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml
look like I can set git user and pass, ...

one year ago
0 Hello All, After I Run Training Task And Output Model To S3, Is There A Way For Clearml Server To Send Out Notification Of Some Sort To Trigger Our Continuous Deploy Process? I'M Thinking When I Assign A Certain Tag To The Experiment Result, It Could Send

CostlyOstrich36 thank you, I can connect to the REST api now. I'm trying to get the experiment detail of a project, but I can't find something like that in the docs. Do you have some suggestion?

2 years ago
0 Hello All, After I Run Training Task And Output Model To S3, Is There A Way For Clearml Server To Send Out Notification Of Some Sort To Trigger Our Continuous Deploy Process? I'M Thinking When I Assign A Certain Tag To The Experiment Result, It Could Send

CostlyOstrich36 so when I login on the web portal and click on a project, I can see the experiments I have done on this project. I would like to get the experiment detail, like status, tag... of those experiements

2 years ago
0 Hi Folks, Good Morning

Hi CostlyOstrich36 , the document mention ResourceMonitor class, but when I check the code at https://github.com/allegroai/clearml/blob/master/clearml/utilities/resource_monitor.py
I don't see gpu monitoring can be turned off from the class interface

one year ago
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

oh, I did test the agent. I also built a docker image from https://github.com/allegroai/clearml-agent/tree/master/docker/k8s-glue/glue-build-aws
and got it to connect to my server.
I'm just trying the official docker image to see if I can run it directly and get it to connect. So I can write deployment to my k8s cluster using that image without having to build my own image.

I don't really understand the glue thing. So I'm just doing it the way it is easier for me to understand

one year ago
0 Hello, Is There A Way To Running Multiple Environments (Like Staging, Production) On The Same Clearml Instance? Or Do We Need Separate Instance For Each Environment? Or Is There A Way To Restrict What Each User Can Do? (Like Not Modify Other User Experime

CostlyOstrich36 thanks! do you happen to know the pricing for enterprise version? The professional version is already $1k/month. So look like it's expensive. Maybe I'll just add another instance to do different environment

2 years ago
0 Hello, Is There A Way To Running Multiple Environments (Like Staging, Production) On The Same Clearml Instance? Or Do We Need Separate Instance For Each Environment? Or Is There A Way To Restrict What Each User Can Do? (Like Not Modify Other User Experime

Hi CostlyOstrich36 yes, I'm running it on my EC2 instance.
I'm also running some cronjobs, so I'm not sure if I can still ssh and add cronjob if use enterprise version

2 years ago
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

CostlyOstrich36 Hi John, I'm trying to test if I can run the agent docker image to connect it to my clearml server. If I can run the image then I can config it to deploy to my k8s cluster.

one year ago