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, 3713 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hey When I Create An Agent And Run An Interactive Session On It - I Have Access To Only One Gpu

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , it depends on how you run the agent that is listening to your queue. If you set it to run with multiple gpus you'd be able to utilize multiple gpus in your sessions 🙂

one year ago
0 Hey Everyone, I'M Setting Up Clearml Agents And Workers With The Open Source Version Within My Org. Was Wondering What Is The Best Way To Handle Different Python Version Requirements For Different Projects?

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , the agent will try to use the relevant python version according to what the experiment ran on originally. In general, it's best to run inside dockers with a docker image specified per experiment 🙂

one year ago
0 Hi Everyone! I'M Trying To Make Use Of Remote Execution In Clearml, But I Keep Getting An Error After The Agent Clones The Repo On The Remote Machine:

Hi @<1625666182751195136:profile|MysteriousParrot48> , how did you run the original experiment? Can you add the full log and also the agent configuration?

one year ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

SarcasticSparrow10 , please note that during the upgrade you do NOT copy /opt/clearml/data/mongo into /opt/clearml/data/mongo_4 , you create the folder like in the instructions: sudo mkdir /opt/clearml/data/mongo_4

This is the reason that it is giving out errors - You've got old mongo data in your mongo 4 folder...

Please follow the instructions to the letter - this should work 🙂

2 years ago
0 Another Question: How Can I Set The Fileserver Ip? E.G. I Want The Artifact Locations To Point To My Proxy Server, So That I Can Support Ssl

The cool thing is that you can also configure this from code as well 🙂
One example is:
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
Task.init(...,output_uri="<URL_TO_BUCKET>")

2 years ago
0 Hi Everyone, I'M Quite New To Clearml , Just Started Self-Hosting It On Our Gke Using Helm Charts( Enabled Fixed Users, Using Clusterip Instead Of Nodeport ). I Have 2 Doubts .

Hi @<1749602873152376832:profile|EncouragingSquid4> , Welcome!
To address your questions:

  • I think you can do routing for them but you'd have to set it up.
  • I assume the models are being saved to the files server. Can you share a screenshot?
2 months ago
0 Hi Everyone! Can I Somehow Configure

Hi FierceRabbit20 , I don't think there is such an option out of the box but you can simply add it to your startup of the machine or create a Cron job

one year ago
0 Is There A Way To Generate Usage Stats And Reports For Queues? For Example, How Often Is A Queue Used, How Much Cpu Does

Hi UnevenDolphin73 , can you please elaborate on what do you mean by what CPU does the queue consume?

You can pull all machine usage statistics using the API. Is there something specific you're looking for?

2 years ago
0 In

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

one year ago
0 In

Hi @<1523704157695905792:profile|VivaciousBadger56> , can you provide some screenshots of what you're seeing?

one year ago
0 Hi All, I Have A Live Webinar Coming Up On Feature Engineering With Kubeflow Feast On 

ExtensiveCamel16 , hi! Hope you give us a shout out 🙂

3 years ago
0 Hi All, I Have A Problem That I Couldn'T Figure On My Own ,I Will Be Happy For Help On This Issue! I Run On Linux With A "Father" Script That Creates A Subprocess, Calls Task.Init To Create A Task, Then Save Some Metrics And Then Close The Task (Few Time

The sample script you posted runs fine on server 1.6.0. I did however comment out from machine_learning.clearml_client import Task and used from clearml import Task

Can you please try with the regular import?

2 years ago
0 In

Hi @<1523704157695905792:profile|VivaciousBadger56> , can you elaborate on this error please?

2023-02-14 13:06:44,336 - clearml.Task - WARNING - Failed auto-detecting task repository: [WinError 123] Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch: '[...]\\<input>'
one year ago
0 Any Reason That Clearml Pycharm Plugin Is Not Available On Plugins Marketplace, But Only Directly From [1]? [1]

Hi @<1529271098653282304:profile|WorriedRabbit94> , I'll ask the guys to take a look at this and what is required for it.

one month ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

Can you verify in the INFO section of an individual step to what queue it is enqueued into? Can you see them in the Queues page?

2 months ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

I think this can give you more information:
https://stackoverflow.com/questions/51279711/what-does-1000-mean-in-chgrp-and-chown
This means it assigns the owner as the first linux user on that machine.

2 years ago
0 Hello Everyone , How Can I Read The Hostname From The Info Section?

There aren't any specific functions for this. But all of this information sits on the task object. I suggest running dir(task) to see where this attribute is stored

one year ago
0 Is There Any Way (Or Are There Any Plans) To Include Some View For Datasets In The Webui? One That Is Detached From The Generating Task?

I think that something like that exists, it appears to be done in the paid version called hyper-datasets. The documentation is open for all apparently 🙂

https://clear.ml/docs/latest/docs/hyperdatasets/overview

2 years ago
0 Hey, Guys! I Have A Problem. I Launched Clearml Server And Trying To Run A Worker On Another Machine. When I Run

What version of clearml and clearml-agent are you using, what OS? Can you add the line you're running for the agent?

one year ago
Show more results compactanswers