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

Reputation

0
0 Hey Guys! Anyone Knows If You Can Upload An

Are you running a self hosted server or using the SaaS?

3 years ago
0 Hello, Is There A Way To Assign Other Users In My Workspace As Admin? I Couldn'T Find That Configuration In The User Settings... Thanks!

Hi @<1790915059254300672:profile|JealousMouse90> , there is no way to that in the OS/Community. User management & Role based access controls are part only of the Scale/Enterprise licenses.

9 months ago
0 Hi Everyone I Am Experiencing Issues With

Hi @<1643785593177509888:profile|FrustratingSeagull27> , do you have some sample code that recreates this behavior?

one year ago
3 years ago
0 Hi

Hi @<1523701949617147904:profile|PricklyRaven28> , what code are you talking about, of the Slack alerts? You can also use standalone scripts if you don't want to run from a repo. Also, I don't think you should be running the agent in services mode yourself as it is a part of the ClearML setup.

one year 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
0 Why Is Async_Delete Not Working?

in the code, the output uri should be with None :<PORT>

one year ago
0 Hi Everyone, I Have A Problem With My

What are the requirements specific in the experiment UI?

3 years ago
0 Hi, I Have A Visualization Issue When Using Plotly And Then “Report_Plotly” My Code Is

Hi MoodySheep3 ,can you please add a standalone snippet that reproduces this? What version of clearml are you using?

2 years ago
0 Hello Clearml Ppl I Have A Question, Is There A Way To Filter Tasks And Get Only The Ones That Has

I usually use: https://clear.ml/docs/latest/docs/references/api/index
Also, it's quite useful to use the UI as a reference. You can hit F12 in the browser and you can see all the api calls, I use that to figure out call structure

3 years ago
0 Is This The Old Document Page?

AgitatedDove41 , this is the old documentation indeed. It's deprecated and shouldn't be used 🙂

New documentation has everything in it, and more!

4 years ago
0 Hello

Hi FrothyShrimp23 , you can use Task.mark_completed() and use force=True
https://clear.ml/docs/latest/docs/references/sdk/task#mark_completed

2 years ago
0 Hi! I'M Using

MagnificentSeaurchin79 , can you please describe how you created the dataset?

3 years ago
0 Does Anyone Know If You Can Export A Dataset (Ml) Directly From A Database To The Clearml-Data Or Have To Export Out As Csv First ?

DeliciousBluewhale87 , Hi 🙂

You mean you created a dataset task on a certain server and you want to move that dataset task to another server?

3 years ago
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

I'm not sure that is possible. What is your specific use case?

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

And for future reference - Always a good thing to do a backup before upgrading elastic versions (or upgrades in general). Periodic upgrades are also advised 🙂

3 years ago
0 Hi, We Could Only Access The Self-Hosted Clearml-Server Via

Hmmmm I think you would need to change some configurations in the docker-compose to use https

3 years ago
0 Is It Possible To Add Just A String Or Some Other Object As An Artifact? If Yes, Then How?

Yes & Yes.
task.upload_artifact('test_artifact', artifact_object='foobar')
You can save a string, however please note that in the end it will be saved as a file and not a pythonic object. If you want to keep your object, you can pickle it 🙂

3 years ago
0 Hello

Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on

one year ago
0 Hi All

Multiple instances of the autoscaler maybe?

9 months ago
3 years ago
0 Hi Everyone! Quick Question Does Clearml Offer Also Direct Access To Compute Resources, Or You Always Need To Bring Your Own Cloud Provider?

Hi @<1752501940488507392:profile|SquareMoth4> , you have to bring your own compute. ClearML only acts as a control plane allowing you to manage your compute. Why not use AWS for example as a simple solution?

one year ago
0 Hello, I Have The Same Issue As This Github Issue:

Hi @<1556812486840160256:profile|SuccessfulRaven86> , just to make things easier, can you comment out these 3 lines in the config file? This will cause the sdk to have default behavior. Afterwards try with store_code_diff_from_remote: false

What do you see in the uncommitted changes section of the experiment?

2 years ago
Show more results compactanswers