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
TenderCoyote78
Moderator
3 Questions, 38 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
7 Answers
703 Views
0 Votes 7 Answers 703 Views
Hi all! Is there a function/command that returns number of tasks in a queue?
2 years ago
0 Votes
5 Answers
661 Views
0 Votes 5 Answers 661 Views
Hi I'm trying to clearml-agent in my dockerfile, but even after copying the clearml.conf to my dockerfile working dir, the clearlml agent does not start, thr...
2 years ago
0 Votes
5 Answers
806 Views
0 Votes 5 Answers 806 Views
Hi community, Is there a way to download all the logged scalars/plots using code itself?
2 years ago
0 Hey,

How do we close pipelinedecorators?
It is showing running even after pipeline was completed

2 years ago
0 Hey,

Thanks a lot David!

2 years ago
0 Hey,

I'm facing the same issue, is there any solution to this?

2 years ago
0 Hi I'M Trying To Clearml-Agent In My Dockerfile, But Even After Copying The Clearml.Conf To My Dockerfile Working Dir, The Clearlml Agent Does Not Start, Throwing Error Couldn'T Find ~/Clearlml.Conf How Do I Resolve This?

FROM ubuntu:20.04

WORKDIR /usr/agent

COPY . /usr/agent

RUN apt-get update

RUN apt-get dist-upgrade -y

RUN apt-get install -y curl python3-pip git

RUN curl -sSL https://get.docker.com/ | sh

RUN python3 -m pip install -U pip

RUN python3 -m pip install clearml-agent

RUN python3 -m pip install -U "cryptography>=2.9"

COPY clearml.conf ~/clearml.conf

ENV CLEARML_DOCKER_SKIP_GPUS_FLAG=1

CMD clearml-agent daemon --cpu-only

2 years ago
0 Hi, I Try To Run Locally

Hey i tried your docker-compose
After all the initial setup, clearml-serving-triton
clearml-serving-statistics
clearml-serving-inference, throw read time out error?

2 years ago
0 Hi, I Try To Run Locally

No i use
docker compose instead of docker-compose

2 years ago
0 Hi, I Try To Run Locally

Are you using native Linux? Or wsl

2 years ago
0 Hi, I Try To Run Locally

I should not edit anything in clearml.conf right?

2 years ago
2 years ago
0 Hi, I Try To Run Locally

Nope seems like a docker-compose issue

2 years ago
0 Hi, I Try To Run Locally

When i run this it says can't run multi containers

2 years ago
0 Hi, I Try To Run Locally

Did you get the same as well?

2 years ago
0 Hi, I Try To Run Locally

It throws the same error

2 years ago
0 Hi, I Try To Run Locally

Ignore the quotes I've tried with quotes itself first

2 years ago
2 years ago
0 Hey,

AgitatedDove14 are you using wsl setup?

2 years ago
0 Hi, I Try To Run Locally

Now when i docker compose again

2 years ago
0 Hi, I Try To Run Locally

But I'm getting a timeout issue, when i docker-compose up 😢

2 years ago
0 Hi, I Try To Run Locally

So edited ik accordance with yours

2 years ago
0 Hey,

Oh okay

2 years ago
0 Hey,

SweetBadger76 I'm following the docs, is this the expected output?

2 years ago
0 Hey,

Or is something wrong here

2 years ago
Show more results compactanswers