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

Reputation

0
0 Hi, Question Regarding

Can you try with blank worker_id/work_name in your clearml.conf (basically how it was before)?

You can force kill the agent using kill -9 <process_id> but clearml-agent daemon stop should work.

Also, can you verify that one of the daemons is the clearml-services daemon? This one should be running from inside a docker on your server machine (I'm guessing you're self hosting - correct?).

2 years ago
0 Hi! If I Want To Programmatically Extract Information On All (Clearml) Tasks Of A Given (Clearml) Project, What Is The Recommended Way? For Example - Let'S Say I Want To Extract Some Specific Metric Curves Points From All Of The Tasks

Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient

client = APIClient() `is the pythonic usage

2 years ago
0 Hello Everyone, When Performing Hyperparameter Optimization, Is There A Way To Set An

Hi @<1523703961872240640:profile|CrookedWalrus33> , this should be supported. How did you configure HPO?

11 months ago
0 Hi, Question Regarding

OutrageousSheep60 , what version of ClearML-Agent are you using?

2 years ago
0 Hey Guys, First Of All Clearml Rocks! I Love It

Strange, maybe @<1523701087100473344:profile|SuccessfulKoala55> might have an idea

one year ago
0 Hi, Question Regarding

My bad, I meant to ask what OS it's on 🙂

2 years ago
0 Hi, Question Regarding

Did you wait 10-15~ mins for it to time out?

2 years ago
3 years ago
0 Hi, Is There A Configuration Somewhere That Allow Me To See Stuff Logged From Regular Logging In Clearml Console? Or Clearml'S Logger.Report_Text(Print_Console=True) Is The Only Way To Get Messages Logged To The Console? Thanks!

Hi @<1797800418953138176:profile|ScrawnyCrocodile51> , if you use Task.init it should automatically capture all console logs without any extra addition of code.

13 days ago
0 When Using A

Hi DangerousDragonfly8 , can you please elaborate on your use case? If you want only a single instance to exist at any time how do you expect to update it?

2 years ago
one year ago
Show more results compactanswers