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

Reputation

0
0 Hi, Question Regarding

Can I assume you're running the agent (in daemon mode) on the same machine that you're running the clearml-agent daemon --stop command?

2 years ago
0 Hi, What Is The Best Way To Add New Data To The Uploaded Dataset. Currently, Uploaded Dataset Stored In Clearml Have This Structure.

Try creating a new version and syncing the local folder (or try to specifically add files) πŸ™‚

3 years ago
0 Why Is Async_Delete Not Working?
host: "my-minio-host:9000"
one year ago
0 Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :

It looks like you are running on the community server. Can you right click the experiment in the experiments table and click on 'Share' on all the relevant experiments and send here?

3 years ago
0 Hello, I Have The Following Basic Snippet Where I'M Trying To Add Another Value To The Task'S Connected Arguments After Calling

GiganticTurtle0 , which ClearML version are you using? From what I can see in the documentation to add the new parameters, you'll have to task.connect() again to add the new args

3 years ago
0 Hello, I'M Following The Tutorial Of

ScaryBluewhale66 , Hi πŸ™‚

You would need to install ClearML-Agent to run it

3 years ago
0 Hello

Hi @<1644147961996775424:profile|HurtStarfish47> , published is one step after finalized technically, similar to tasks

one year ago
0 Once I Set Up A Clear Ml Server On A Machine. I Understand I Need An Agent Listening On A Queue To Run Code. Do I Absolutely Have To Have An Agent And The Gpu On The Same Machine As The Server? Also Do The Gpu And Agent Have To Be On The Same Machine?

VexedCat68 , you need to run the agent on a machine with gpu. The server doesn't need to have gpu πŸ™‚

Regarding the queue:
Yes, if someone enqueues a task onto queue X, an agent listening to that queue will run the task.

3 years ago
0 We Are Having The Same Issue As

Are you getting similar responses from your elasticsearch?

3 years ago
0 Out Of A Sudden Without Any Trigger, Our Clearml Server (

Hi @<1523701842515595264:profile|PleasantOwl46> , do you see any errors in elastic or in mongo?

Also, any chance there is filtering to only user specific tasks/projects?

What happens if you send a link to an experiment between users?

one year ago
0 Hi! I'M Using

MagnificentSeaurchin79 , can you please describe how you created the dataset?

3 years ago
0 I Have Question About A Situation, When Agent Is Running On A Queue, But Also We'Ll Use

Hi RoundMosquito25 , if you already have an instance of agent running on a queue and you run clearml-agent execute --id <task_id> this will create another instance of the agent and will run the experiment regardless of what is happening with the other agent

2 years ago
0 Hi Everyone. How Can I Get Metadata For Datasets From An Entire Project? I See The Opportunity To Work With Only One Dataset

Hi @<1524560082761682944:profile|MammothParrot39> , how do you usually fetch metadata from a dataset?

one year ago
0 Hi, It Appears That What Clearml Calls Histograms Are Actually Bar Graphs. Does Clearml Have Real Histograms?

Hi @<1574931891478335488:profile|DizzyButterfly4> , not sure what you mean. Can you elaborate on what you see vs what you expect to see?

4 months ago
0 Hi All, Can Someone Add Local Data To Clearml Dataset Using

Hi @<1635813046947418112:profile|FriendlyHedgehong10> , I think for this you need to create a child version and only add the new files to the child.

4 months ago
0 Hi Everyone, I Just Started Learning Clearml. My Goal Is To Create A Task And Connect My Jupter Notebook On Clearml. However, I’Ve Tried Clean Cookies, Uninstall Clearml And Restart My Computer, It Still Shows

AlertCrow40 , by the way. ClearML already has an integrated tool to work on a jupyter notebook.

In a couple of lines it will open a jupyter notebook for you to work with. Further reading here: https://clear.ml/docs/latest/docs/apps/clearml_session/
πŸ™‚

3 years ago
0 Hi, Is It Possible To Delete Tags?

As SuccessfulKoala55 , mentioned. In the UI it looks like this

3 years ago
0 Hi. I'M Currently Working On Training A Model, Specifically Fine-Tuning From Segment Anything. I'M Using Remote Training In Clearml, And I Have Three Servers: 2 A30 And 1 A100. Interestingly, When Training On The

Hi @<1661542597597859840:profile|SilkyHawk58> , ClearML doesn't "utilize" the cards directly per se. ClearML enables your code to execute on remote machines (among many other things). However, the one actually utilizing the card is actually your code.

Makes sense?

one year ago
0 Two Simple Lineage Related Questions:

RoughTiger69 thanks for the input πŸ™‚

3 years ago
Show more results compactanswers