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

Reputation

0
0 Hello! I Have A Problem:

Hi DeliciousKoala34 , is there also an exceptionally large amount of files in that Dataset? How do you create the dataset? What happens if you use something like s3 if you have available?

3 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CluelessElephant89 , I think the RAM requirements for elastic might be 2GB, you can try the following hack so it maybe will work.

In the machine that it's running on there should be a docker-compose.yml file (I'm guessing at home directory).

For the following https://github.com/allegroai/clearml-server/blob/master/docker/docker-compose.yml#L41 you can try changing it to ES_JAVA_OPTS: -Xms1g -Xmx1g and this might limit the elastic memory to 1 gb, however please note this might ...

4 years ago
0 Hi! I Would Like To Make A Report On All Experiments In My Clearml Project, The Report Should Include Plots Based On Experiments Data Grouped By Labels. Can I Do This Using Clearml Web Ui? If Not, How Can I Download Project Data To Build It Using Other In

Hi EnviousPanda91 , I'm not quite sure what you want to extract but you can extract everything from the UI using the API. The docs can be found here: https://clear.ml/docs/latest/docs/references/api/events
And for the best reference - You can open developer tools in the UI and see how the requests are handled there 🙂

3 years ago
0 Hello, I Want To Use Custom Packages In My Code.It Works Fine When I Run It Locally.But When I Clone The Experiments And Run On Agent It Shows Package Not Found Error In Agent. Can Anyone Help Me Out How To Use Custom Packages In Clearml? Which Parameter

Hi ShaggySquirrel23 , is this package inside some artifactory?

The agent needs access to the package while running, you need to have it accessible somehow on a remote machine as well. What is your setup?

2 years ago
0 In

What version of clearml are you using? Are you using the community server?

2 years ago
0 Hello! I'M New To

Hi @<1856869640882360320:profile|TriteCoral46> , you can add custom columns in the webUI and filter/arrange according to them. The webUI uses the API in order to get this data from the apiserver. So you can use the webUI in order to generate whatever filtering you want to have in your code and then implement it via the API/SDK depending on what you want to create.

4 months ago
0 Hello, I’M Trying To Log (Via

Can you try upgrading and see what happens?

3 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
0 Hi, Clearml Stores Models In The Following Format:

Hi, I think this is the default behavior but I think you can probably edit the source code ( output_uri parameter of Task.init would be a good lead).

In what format would you like it saved?

2 years ago
0 Hi, Another Bug To Report With The Aws_Auto_Scaler Using 1.1.2:

And if you switch back to 1.1.2 in the setup that 1.1.1 worked, does it still fail?

4 years ago
0 In Pipelines. Is It Possible To Inject A Requierment.Txt Such That The Executing Node Will Install Before Running Tasks?

the question how does ClearML know to create env and what files does it copy to the task

Either automatically detecting the packages in requirements.txt OR using the packages listed in the task itself

3 years ago
2 years ago
0 Hey All, I Am Having An Issue With Clearml That Never Happened Before. It Looks Like It Happens On The Version

Hi @<1787653566505160704:profile|EnchantingOctopus35> , what are you running?

6 months ago
0 If I Want To Run Training Inside A Docker Container, How Do I Connect It To Clearml Installed Outside My Docker Container?

Hi PerfectMole86 ,

how do I connect it to clearml installed outside my docker container?

Can you please elaborate?

3 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , It appears to be a bug of sorts, we'll sort it out 🙂

4 years ago
Show more results compactanswers