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

Reputation

0
0 Hey Clearml Experts Is There A Way To Copy Entire Exp. Including Results/Scalars/Plots? Right Click > Clone Creates A Duplicate Of The Exp. , Only With It'S Configuration, Without It'S Results

Sounds about right. You can also create reports from the best experiments and then reference the models via the report as well

2 years ago
2 years ago
0 Hi, What Could Be The Reason For My

Hi @<1566596960691949568:profile|UpsetWalrus59> , what if you set output_uri=False

2 years ago
0 I Keep Getting Server Unavailable Pop-Up Error After Updating To 1.10. I Had To Roll Back To 1.9.2 For Now, So I Don’T Have Access To Docker Logs, But Maybe Someone Has An Idea?

Hi @<1533257407419912192:profile|DilapidatedDucks58> , how long did it persist? Can you try upgrading again and see the apiserver logs?

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

Looks decent, give it a try and update us it's working ๐Ÿ™‚

3 years ago
11 months ago
0 Hello, Clearml! Let'S Say That I Have A Git Repository In Format

What about if you specify the repo user/pass in clearml.conf?
I think it removes the user/pass so it wouldn't be shown in the logs

2 years ago
0 How Do I Stop A Zombie Agent?

UnevenDolphin73 , can you verify that the process is not running on the machine? for example with htop or top

3 years ago
0 In My Current Project I Generate The Data From An Sql Query. Is The Only Way To Register The Dataset With Clearml To Write The Files To Disk First Or Is There Another Method? This Leads Into The Second Issue I Have, Which Is What Happens When I Store The

@<1545216070686609408:profile|EnthusiasticCow4> , I think add_files always generates a new version. I mean, you add files to your dataset, so the version has changed. Does that make sense?

2 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 ๐Ÿ™‚

2 years ago
0 What Is The Right Way To Increase Number Of Retries When Using

DilapidatedDucks58 , I think this is what you want. You just configure it and don't need to changing anything in code.
https://github.com/allegroai/clearml/blob/92210e2c827ff20e06700807d25783691629808a/docs/clearml.conf#L106
You can pass any boto3 parameter here!

3 years ago
0 Is There An Easy Way To Apply The Uncommitted Changes, Logged By Clearml, Locally To A Dev Environment?

Do you mean to copy paste the uncommitted changes section and apply it to some local environment regardless of ClearML?

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

Please open developer tools (F12) and see if you're getting any console errors when loading a 'stuck' experiment

2 years ago
0 Hi I Have Installed Clearml-Agent, But My Pip Saved In Hdd, If I Run Clearml-Agent To Ssd, Is It Mean, My Code Task Will Running In Ssd?

Hi @<1523701260895653888:profile|QuaintJellyfish58> , I think where your code runs depends on where the clearml cache is. Search clearml.conf for cache under agent configuration ๐Ÿ™‚

2 years ago
0 Hi, I Have A Question About Media Reporting. After Successfully Reporting A Video File To The "Debug Samples" Section Of A Specific Task, How Can I Programmatically Obtain A Url For That Video (Knowing The Task Name And The Name The Video Was Reported Wit

Hi @<1558986867771183104:profile|ShakyKangaroo32> , you can extract that using the API with events.debug_images - None

I suggest navigating to the UI and seeing what the UI sends when looking at debug samples with dev tools (F12)

2 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

I'm accessing both using SSH tunneling & the same domain

I guess we found the culprit ๐Ÿ™‚

3 years ago
0 Clearml Task Execution Fails Trying To Pull Data From Gitlab. The Credentials Are Correct (Username + Access Token), But I Get This Error:

Hi AdventurousButterfly15 , are you able to clone locally? What version of the agent are you using

3 years ago
0 What Is The Proccess To Rerun Optimization Sub-Tasks That Failed? Also, Can You Add More Paramters Combinations To Optimization After It Was Completed?

I think you can simply reset and enqueue the task again for it to run. Question is, why did it fail?
Are you running the HPO example? What do you mean by adding more parameter combinations? If the optimizer task finished you either need a new one or to reset the previous and re-run it.
You can do various edits while in draft mode

3 years ago
Show more results compactanswers