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, 23 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
7 Answers
501 Views
0 Votes 7 Answers 501 Views
Hi all! Is there a function/command that returns number of tasks in a queue?
one year ago
0 Votes
5 Answers
577 Views
0 Votes 5 Answers 577 Views
Hi community, Is there a way to download all the logged scalars/plots using code itself?
one year ago
0 Votes
5 Answers
471 Views
0 Votes 5 Answers 471 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...
one year ago
0 Hey,

Oh okay

one year ago
0 Hey,

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

one year ago
0 Hey,

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

one year 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

one year ago
0 Hey,

Wdym?

one year ago
0 Hey,

AgitatedDove14 are you using wsl setup?

one year ago
0 Hi All! Is There A Function/Command That Returns Number Of Tasks In A Queue?

Also im looking to start new clearly agents based on the number of tasks

one year ago
0 Hi All! Is There A Function/Command That Returns Number Of Tasks In A Queue?

Hi David
So I want to execute more than two tasks simultaneously using an agent
To my understanding one agent can execute only one task at a time and queues the remaining.
So what I want to achieve is to spin up N agents of there are N tasks

one year ago
0 Hey,

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

one year ago
0 Hey,

Or is something wrong here

one year ago
0 Hey,

Thanks a lot David!

one year ago