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

Reputation

0
0 Hi, I Have Recently Found Out That Storagemanager Can Be Used On Its Own And Since Then I Have Been Using It Together With Clearml'S Fileserver To Store Some Files That Are Not Related To A Particular Experiment Or Dataset. My Question Is, How Can I Dele

Hi @<1558986867771183104:profile|ShakyKangaroo32> , it seems that there is no such option to do that via the StorageManager class. Might be useful to have. Maybe open a GitHub feature request for this? Or maybe a pull request? 🙂

one year ago
0 Do I Understand Correctly That Python Versions Must Match Between Client (My Mac, Sends Task For Remote Execution) And Clearml-Agent? I Don’T Really Get How The Environments Are Managed. All I Want To Do Is Take My Code And Execute It On The Agent Machin

Hi AdventurousButterfly15 ,

When running code locally, how are the installed packages detected? Does it detect your entire venv or does it detect only the packages that were used?

3 years ago
0 Hi There, I’Ve Run Into The Following Error When Trying To Enqueue A New Task:

Hi @<1745616566117994496:profile|FantasticGorilla16> , you can always increase disk space on the machine running the server. Another option is to manually delete indices in Elastic, although it would be highly unadvised.

You could also probably clear up space in the file server if it has been heavily used.

10 months ago
0 Why Is Async_Delete Not Working?

This is an actual AWS S3 bucket?

one year ago
0 Hi! To Make My Script Work Inside A Task, I Need To Add

Hi @<1691983266761936896:profile|AstonishingOx62> , I'm not sure I understand what you're trying to do. You have some python code unrelated to ClearML. Does it run without issues? Did you afterwards add Task.init() to that code?

one year ago
0 Hello, I’M Using

RattyLouse61 , great!

3 years ago
0 Hi, I'M Setting A

How would you use the

user properties

as part of an experiment?

I'm guessing to get the properties. I'm guessing this really depends on your needs / use-case

3 years ago
0 If I Would Like To Write An Autoscale Plugin For Other Smaller Cloud Providers (Like

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , I think you can take the existing example of AWS and modify it to use the relevant API/sdk of another provider

2 years ago
0 Controlling Artifacts Logging

You can disable automatic model logging using auto_connect_frameworks in Task.init()
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit

This however will also disable automatic reporting of scalers. You can also manually force the upload of the final model with
https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel#class-outputmodel

3 years ago
0 Hi I Need To Transfer Ownership Of The Workspace

Hi @<1894195589248192512:profile|ClearElephant51> , I suggest sending another email. It might have been missed due to local Holidays

15 days ago
0 Using

WackyRabbit7 , can you try on another computer?

4 years ago
0 How Can I Delete An Experiment In A Project In Clearml?

Hi @<1581454875005292544:profile|SuccessfulOtter28> , you can archive an experiment, go into the archive and then you can delete from there

one year ago
0 We'Re Running Into Errors Such As This:

Hi UnevenDolphin73 , what are you trying to do when you get this? Are you running a self hosted server?

2 years ago
0 Hi Everyone! I Have A General Wondering - I'M Trying To Use Rest Api For Searching Tasks By Tasks Parameters (Hyperparameters In Task Configuration). I Didn'T See Which Query-Params To Send For Getting The Matching Task(S). Does Someone Knows The Answer?

Hi @<1539417873305309184:profile|DangerousMole43> , I would suggest opening developer tools (F12) and then doing the specific search you're interested in through the UI. Then you can simply send the same via the REST API

2 years ago
0 Is Is Intended That Restarting The Server Somestimes Leads To Abortion Of Experiments On Clearml-Agents

I don't think this the intended behavior. Can you please elaborate how it happens exactly?

3 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

For example doing a fresh installation of the previous version and using backup data so you have a fresh state. Then try to upgrade again.

3 years ago
Show more results compactanswers