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
MuddyRobin9
Moderator
6 Questions, 10 Answers
  Active since 28 July 2023
  Last activity 8 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
4 Answers
588 Views
0 Votes 4 Answers 588 Views
Hey, I've spin up a worker using AWS autoscaler in ClearML self hosted server running on Kubernetes. However, I can't find the agent on the workers page. Any...
8 months ago
0 Votes
2 Answers
541 Views
0 Votes 2 Answers 541 Views
Hi, When I run expermint on my PC, I see scalar results and iteration numbers, working perfectly. But running the experiment remotely on a k8s-glue agent giv...
9 months ago
0 Votes
4 Answers
564 Views
0 Votes 4 Answers 564 Views
9 months ago
0 Votes
5 Answers
553 Views
0 Votes 5 Answers 553 Views
8 months ago
0 Votes
3 Answers
512 Views
0 Votes 3 Answers 512 Views
Hi, Someone faced this issue? graphviz.backend.execute.ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your...
9 months ago
0 Votes
4 Answers
577 Views
0 Votes 4 Answers 577 Views
9 months ago
0 Can Anyone Please Help Me To Understand What I'M Missing On How To Run An Ml Experiment Using Clearml-Agent Deployed In The Cluster? Here Are The Steps I Followed Considering That I'M Connected To The Cluster: 1. I Installed The Clearml Agent Helm Chart,

@<1523701087100473344:profile|SuccessfulKoala55> Thanks for the clarification; it helped! Is there a way to run directly on the k8s agent using the CLI or another method without cloning an existing task and enqueuing it?

9 months ago
0 Hi, When I Run Expermint On My Pc, I See Scalar Results And Iteration Numbers, Working Perfectly. But Running The Experiment Remotely On A

@<1523701087100473344:profile|SuccessfulKoala55> logs attached, i use agent version 1.24-21, from the installed packages i see we use clearml==1.12.1

9 months ago
0 Hey, I'Ve Spin Up A Worker Using Aws Autoscaler In Clearml Self Hosted Server Running On Kubernetes. However, I Can'T Find The Agent On The Workers Page. Any Idea Why It'S Not Showing Up? Full_Log:

Hey @<1523701205467926528:profile|AgitatedDove14> ,
I'm using aws_autoscaler.py to create new EC2 instances.
Yup, it does the job of spinning up EC2 instances. You can verify it from the logs where it shows the EC2 instance with ID i-0b4ee42a4fafd220d being created.
image
![image](https://clearml...

8 months ago
0 Hi, I Have Started Learning Clearml And How To Use It. I Deployed Clearml And Clearml-Agent In A Kubernetes Cluster Using Helm Chart. Can Anyone Please Guide Me On How To Run An Ml Experiment Using Clearml-Agent Deployed In The Cluster? I Have Set The Arg

@<1523701070390366208:profile|CostlyOstrich36> Thanks for responding. In the video, the explanation about running the experiment in the Kubernetes agent was very brief, and no demo was provided for that.
Here are the steps I followed considering that I'm connected to the cluster:

  • I installed the ClearML agent Helm chart, and now I have the ClearML agent running in the "clearml" namespace.
  • After that, I ran the script from the following GitHub repository: [None](https://github.com/allegr...
9 months ago
0 Hi, Someone Faced This Issue?

solved using adding this to the agent config:

clearmlConfig: |-
    agent{
       extra_docker_shell_script: ["apt-get install -y graphviz", ]
    }

config file: None

9 months ago
0 Hi, Someone Faced This Issue?

Hi @<1523701070390366208:profile|CostlyOstrich36> it fails i got Process failed, exit code 1
image

9 months ago