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

Reputation

0
0 Hello! Is There Any Way To Use Original Files In Cleaml Datasets ? I Have Batch Of Tar Archives And Want To Create Dataset From Them, However Clearml Compresses Them. I Tried To Use

Hi @<1523702307240284160:profile|TeenyBeetle18> , if they are already on GS then you can use add_external_files to log them.
None
What do you think?

one year ago
0 Hi All, I'M Wondering If I Could Use Clearml Agent To Use Multiple Machines In A Self-Hosted Server In Windows.

@<1664079296102141952:profile|DangerousStarfish38> , I would suggest creating a configuration file on each machine and not only specifying a token 🙂
Besides that all sounds good and of course all of this is fully supported in the open source self hosted server

one year ago
0 Hi Community, I Might Have A Misunderstanding Of The Use Of Task.Connect Method. It Seems Like The Object I Connect Is Immutable, While It Should Be Mutable.

Hi @<1523703961872240640:profile|CrookedWalrus33> , I think by "mutable" it means that the object itself is mutable when connecting.

I'm curious, what is your use case that you want to change the values in the code itself? The intended usage is to connect the config object and then control it via the webUI / API

one year ago
0 Hey Everyone, I'M Trying To Change My

Hi NarrowLion8 , you can simply change the file_server section to an s3 bucket like files_server: s3://my_test_bucket

2 years ago
0 Hey There, I Am Looking Into The Self-Hosted Version Of Clearml For An Isolated Environment That Will Undergo Periodic Data Extraction Back To An Internet-Facing Environment. So Essentially I Want To Have Two Environments Existing And Periodically Update

Hi @<1719524663014461440:profile|CornyOwl46> , that sounds like a good plan, take into account that all of the metrics/console logs are stored in elastic so you'd have to replicate that as well

one year ago
0 Hey Guys, I’M Trying To Install

DeliciousSeal67 , you need to update the docker image in the container section - like here:

3 years ago
0 Im Trying To Run This Exmple :

You'll need to assign an agent to run on the queue, something like this: 'clearml-agent daemon -- foreground --queue services'

4 years ago
2 years ago
0 Hi There, Is It Possible To Configure The Clearml-Agent To Run Some Commands Before Running Each Experiment It Launches? Eg.

JitteryCoyote63 , I'm afraid currently not and only available in docker mode.

What do you need it for if I may ask?

4 years ago
0 Hi All, I'M Trying To Clone And Run The

Hi @<1587615463670550528:profile|DepravedDolphin12> , can you please provide a link to the doc you read?

2 years ago
0 Why Is Async_Delete Not Working?

Again, I'm telling you, please look at the documentation and what it says specifically on minio like solutions.
The host should be
host: " our-host.com :<PORT>"
And NOT
host: " s3.our-host.com "
Maybe you don't require a port I don't know your setup, but as I said, in the host settings you need to remove the s3 as this is reserved only to AWS S3.

one year ago
0 Hi Everyone, I Am Launching Clearml Webapp. Asks Me For User And Pass. How Do I Get That?

Hi @<1652845271123496960:profile|AdorableClams1> , you set up fixed users in your docker compose, I would check there

one year ago
0 Hi, I'Ve Been Getting The Following Error When Running Training Code Through An Agent,

Is the agent running on the same machine as the original code that didn't get any errors?

2 years ago
0 Any Ideas

MortifiedDove27 , in the docker ps command you added everything seems to be running fine

3 years ago
0 Any Ideas

This looks strange. Can you try re-running the dockers?

3 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

I think you can just send empty payload for users.get_all like this {}
and it will return all the users in your database 🙂

3 years ago
0 Ahoy! I Have A Pro Account Which I Need To Downgrade. The Account Page Says I Have 8 Gb Of Metrics Data, Preventing The Downgrade. However, No Matter What I Do -- Archiving Many Experiments & Models And Then Deleting Them From The Archive -- This Number D

Hi @<1529271098653282304:profile|WorriedRabbit94> , do you maybe have autoscalers that ran for very long? Easiest is simply deleting all projects and applications and waiting a few hours

8 months ago
0 Are There Any Platform Built On Top Of Clearml?

Hi GiganticKoala17 , can you please elaborate?

2 years ago
0 Hi Clearml Community, Is There A Way To Install Additional Packages On Top Of Base Docker Env When Using

Hi @<1797800418953138176:profile|ScrawnyCrocodile51> , you can use Task.add_requirements to add any packages. Additionally, you can also install packages with the docker bash init script

6 months ago
0 Hi, In Your Latest Changelog. There'S A New Function.

Hi @<1523701504827985920:profile|SubstantialElk6> , I think as long as the ports are open and pods can communicate between themselves and it should work

2 years ago
Show more results compactanswers