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
CostlyOstrich36
Moderator
0 Questions, 3697 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hello, We Are Getting Following Timeout Errors During The Task Run:

It can be changed with this env var for the apiserver:
CLEARML__hosts__elastic__events__args__timeout=<new number>
Though the better handling could be either increase the elasticsearch capacity (memory and cpu) or decrease the load (send events in smaller batches)

one year ago
0 Hi Everyone Trying To Add Cloudflare R2 Storage To Api.Files_Server Or Sdk.Development.Default_Output_Uri As Https://<Id>.

@<1554638179657584640:profile|GlamorousParrot83> , can you add also the full log?

one year ago
2 years ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

Can you provide a code snippet that makes agent hang?

2 years ago
0 Hi, I Notice Through The Log That Clearml Cannot Find The Python3.7 That Was Installed In The Docker Container And Is Using The Worker’S Default Version.

Hi!
What version of ClearML-Agent are you using?
Also from within the docker, what do you get when you run the following commands:
which python
which python3
which python3.7
which python3.8

2 years ago
0 Im Trying To Run This Exmple :

SparklingElephant70 , a full log would be the best. It can be downloaded from the webapp 🙂

3 years ago
0 Hello, I’M Trying To Log (Via

RattyLouse61 , yep 🙂

2 years ago
2 years ago
0 Hello. How Do I Tell The Clearml Agent To Not Install The Tasks Requirements And Use Existing Local Env Instead? Also What Should I Do If My Task Depends On Multiple Git Repos That Need To Fetched?

Hi @<1523722618576834560:profile|ShaggyElk85> , please see here: None
I think these are the ones you're looking for:
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL

Regarding your second question, I think this is possible only when talking about submodules

one year ago
0 Clearml 1.3.2 I'M Running

How many tasks do you figure this thing is iterating through the project?

2 years ago
0 Hello, We'Re Getting A Strange Error While Training Yolov5:

Hi SmugSnake6 , looks like network issue. Did you make any changes to your network/server recently

2 years ago
0 Why Would Every Submitted Task Be Aborted Directly?

TenseOstrich47 , what do you mean exactly? Every task you run ends on 'aborted' status?

3 years ago
0 Hi, Can We Change Port For Clearml Webapp From Default 8080 To Something Else?? If Yes, Then How?

DistinctShark58 , Hi 🙂

You can change all the default ports. This can be done through the docker compose for example.

one year ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

Hi, SmugTurtle78 ,

Can you please try with "Resource": "*" ?
Also these are the settings that I use, Some might be redundant so consults with your devops guys 🙂
` {
"Sid": "EC2InstanceManagement",
"Effect": "Allow",
"Action": [
"ec2:AttachClassicLinkVpc",
"ec2:CancelSpotInstanceRequests",
"ec2:CreateFleet",
"ec2:CreateTags",
"ec2:DeleteTags",
"ec2:Desc...

2 years ago
0 Hello All, I'M Trying To Download A File Hosted In The Clearml Server And I Receive The Following Error :

Hi ShallowCormorant89 ,

When does 1. happen? Can you add the full log?

Regarding 2, can you please elaborate? What is your pipeline doing and what sort of configurations would you want to add? On the pipeline controller level or steps?

one year ago
one year ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

DepressedChimpanzee34 , what is the url like?
The url should be something like https://<WEBSITE>.<DOMAIN>/v2.14/debug/ping

3 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

Also, I think that maybe there is a bug with the CPU mode: I tried to run tests with instance without GPU , marked the option "Run in CPU mode (no gpus)" and I saw on the experiment logs that its trying to run the docker with "--gpus all" option and failed right after the execution.

Which instance type did you use?

2 years ago
0 Can I Change The Clearml-Serving Inference Port? 8080 Is Already Used For My Self-Hosted Server.. I Guess I Can Just Change It In The Docker-Compose, But I Find A Little Weird That You Are Using This Port If The Self-Hosted Server Web Is Hosted In It..

Hi ElegantCoyote26 ,

It doesn't seem that using port 8080 is mandatory and you can simply change it when you run ClearML-Serving - i.e docker run -v ~/clearml.conf:/root/clearml.conf -p 8085:8085

My guess is that the example uses port 8080 because usually the ClearML backend and the Serving would run on different machines

2 years ago
0 Hi, Does Anyone Know If

There is an options for a configurations vault in the Scale/Enteprises licenses - basically applying global settings without having to edit clearml.conf

one year ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

They're incompatible together as mentioned before

2 years ago
2 years ago
0 Does Clearml Exposes (Even Temporarily) The Contents Of E.G.

Hi UnevenDolphin73 ,

I don't think that ClearML exposes anything into env variables unless done so explicitly.
If I'm understanding correctly you're hoping for a scenario where ClearML would expose some contents of sdk.aws.s3 for example so you could use it later in boto3, correct?
If that's the case why not use env vars to begin with?

2 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

I think so, yes. You need a machine with a GPU - this is assuming I'm correct about the n1-standard-1 machine

2 years ago
Show more results compactanswers