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

Reputation

0
0 Hi Everyone! Do I Have To Create New Credentials For Each Colab Notebook?

Hi @<1753589101044436992:profile|ThankfulSeaturtle1> , you can use the same credentials for different notebooks. What are you trying to do?

11 months ago
0 Hello All

Hi @<1800699527066292224:profile|SucculentKitten7> , does git allow you to pass a git commit id in order to identify a git repository?

2 months ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

Can you please run ls -la /opt/clearml and send the output + your docker compose file

3 years ago
0 Hi! I'M Building A Model Registry With Clearml And I Can'T Figure Out How To Do Model Versioning: Is There A Way To Set Model Versions And Load Specific Versions Of Models For Experiments And Serving Somehow?

Hi @<1635088270469632000:profile|LividReindeer58> , I think the best ways are either using tags or metadata on the model itself. What do you think?

one year ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

Hi @<1533257411639382016:profile|RobustRat47> , what would you define as most metrics?

one year ago
0 Hey There I'M Currently Trying To Set Up Clearml Serving While Using Triton As My Engine. I'M Currently Experincing 405 Errors When Calling My Endpoint Or Triton Just Crashes. Can Anyone Help Out?

Hi @<1739455989154844672:profile|SmarmyHamster62> , can you add some logs from the triton container while you try calling your endpoint?

one year ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , Please try the following setting in your ~/clearml.conf
sdk.metrics.tensorboard_single_series_per_graph: true and see if it helps 🙂

3 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , regarding 2, no I'm afraid not since the task ID is the unique task identifier

3 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , what do you mean in the server view?

3 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , do you run them manually or with the agent? If you run manually then I'm afraid it doesn't show the config currently. However if you run with the agent, then it will also print out the entire config (excluding the secrets, of course) at the start of the run and it will be shown in the console output in the UI 🙂

Or do you mean the different parameters you've changed about in the task itself?

3 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

It's the ~/clearml.conf on the side of the agent/clearml that runs the script 🙂

3 years ago
0 Is There Any

Hi ElegantCoyote26
I'm not sure what you mean, you create endpoints using clearml-serving

What exactly are you looking for?

3 years ago
3 years ago
0 How Can I Move Clearml Dataset To Another Directory? Change Its Url

I think you would have to re-register it

one year ago
0 Hi, Is It Possible For Clearml To Support Languages Other Than Python?

Hi @<1523701504827985920:profile|SubstantialElk6> , you can create wrappers around other languages but currently only Python is supported by ClearML

2 years ago
0 Hello, I'M Trying To Use Clearml Agent To Build A Containerized Task

Hi @<1603560525352931328:profile|BeefyOwl35> , can you please elaborate on what you mean by running the build command?

Can you add a full log?

one year ago
0 Hi All! I Can'T Use Scalar Tab In All Experiments Due To Elastic Search Error:

Please run the following commands and share the results. Chances are that somehow the default mappings that we apply on the index creation were not applied to your events scalar index.

  • First run the following command
curl -XGET "localhost:9200/_cat/indices/events-training_stats_scalar-*"
  1. And then for each of the returned indices run the following:
curl -XGET "localhost:9200/<index_name>/_mappings"
2 years ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

I'm afraid there is no such capability at the moment. However, I'd suggest opening a GitHub feature request for this 🙂

one year ago
3 years ago
0 Hey All, I Am Reporting A

Hi @<1523701977094033408:profile|FriendlyElk26> , let's say you have a table, which you report. How would you suggest comparing between two tables?

one year ago
0 I Have Some Code That Launches Ml Tasks And It Accepts A Yaml File,

You can mix and match various buckets in your ~/clearml.conf

3 years ago
Show more results compactanswers