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

Reputation

0
0 Before I Write An Issue: Does Someone Else Have To Problem That With The Latest Clearml-Server If You Go To Detail View -> Results -> Debug Samples -> Change Metric To Anything, And Then Press The Refresh Button/Wait For Auto Refresh You Get A Blank Debu

ReassuredTiger98 , I played with it myself a little bit - It looks like this happens for me when an experiment is running and reporting images and changing metric does the trick - i.e reproduces it. Maybe open a github issue to follow this 🙂 ?

2 years ago
0 Hello Everyone What'S The Proper Way To Run Multiple Interactive Jupyter Sessions On One Machine/Agent? What I Am Doing Is Running Multiple Agents On The Same Machine, Each Agent Handling One Running Session To Avoid Subsequent Tasks Being In

Hi @<1670964701451784192:profile|SteepSquid49> , that sounds like the correct setup 🙂
What were you thinking of improving or do you have some pain points in your current setup?

one year ago
2 years ago
0 Im Trying To Run This Exmple :

You'll need to assign an agent to run on the queue, something like this: 'clearml-agent daemon -- foreground --queue services'

3 years ago
0 Hi Again

Hi @<1750327622178443264:profile|CleanOwl48> , you need to set the output_uri in Task.init() for example to True to upload to the files server or to a string if you want to use s3 for example

6 months ago
0 Hi, Currently Running

Hi @<1747428509627715584:profile|CumbersomeDuck6> , are you using a self hosted server?

6 months ago
3 years 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

5 months ago
0 What Is

MelancholyElk85 , fair point 🙂

How do you initialize your tasks?

3 years ago
0 Hi, Is The

Hi @<1794901326925139968:profile|SpicyShark55> ,you have it as part of the open source as code - None

2 months ago
0 Hi, I Have A Pipeline Designed Whenever I Run That All The Steps Will Be Present In All Experiment But I Want That To Be In The Project That I Have Specified Can Anyone Help Me With This

Hi @<1643060818490691584:profile|MagnificentHedgehong41> , did you specify a project name? You can go into settings and enable showing hidden projects/experiments and then you will be able to see the pipeline steps in projects as well

one year ago
0 Hi, I Wanted To Ask Whether Using Clearml

The DataOps feature will abstract your usage of data - None

6 months ago
0 Hello, I Was Wondering About The Billing Options For The Clearml Pro Plan. Could You Let Me Know If There Are Options For Monthly Or Yearly Payments?

Hi @<1634001106403069952:profile|DefeatedMole42> , the Pro plan is monthly payment according to usage. You can find more information here - None

4 months ago
0 Im Trying To Run This Exmple :

It looks as it is running, did the status of the experiment change?

3 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?
6 months ago
0 Im Trying To Run This Exmple :

I'm not quite sure I understand. Is this from the clearml-agent?

3 years ago
0 Hi Everyone! I Have A Question About

How are you currently trying to wrap it up in python?

one year ago
0 Hi, When Running A Training Script From Pycharm, It Seems That Clearml Logs Only Those Packages That Are Explicitly Imported By My .Py Files; It Seems To Not Take The Pacakges That Are In The Requirements.Txt My Training Uses Keras

RoughTiger69 , you can also use Task.add_requirements  for a specific package through the script

Example: Task.add_requirements('tensorflow', '2.4.0') Example: Task.add_requirements('tensorflow', '>=2.4') Example: Task.add_requirements('tensorflow') -> use the installed tensorflow version Example: Task.add_requirements('tensorflow', '') -> no version limit

3 years ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

I think this is what you're looking for then - None
Task.add_requirements

4 months ago
2 years ago
Show more results compactanswers