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, 3787 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
12 months ago
0 Hello, I Would Like To Ensure, The Comparison Of Hyperparameters Is Supposed To Work As It Is Depicted In The Screenshot? Following The Example, I Would Suppose To Mark In Red The Change In

Hi CurvedHedgehog15 ,

Can you please provide a short snippet to reproduce this?
In which section are we looking at currently in the comparison?

2 years ago
0 Hi, Is There A Way To Enqueue The Dataset

Hi EnormousCormorant39 ,

is there a way to enqueue the dataset

add

command on a worker

Can you please elaborate a bit on this? Do you want to create some sort of trigger action to add files to a dataset?

2 years ago
0 So Is Cleargpt Closed Source Product? No Open Source Available?

Hii @<1608271575964979200:profile|GiddyRaccoon10> , ClearGPT is a separate enterprise product 🙂

one year ago
0 Hello, I’M Using

Yep, makes sense ^^

2 years ago
0 Hi Everyone, I Have A Problem With My

Did you delete any specific cache manually?

2 years ago
0 Hi, I Would Like To Know If It'S Possible To Predefine Queues In The K8S Helm Chart For The Server

@<1722786138415960064:profile|BitterPuppy92> , we are more than happy to accept pull requests into our free open source 🙂

4 months ago
0 Hi, It Appears That What Clearml Calls Histograms Are Actually Bar Graphs. Does Clearml Have Real Histograms?

Hi @<1574931891478335488:profile|DizzyButterfly4> , not sure what you mean. Can you elaborate on what you see vs what you expect to see?

one month ago
0 Hello, I’Ve Enabled The Web Authentication For My Clearml Server And I’M Wondering Whether There’S A Way To Avoid Restarting All The Clearml Services Every Time A New User Is Added. For Example If Some Experiments Are Ongoing A New User Can’T Be Added Wit

I'm not sure it's not possible in the open version. I think this is because the users are loaded into the server when the server loads all the config files. This usually happens on server startup.

However, even if you simply restart the apiserver, any running experiments should continue running and resume communication with the backend once the apiserver is back up.

There is also the option of manually creating documents directly on mongodb - but it is unadvisable.

2 years ago
0 Hi, I Have An Issue With Mongo Container When Try To Start Service. Here’S The Log From Mongo Container.

Aight. What OS are you on, also, what is the status of this deploy? Is this a clean install, version upgrade or it just stopped working after a restart? 🙂

3 years ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

@<1734020208089108480:profile|WickedHare16> , many different things, RBAC, users & groups, K8s dedicated support with advanced features, HyperDatasets, SSO/LDAP integration, dedicated support, dynamic GPU allocation, advanced GPU fractioning on top of K8s and much more.

You can see a more detailed list here - None

I would suggest contacting sales@clear.ml for more information 🙂

4 months ago
0 Hi, I'M Setting A

OutrageousSheep60 , it looks like it's not a bug. Internally x is stored as an int , however get_user_properties() casts it back as a string. You could open a github issue with a feature request for this 🙂

2 years ago
0 Hi! We'Re Trying To Orchestrate An Experiment Through The Clearml Ui With A Remote Agent On K8S. Our Training Job Requires A Package Only Available On Our Internal Pypi Server. How Should We Go About This Because The Job Keeps Failing With:

Hi CostlyFox64 ,

Can you try configuring your ~/clearml.conf with the following?
agent.package_manager.extra_index_url= [ "https://<USER>:<PASSWORD>@packages.<HOSTNAME>/<REPO_PATH>" ]

2 years ago
0 Hey, What Exactly The Use Of Redis? I Can See That My Redis Is Getting Fuller And Fuller Over Time Can’T Find The Architecture Of Clearml In Docs

Hi ScrawnyLion96 ,

I think it handles some data like worker stats. It's required for the server to run. What do you mean by the redis getting fuller and fuller?

2 years ago
0 Hey Guys, I’M Trying To Install

Edit clearml.conf on the agent side and add the extra index url there - https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L78

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

Not from the top of my head, let me take a look 🙂

2 years ago
0 Hello, I'Ve Been Using Clearml For A Month Now, And Must Say It'S A Really Good Product! I'M Mostly Working With Huggingface Transformers, I Integrated Clearml In My Solution:

Hi HungryArcticwolf62 ,
from what I understand you simply want to access models afterwards - correct me if I'm wrong.
What I think would solve your problem is the following:
task = Task.init(...., output_uri=True)This should upload the model to the server and thus make it accessible by other entities within the system.
Am I on track?

2 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

Is it your own server installation or are you using the SaaS?

2 years ago
0 Hello! My Workers Utilization Is Empty And Not Showing Any Graphs. Do You Know How I Can Troubleshoot This?

If you go into the settings, at the bottom right you will see the version of the server

4 months ago
Show more results compactanswers