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

Reputation

0
one year ago
0 Hi, I Have A Question About

Do you have an example to play with?

3 years ago
0 Hi, Is There A Way To Forbid Uploading Datasets Into Fileserver Or To Make S3 Storage A Default Location For Datasets? As Far As I Know, The Only Way To Upload Dataset To The S3 Storage Is To Use

ContemplativeGoat37 , I'm curious about your implementation. Which method was more relevant - config file change or using an environment variable or are both useful?

3 years ago
0 Hello Community, I'M Reading About

Hi @<1595225628804648960:profile|TroubledLion34> , I'm afraid you can't upload via an API since what is doing the uploading is the SDK/CLI, however, you can upload files via your java application and then register the dataset via the API

Makes sense?

2 years ago
0 I Am Training A Model With Pytorch Lightning. I Save

Hi @<1523702786867335168:profile|AdventurousButterfly15> , are the models logged in the artifacts section?

2 years ago
0 Hi, What Are The Limitations Of Free Self-Hosted Version Of Clearml? Can It Be Freely Used For Production? Thank You!

From my understanding ClearML uses Apache-2.0 license, so it depends if that covers it or not

2 years ago
0 Hi, I'Ve Updated My Clearml Server To V1.9.0 ( Not To V1.10.0 Because Of This Bug That I Reported On Github:

Regarding the github issue - Can you send the docker-compose you used for 1.9 that works and 1.10 that doesn't work for you?

2 years ago
0 Hi There! We'Ve Deployed Clearml In Our Eks Cluster As A Poc With The Helm Chart Mostly On Default Values. We Loved The Poc And I'M Now Tasked With Setting Up The Deployment Robustly. Clearml Depends On Three External Databases; Redis, Mongo & Elastic. I

CostlyFox64 , Hi 🙂

All 3 databases are requirements for the backend. Redis is used for caching so it's fairly 'lightly' used, you don't need many resources for it. Mongo is for artifacts, system info and some metadata. Elastic is for events and logs, this one might require more resources depending on your usage.

What is the scope of your usage?

3 years ago
0 Hi, Does Self-Hosted Clearml Implements Central Model Repository, Something Like

I don't think so. However you can use the API as well 🙂

3 years ago
0 Weird Error; My Local Execution Hung With

And when you run it again under exactly the same circumstances it works fine?

3 years ago
0 Clearml 1.3.2 I'M Running

UnevenDolphin73 , can you provide a small snippet of exactly what you were running? Are you certain you can see the task in the UI? Is it archived?

3 years ago
0 How Would Ya'Ll Approach Backing Up The Elastic-Search/Redis/Etc. Data In Self-Hosted Clearml? Any Drawbacks/Risks Of Doing A Simple Process That Periodically Zips Up The

@<1541954607595393024:profile|BattyCrocodile47> , that is indeed the suggested method - although make sure that the server is down while doing this

2 years ago
0 Hi All

Hi AbruptWorm50 ,

You can use a stand alone file, this way the file will be saved to the backend and used every time without needing to clone the repo. What do you think?

3 years ago
0 Hi Folks, I Have A Question Related To The Storage Of Artifacts, As It Is Not Entirely Clear To Me Where To Configure It. If I Read The Documentation

SarcasticSquirrel56 , you're right. I think you can use the following setting in ~/clearml.conf : sdk.development.default_output_uri: <S3_BUCKET> . Tell me if that works

3 years ago
one year ago
0 Hi Quick Question About Clearml-Data: It Seems Like It Is Only Using A Single Thread For Compression. Is There A Way To Use Multi-Threading? For Big Datasets It Takes Quite A While To Upload.

Hi @<1523701868901961728:profile|ReassuredTiger98> , how are you currently uploading? You can use the max_workers parameter to use multiple threads

one year ago
0 Hi Everyone! When I Execute

Hi @<1548839979558375424:profile|DelightfulFrog42> , you can use tasks.set_requirements to provide specific packages or a requirements.txt:
None

2 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 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
Show more results compactanswers