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, 4172 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi All, I Have A Question About Model Querying. I Have Added Some Tags Manually After Uploading A Model As An Experiment To Clearml And Also Some Tags While Uploading The Model. When I Query The Model Only The Latter Are Recognized For The Search Of These

Hi @<1635813046947418112:profile|FriendlyHedgehong10> , can you please elaborate on the exact steps you took? When you view the model in the UI - can you see the tags you added during the upload?

one year ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

Hi GrittyHawk31 , can you elaborate on what you mean by metadata? Regarding models you can achieve this by defining the following in Task.init(output_uri="<S3_BUCKET>")

3 years ago
0 What Could Be Causing This?

Also what is your api/webserver in clearml.conf ?

3 years ago
0 Hi. I Am Trying To Install Clearml-Agent On The Remote Server On Aws. I Successfully Installed It To The Home Directory: Successfully Installed Attrs-20.3.0 Clearml-Agent-1.2.3 Distlib-0.3.4 Filelock-3.4.1 Furl-2.1.3 Idna-2.10 Orderedmultidict-1.0.1 Path

This is part of the log - I'll need the entire thing 🙂
` ERROR: Could not find a version that satisfies the requirement ipython==7.33.0 (from -r /tmp/cached-reqssiv6gjvc.txt (line 4)) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5...

3 years ago
0 Hi

Not merged

3 years ago
0 Why Is Async_Delete Not Working?

@<1590514584836378624:profile|AmiableSeaturtle81> , please see the section regarding minio in the documentation - None

one year ago
0 Hey, We'Re Seeing A Lot Of Issues With Our Clearml Self-Hosted Server These Days; It Seems Like The Api Times Out While Talking To Elasticsearch:

Hi GiganticMole91 , what version of ClearML server are you using?
Also, can you take a look inside the elastic container to see if there are any errors there?

2 years ago
0 If I Have 1 Machine With A Gpu, Can I Put A Worker On It With Gpu And Two Workers With

I don't think you can currently assign cpu cores to the agents. They just use the resources they have in cpu mode

3 years ago
0 Hello All

Also, can you add a screenshot please?

2 years ago
0 I Am Working On Versioning My Data With Clearml-Data. I Have Clearml Server Deployed On One Machine And On Another Machine I Have My Clearml.Conf Setup To Use The Deployed Clearml Server. Also, On Both Machines I Have A Nas Storage Mounted On The Same Pat

RipeAnt6 Hi!

Yes, you simply need to configure the two following fields in your ~/clearml.conf

api.fileserver: <PATH_TO_NAS>
sdk.development.default_output_uri: <PATH_TO_NAS>

3 years ago
5 months ago
0 Hi Team,I Have Code Copied From

Hi SuperiorCockroach75 , yes you should be able to run it on a local setup as well 🙂

2 years ago
0 Hi Everyone!

Simply point it to the relevant address

4 months ago
0 Hi Everyone ! I Got A Problem With Pipelinecontroller : With A Colleague, When We Execute A Pipeline, He Get The Pipeline As Aborted, When I Get It As Completed. In Both Cases, The Tasks Are Completed. I Wonder If You Could Get Status From All The Tasks O

Hi @<1546303293918023680:profile|MiniatureRobin9> , do you have some stand alone script that reproduces this behaviour for you? Are you both running the same pipeline? How are you starting the pipeline

9 months ago
0 Hello, Is There A Way For The Clearml Agents To Check For Repository Changes Recursively? Eg, Our Source Is Broken In Serveral Different Submodules, Clearml'S Automatic Diffs Only Work In The Entrypoint Repo

ShakyJellyfish91 , Hi!

If I understand correctly you wish for the agent to take the latest commit in the repo while the task was ran at a previous commit?

3 years ago
0 Can I Use “Autoscaler” To Go From 0->1 Agent? I.E. 1 Queue For Tasks, Start 1 Machine, Process Everything To Completion, Then Shut Down?

Hi @<1607184400250834944:profile|MortifiedChimpanzee9> , yes 🙂
This is exactly how the autoscalers work. Scale from 0 to as many as needed and then back to 0

one year ago
0 Hi! I Developed Clearml Pipeline As Python Package (

I'm not sure. Maybe AgitatedDove14 , might have an idea

2 years ago
one year ago
0 Hello ! I Am Having Some Issues While Running A Pipeline Remotely (Same Device But Queue + Agent) . Hitting The Following Issue On My First Step:

Hi @<1660817806016385024:profile|FantasticMole87> , you'll either have to re-run it or change something in the DB. I suggest the first option.

one year ago
0 Do I Need To Do Anything To Get A Task To Pick Up A

Hi @<1607184400250834944:profile|MortifiedChimpanzee9> , to use a specific requirements.txt you can use Task.add_requirements
None

one year ago
0 Hello, I’M Trying To Log (Via

Hi RattyLouse61 ,

Do you have an example of the parameters you're trying to connect?

3 years ago
0 Hi! I Have A Few Tasks That Are Not Transitioning From

Hi SuperiorPanda77 ,how are the tasks running? Locally or via agent? What does the log show?

2 years ago
Show more results compactanswers