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

Reputation

0
0 We Are Having The Same Issue As

Are you getting similar responses from your elasticsearch?

3 years ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

The ec2 machines will be spun in your account. Any image accessible by those machines will be usable. You can add a bash script to run on the ec2 instances on startup and login. The agent on the ec2 instance will basically run a 'docker run' command.

7 months ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

Are you running on a self hosted ClearML server or the SaaS?

2 years ago
0 Hi All! I'M Struggling With A Specific Scenario, Maybe You Could Help. I Have 2 Machines Types (For Example Titan/A100) And 10 Types Of Models With A Generic Code (I Pass The Model Name As An Arg). I Want To Create A Task For Each Of The 20 Runs. That'S I

Hi @<1531807732334596096:profile|ObliviousClams17> , I think for your specific use case it would be easiest to use the API - fetch a task, clone it as many times as needed and enqueue it into the relevant queues.

Fetch a task - None
Clone a task - None
Enqueue a task (or many) - [None](https://clear.ml/docs/latest/docs/references/api/ta...

2 years ago
3 years ago
0 Question About The Task And Queue In The Clearml Sdk. There Are Three Machine, Machine A(Running The Clearml Server), Machine B (Linux, Target Machine To Run Task), Machine C(Windows, My Woring Machine). B And C Already Installed Clearml-Agent. I Want T

Hi @<1572395190897872896:profile|ShortWhale75> , that is not the correct way to use workers & queues.

First of all, Task.init will mark your task as running so this error makes sense.

The idea is first you run the code locally on your machine, once everything is logged (packages, repo, uncomitted changes & configurations) you can clone the task and then enqueue it into the agent.

Programmatically, you would watch to fetch an existing task in the system, clone it and then enqueue the n...

2 years ago
0 Controlling Artifacts Logging

You can disable automatic model logging using auto_connect_frameworks in Task.init()
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit

This however will also disable automatic reporting of scalers. You can also manually force the upload of the final model with
https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel#class-outputmodel

3 years ago
0 Hi! I Want To Use Non System Git User For Clearml-Agent. I Saw Settings:

Hi DepressedFish57 ,

But authentificate by log/pass is disable on host side.

Can you please clarify?

By separate ssh key - do you mean a different git password?

3 years ago
0 Hi All

Hi @<1564060263047499776:profile|ThoughtfulCentipede62> , I think the issue is still open. Can you please open a GitHub issue to track it so we can make sure it is resolved?

2 years ago
2 years ago
0 Hi All, I Have A Problem With Setting Up An Agent. I Set Up Local Server On Ubuntu Behind Proxy, It Seems To Work Correctly. I Can Access Web Ui And Set Up Agent On A Windows Machine Just Fine, But When I Try To Set Up Agent On Any Linux Machine It Fails

Are you sure you pasted the credentials correctly? Does it give you feedback on which key/secret you used during the process? Which version of ClearML-Agent are you on?

3 years ago
0 Hello Clearml Ppl

FreshKangaroo33 ,

On the top right of the experiments view you have a cog wheel, if you click on it, it will give you an option to add hyper parameters to the table. I think from the API calls from there you can figure something out 🙂

3 years ago
0 Hello Clearml Ppl

FreshKangaroo33 , what do you mean by syntax examples?
I think this should give you some context on usage 🙂
https://github.com/allegroai/clearml/blob/master/examples/reporting/hyper_parameters.py

3 years ago
0 Hey Guys, Is There Any Way To "Move" Tags Automatically To The Last Version Of My Dataset? E.G. I Have On Clearml The Dataset

Hi @<1648134232087728128:profile|AlertFrog99> , I don't think there is an automatic way to do this out of the box but I guess you could write some automation that does that via the API

one year ago
0 Hello Everyone! Is There A Way To Delete Clearml Task Tags Via Python Sdk? It Seems That I Can Only Remove Tags Through The Browser Interface

Hi @<1562610703553007616:profile|CloudyCat50> , you can use Task.set_tags() to 're-set' tags and omit the tag you want removed.

one year ago
0 Hello Everyone! How Can I Conveniently Pass A Large Number Of Parameters To The Pipeline In Order To Re-Run It Through Ui?

Hi @<1578555761724755968:profile|GrievingKoala83> , you can do it directly through the UI by adding parameters, see examples here - None

2 years ago
0 Do I Understand Correctly That Python Versions Must Match Between Client (My Mac, Sends Task For Remote Execution) And Clearml-Agent? I Don’T Really Get How The Environments Are Managed. All I Want To Do Is Take My Code And Execute It On The Agent Machin

Hi AdventurousButterfly15 ,

When running code locally, how are the installed packages detected? Does it detect your entire venv or does it detect only the packages that were used?

2 years ago
0 I Have The User/Pass Set Up On The

The agent prints its configuration before the execution step, I don't see agent.git_pass set anywhere in the log. Are you sure you set it up on the correct machine? This needs to be set up on the machine running the agent.

9 months ago
Show more results compactanswers