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

Reputation

0
0 Hello Everyone, When Performing Hyperparameter Optimization, Is There A Way To Set An

Hi @<1523703961872240640:profile|CrookedWalrus33> , this should be supported. How did you configure HPO?

one year ago
0 Clearml Provides Api'S To Create Pipelines And Deploy Models ?

Hmmmmm do you have a specific usecase in mind? I think pipelines are created only through the SDK but I might be wrong

3 years ago
3 years ago
4 years ago
one year ago
0 Hello, I Have Clearml Autoscaler Setup. Previously, When A New Task Comes Up, An Already Running Worker (If There Is), Will Take It, Apply The New Commit And Run The Task. Now, I Get An Error. So, I Can'T Run A Task On An Already Running Worker. It Has To

Hi @<1523704674534821888:profile|SourLion48> , making sure I understand - You push a job into a queue that an autoscaler is listening to. A machine is spun up by the autoscaler and takes the job and it runs. Afterwards during the idle time, you push another job to the same queue, it is picked up by the machine that was spun up by the autoscaler and that one will fail?

one year ago
5 months ago
0 Hi All, Can I Synchronize All My Artefacts On Clearml Server With S3? I'M Trying To Deploy Clearml-Server In A Limited Disk Space Environment

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , I'm not sure I understand what you mean. Can you elaborate on the use case?

2 years ago
0 Hello Admin, How Do I Download The Clearml Documents In A Pdf Format?

You have the open source repository of the documents - None

I think you could generate a pdf from that with some code.

11 months ago
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

Do you mean like sub modules or actually just clone several independent repositories?

2 years ago
0 Hi, I'M Trying To Understand A Bit More About

Hi @<1529271085315395584:profile|AmusedCat74> , the agent technically has two modes, daemon and execute (clearml-agent daemon/clearml-agent execute).

When in daemon mode the agent will start the docker container for example, install the agent inside and the agent inside will run in execute mode

11 months ago
0 Hi, Currently Running

So you're using the community server? Response time really depends on the resources of the machine that is running the server and amount of data to filter

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

If you're running in docker mode you can add those steps very easily to the bash startup script

2 years ago
0 Hi Everyone! I Have Started Using The

Hi @<1817731748759343104:profile|IrritableHippopotamus34> , I think it should be safe.

5 months ago
0 Hi Community, I Want To Add 2 Args For Clearml Agent Dockers " ["--Network=Host", "--Ipc=Host"]". I'Ve Tried With Changing Agent.Default_Docker.Arguments => But It Didn'T Work. Later When I Tried With Agent.Extra_Docker_Arguments => It Worked. So I Was Wo

Hi @<1749965229388730368:profile|UnevenDeer21> , can you add the log of the job that failed?

Also, note that you can set these arguments from the webUI on the task level itself as well, Execution tab and then container section

11 months ago
0 Hi Everyone, I Have Been Using Clearml Self Hosted For Experiment Visualisation - Logging Loss And Uploading Debug Samples Etc. Our Clearml Server Is Running On A Aws Instance, With The Fileserver And Databases (Mongo, Redis Etc) On That Instance. We Run

Hi TimelyCrab1 , directing all your outputs to s3 is actually pretty easy. You simply need to configure api.files_server: <S3_BUCKET/SOME_DIR> in clearml.conf of all machines working on it.

Migrating existing data is more difficult since everywhere in the system everything is saved as links. I guess you could change the links in mongodb but I would advise against it.

2 years ago
Show more results compactanswers