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 Is There A Way To Get List Of Users From The Api?

Hi @<1523701842515595264:profile|PleasantOwl46> , you can use users.get_all to fetch them - None

10 months ago
0 Hi Guys, I Have Been Pondering How Does Clearml Generate The "Installed Packages" List. I Triggered My Training Through Machine A (With Some Python Packages) And The Actual Training Is Done In A Docker Container (With Both Global Packages + Packages Insta

OddShrimp85 Hi 🙂

I think ClearML detects the packages that were in use during the script's run. Regarding the global packages, that's what the docker image is for, so it all comes pre-installed

3 years ago
0 Hi, I Am Having Difficulties When Using The Dataset Functionality. I Am Trying To Create A Dataset With The Following Simple Code:

GiganticTurtle0 , I tried running the same script as before and added dataset.get_local_copy() at the end and it managed to work fine. Do you have any other changes? Are you on the latest repo code?

3 years ago
one year ago
0 Hey All

@<1715538373919117312:profile|FoolishToad2> , I think you're missing something. ClearML backend only holds references (links) to artifacts. Actual interaction with storage is done directly via the SDK, aka on the machine running the code

8 months ago
0 Hi, I Am Having Difficulties When Using The Dataset Functionality. I Am Trying To Create A Dataset With The Following Simple Code:

GiganticTurtle0 , I managed to reproduce and make it work once. Let me take a look

3 years ago
0 Does Anyone Know Why Sometimes I Can'T Delete Folder Even Though I Delete All The Inside Items (Even In Archive)

Hi @<1570583237065969664:profile|AdorableCrocodile14> , is it possible you have some models inside?

one year ago
0 Clearml Hyperparameters Optimization App Produces "Summary" Table With 'Task Id', Hyperparameters Values And 'Obective'. Is There A Way (== Function) For Adding Some Custom Data For This Table?

It's a fairly new feature, basically you can take any plot/graph/debug sample in the system and embed it into the report which is edited in markdown. Mouse over and graph or plot and you'll see an orange button that will allow you to embed the plot

one year ago
0 Clearml Agent Cant Download Packages With Recent Version Numbers. I'Ve Already Had To Deprecate Many Packages Like Matplotlib. And I'M Still Not Done. Every Time I Deprecate A Package, Theres A New Version Issue With A New Package. Please Help. Am I Missi

Hi @<1544853688374267904:profile|ResponsiveAnt93> , what do you mean by can't download packages? Usually the agent will try to get the version specified in the 'installed packages' section. If no version is specified it will try to download the latest available.

Is it possible you're running an OS that doesn't support high package versions?

one year ago
0 Clearml Agent Cant Download Packages With Recent Version Numbers. I'Ve Already Had To Deprecate Many Packages Like Matplotlib. And I'M Still Not Done. Every Time I Deprecate A Package, Theres A New Version Issue With A New Package. Please Help. Am I Missi

In the installed packages, try removing the version for imageio (Is this a private package?). This looks like the environment (OS/Python version) doesn't support the specific package OR the package is inside a private artifactory

one year ago
0 Hello, I Am Trying To Modify My Clearml-Agent Running On A Aws Autoscaler (From Clearml Applications). I Want To Be Able To Clone My Repo (Working), And Install My Poetry Dependencies From

@<1556812486840160256:profile|SuccessfulRaven86> , what is the base docker image you mention? Did you check that this docker has python 3.9?

one year ago
0 I Need Deploy Clearml On-Premise Without Docker? Please Mention Is There Any Ways To Follow?

Hi @<1556812506238816256:profile|LargeCormorant97> , I think you would need to go deeper and investigate each docker's environment and see what is run inside each container and what is the entrypoint since there are several containers each in charge of something else.

Is there a specific reason you need to deploy it without docker?

one year ago
0 Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

Just so I understand the scenario - You're using Minio (I assume no special configs) and when saving debugs Minio all the files are there but in the UI you can't view it, correct? How did you save debug samples to Minio - by default they are always saved to fileserver?

2 years ago
0 Hi Everyone. I’M Struggling To Setup Minio Storage. Below Is What I’M Adding In My Credentials And When I Try To Create A New Dataset Using Below Command; I Get Errors: Configs:

Try running the following script

from clearml import Task 
import time

task = Task.init(output_uri="
")

print("start sleep")
time.sleep(20)
print("end sleep")

Please add the logs

8 months ago
one year ago
0 Hi Everyone! Is There A Way To Store Env_Vars Or Secrets In Clearml When We Use Remote Agent To Run The Task? Actually I Have Too Many Envs That Are Confidential.

Hi @<1709740168430227456:profile|HomelyBluewhale47> , you can set it in clearml.conf of the agent in agent.extra_docker_arguments and there you can pass your secrets as env vars

8 months ago
0 Does Clearml Provides Free Self Hosting ?

Hi DelightfulElephant81 , you mean if you can self host ClearML yourself?

2 years ago
0 Hi, We Have Clearml Version Webapp: 1.3.0-165 • Server: 1.3.0-165 • Api: 2.17 Suddenly All Experiments Were Removed. After Checking Logs We See That Before 6 Days Elasticsearch Container Was Terminated Due To Out Of Memory And New One Was Created Instead

You can restore these tasks by copying or moving them from task__trash into task collection. But the events for these tasks cannot be restored. About the user who deleted them unfortunately ClearML does not record this info in Mongo and without logging to ES there is no place to retrieve it (I can suggest using Kibana to monitor ES). You can try to inspect the mongo collection url_to_delete. It contains all the links from the deleted tasks that should be removed from the fileserver. If you se...

2 years ago
0 Hey I Instantiate Clearml Task Within A Script, Called By Dvc. It Ends Up Creating Two Tasks Every Time. Know Why?

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , not sure what you mean. Can you please share the full log, a screenshot of the two experiments and some snippet that re-creates this for you?

one year ago
0 Hey, I Just Try To Switch From Public Mongo To Private And Notice, We Need Database With Name

What do you mean by public to private mongo? @<1734020208089108480:profile|WickedHare16>

5 months ago
0 If Possible, I Would Like All Together Prevent The Fileserver And Write Everything To S3 (Without Needing Every User To Change Their Config)

In the UI check under the execution tab in the experiment view then scroll to the bottom - You will have a field called "OUTPUT" what is in there? Select an experiment that is giving you trouble?

2 years ago
0 Hi!

Hi @<1523701260895653888:profile|QuaintJellyfish58> , there is no way to see it. However, you can add visualization on top of a dataset using the Logger module and then compare those

one year ago
Show more results compactanswers