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 Everyone! I Am Currently Using Clearml To Track My Datasets. At Each Run I Am Producing Some Datasets That Are Somehow "Heavy". As I Want To Track Any Diff Change Every Time, I Am Using The

Hi @<1787653566505160704:profile|EnchantingOctopus35> , I don't think you can clean up parents without damaging the children since they rely on that. I would suggest taking any data you don't want scrubbed and then creating a new version with it. Then delete the unrelated older datasets. What do you think?

one month ago
0 Hi Everyone! I Created A Pipeline From One Block, Passed The Initial Parameters. Please Tell Me, Is It Possible To Make A New Launch Of The Pipeline, But With Different Parameters, Just Like In The Draft Mode Of Usual Experiments. Globally, I Want To Init

Hi @<1524560082761682944:profile|MammothParrot39> , I think you need to run the pipeline at least once (at least the first step should start) for it to "catch" the configs. I suggest you run once with pipe.start_locally(run_pipeline_steps_locally=True)

one year ago
0 Before I Write An Issue: Does Someone Else Have To Problem That With The Latest Clearml-Server If You Go To Detail View -> Results -> Debug Samples -> Change Metric To Anything, And Then Press The Refresh Button/Wait For Auto Refresh You Get A Blank Debu

ReassuredTiger98 , I played with it myself a little bit - It looks like this happens for me when an experiment is running and reporting images and changing metric does the trick - i.e reproduces it. Maybe open a github issue to follow this 🙂 ?

2 years ago
0 Hi, I Would Like To Rerun Existing Pipeline With Another Set Of Parameters From Code. I See That It Is Possible From Ui. Please Help. Thank You!

Hi @<1734744933908090880:profile|WorriedShells95> , I suggest going through the documentation - None

6 months ago
one year ago
0 Hi Everyone! I Would Like To Test Serving A Model Via An Endpoint Using Clearml-Serving. Do I Necessarily Need To Have Kubernetes On My Machine?

Hi @<1673501397007470592:profile|RelievedDuck3> , no you don't. The basics can be run with a docker compose 🙂

11 months ago
0 Hey, Is Clearml Able To Manage (Delete) Files Outside Of The Fileserver, For Example On Some Shared Drive? I Consider Scenario Where Only Local File Path To The Model Is Stored To Avoid Sending Large Weights Files Over Http.

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I think the API server can delete things only from the files server currently. However the SDK certain has the capability to delete remote files

one year ago
0 Hello! I'M Trying To Make A Simple Eval.Py Script That Will Go Pull The Best Model Of A Given Experiment, Load It Locally And Evaluate It On Whatever Data I Give. Question 1: Is There A Standard Way Documented Somewhere To Do This? Question 2: I'M Loadin

Hi MistakenDragonfly51 , regarding your questions:
ClearML has a model repository built in. You can load an input model using InputModel module ( https://clear.ml/docs/latest/docs/references/sdk/model_inputmodel ). Also, you can fetch the models of an experiment using Task.get_models() - https://clear.ml/docs/latest/docs/references/sdk/task#get_models Can you elaborate on how this config looks in the UI when you view it?

2 years ago
3 years ago
0 I Have A Project Which Is Hidden, How Do I Unhide It?

The project should have a system tag called 'hidden'. If you remove the tag via the API ( None ) that should solve the issue.

How was the project turned to hidden?

10 months ago
2 months ago
0 Hi, I'Ve Added External Links To The A

I think this is because you're working on a "local" dataset. Only after finalizing the dataset closes up. Can you describe your scenario and what was your expected behavior?

2 years ago
Show more results compactanswers