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

Reputation

0
0 Hello Folks! I Have A Question About

Hi @<1577468626967990272:profile|PerplexedDolphin99> , I think you will get the submodules, you just need to make sure to set up the agent with git_ask_pass to true

one year ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

I wasn't able to reproduce it on my side. Can you try the following?
In clearml/examples/reporting/mode_config.py
Under line 45:
OutputModel().update_weights('my_best_model.bin')
Add the following:
output_model = task.models['output'][-1]
output_model.tags=['deployed']

And check in the UI if you get a tag on the model

3 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , do you run them manually or with the agent? If you run manually then I'm afraid it doesn't show the config currently. However if you run with the agent, then it will also print out the entire config (excluding the secrets, of course) at the start of the run and it will be shown in the console output in the UI 🙂

Or do you mean the different parameters you've changed about in the task itself?

4 years ago
0 Hi Community, I Want To Get The List Of Available Worker-Queues In My Pyhton Api. Based On The Sdk Documentation I Cannot Find A Implemented Way Expect Using The Rest-Api. I Struggle To Get The Rest-Api Up An Running. I'Ve Got My Api_Secret And Access_Key

Hi @<1632913959445073920:profile|IratePigeon23> , please look at the following thread - None

That is a nice example for using the API. After you handle the login issues, you can use the web UI as a reference for the API (use dev tools - F12 to see what the UI sends to the backend).

Let me know if this helps 🙂

one year ago
0 Is The

I don't think it's currently updated but the team is working on updating it. Hopefully it will be updated very soon 🙂

3 years ago
11 months ago
0 I Tried To Upload An Image In Clearml Report, But It Show An Error Like Below. Any One Know How To Fix It?

Hi @<1570583237065969664:profile|AdorableCrocodile14> , how did you upload the image?

2 years ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

Hi @<1706116294329241600:profile|MinuteMouse44> , is there any worker listening to the queue?

one year ago
0 Hi, I Was Wondering How Come My Api Calls Keeps Going Up While I'M Not Executing Any Tasks\Experiments? I Think It Is Related To The Fact That I Have A Worker That Is Running In The Background, And I Was Wondering How Many Api Calls A Worker Is Doing Per

worker by default checks the backend every 5 seconds for new tasks in the queue. While running a task I think it basically sends whatever api calls a regular local task sends

2 years ago
0 Hi, I Notice A New Behavuour With Clearml-Agent=1.1.0. When It Is Installing The Packages I Nrequirements.Txt, It Failed With.

SubstantialElk6 , can you please verify that you have all the required packages installed locally ? Also in your ~/clearml.conf what is the setting of agent.package_manager.system_site_packages

4 years ago
0 Hello Everyone! Today I Found The Following Challenge. I Do Run Locally The Clearml Server And The Clearml Agent. I Would Like To Have The Option Of Running Some Experiments In Docker Mode(--Docker). For Example, When Someone Uses A Different Version Of

What do you mean by requirements by the docker? You can set the default docker in clearml.conf but you can always specify a different docker image on the Task level that will override this

2 years ago
0 Hi

GrievingTurkey78 , can you provide a small self contained snippet to run?

3 years ago
0 Hi, How Can I Get Commit Id For Task Using Apiclient?

EnviousPanda91 , you can use tasks.get_by_id . I think the commit ID should be there in the data section

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:

AgitatedDove14 , I think gitdiff wasn't ran. I think Laszlo ran git status manually, not git diff

3 years ago
2 years ago
0 Hi, I'M Trying To Setup The Storage (Aws S3) For All Components Of Clearml. I'M Deploying Clearml On Kubernetes With The Official Helm Charts. I Can'T Find A Way To Inject The Configuration File In The Webserver / Apiserver / Fileserver. With The Agent,

Hi @<1749602841338580992:profile|ImpressionableSparrow64> , the S3 configuration (Credentials) is always done on the client side. You don't need to configure anything server side. Also good that you configured the agent.

one year ago
0 Hello Everyone! Is There A Way To Delete Clearml Task Tags Via Python Sdk? It Seems That I Can Only Remove Tags Through The Browser Interface

Hi @<1562610703553007616:profile|CloudyCat50> , you can use Task.set_tags() to 're-set' tags and omit the tag you want removed.

one year ago
2 years ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

Hi @<1533257411639382016:profile|RobustRat47> , what would you define as most metrics?

one year ago
Show more results compactanswers