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

Reputation

0
0 Clearml Provides Api'S To Create Pipelines And Deploy Models ?

And regarding model deployment you mean serving the model through a serving engine such as triton?

3 years ago
0 Hi, Some Plots Don'T Render Via

What happens during the run is that plotly plots are shown during run on your computer but they don't show in UI and ONLY after the run is finished the plots show up?

Are your runs long?

3 years ago
0 Hi, I Am Fairly New To Clearml And Would Appreciate Some Help With This Problem. My Team Currently Uses The Virtual Environment Mode To Run The Experiments. But We Also Have A Docker File That We Use For Local Debug So I Want To Consolidate Everything And

Hi @<1739455977599537152:profile|PoisedSnake58> , you can run the agent in docker mode as long as the image is available on your machine. You can also use clearml-agent build , please see more here - None

7 months 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
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

In the HPO application I see the following explanation:

'Maximum iterations per experiment after which it will be stopped. Iterations are based on the experiments' own reporting (for example, if experiments report every epoch, then iterations=epochs)'

one year ago
2 years ago
0 Hi, Some Plots Don'T Render Via

But the issue still reproduces?

3 years ago
0 Hi, Does Self-Hosted Clearml Implements Central Model Repository, Something Like

I don't think so. However you can use the API as well šŸ™‚

2 years ago
0 Hi, I Am New To Clearml: When I Run An Experiment In A Shell (Having A Single Line Of Task Definition) I Am Getting This Error:

What version of ClearML are you using? Is there anything special about this git repository?

2 years ago
0 Hey Guys, Iā€™M Trying To Install

I think I misunderstood your problem at the start. let me take another look šŸ™‚

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

What OS are you on?

4 months ago
0 Hi Friends

Hi CooperativeOtter46 ,

I think the best way would be to use the API (You can use the SDK but I don't think it is so easy to filter times)
Use https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all api call to to get all the tasks according to the time frame & filtering you want and then sum up the run time from all experiments returned šŸ™‚

2 years ago
0 Hi Guys, I Encountered A Very Frustrating Problem About Virtual Enviroment Management When I Use Clearml. I Use Virtualenv To Create A New Python Env And Installed All The Needed Python Pakcages In The Env. The Env Path Is

I don't think you need to mix. For example if you have a pre-prepared environment then it should something like export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=<PATH_TO_ENV_BINARY>

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 Two Questions Today. First, Is There Some Way To Calculate The Number Of Gpu-Hours Used For A Project? Could I Select All Experiments And Count Up The Number Of Gpu-Hours/Gpu-Weeks? I Realize I Could Do This Manually By Looking At The Gpu Utilization Grap

Regarding 1 & 2 - I suggest always keeping the API docs handy - https://clear.ml/docs/latest/docs/references/api/definitions

I love using the API since it's so convenient. So to get to business -
To select all experiments from a certain project you can use tasks.get_all with filtering according to the API docs (I suggest you also use the web UI as reference - if you hit F12 you can see all the API calls and their responses. This can really help to get an understanding of it's capabilities ...

3 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Before injecting anything into the instances you need to spin them up somehow. This is achieved by the application that is running and the credentials provided. So the credentials need to be provided to the AWS application somehow.

2 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
Show more results compactanswers