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
2 years ago
0 Hi All, Can I Synchronize All My Artefacts On Clearml Server With S3? I'M Trying To Deploy Clearml-Server In A Limited Disk Space Environment

I think you can periodically upload them to s3, I think the StorageManager would help with that. Do consider that artifacts are logged in the system with links (each artifact is a link in the end) So even if you upload it to and s3 bucket in the backend there will be a link leading to the file-server so you would have to amend this somehow.

Why not upload specific checkpoints directly to s3 if they're extra heavy?

2 years ago
0 There Are Still A Ton Of Instances Of The Documentation Using 'Import Allegroai', Is That Deprecated?

No, it's all together. I suggest getting the onboarding recordings from your colleagues and watching them

one year ago
0 Is It Possible To Get The List Of Running Agents In My Machine? I’M Starting Multiple Agents Using

@<1570220858075516928:profile|SlipperySheep79> , you can use top or htop to see running processes on your machine...

2 years ago
0 Hi. I'M Currently Working On Training A Model, Specifically Fine-Tuning From Segment Anything. I'M Using Remote Training In Clearml, And I Have Three Servers: 2 A30 And 1 A100. Interestingly, When Training On The

Hi @<1661542597597859840:profile|SilkyHawk58> , ClearML doesn't "utilize" the cards directly per se. ClearML enables your code to execute on remote machines (among many other things). However, the one actually utilizing the card is actually your code.

Makes sense?

one year ago
0 Is It Possible To Get The List Of Running Agents In My Machine? I’M Starting Multiple Agents Using
  --status              Print the worker's schedule (uptime properties, server's runtime properties and listening queues)
2 years ago
0 We Use Environment Variables In Our

Hmmm Regarding your issue you can use the following env vars to define your endpoint
https://clear.ml/docs/latest/docs/configs/env_vars/#server-connection

What is your usecase? Do you want to change the endpoint mid run?

3 years ago
0 Hi Everyone, I'M Getting An Access Denied Error When Trying To Pull Docker To Clearml Ai Gateway. Do I Need Specific Credentials To Access The Repository? Thx!

Hi @<1840924589736071168:profile|EmbarrassedCrab49> , the AI Gateway is part of only the Enterprise version, its not available in the OS

3 months ago
0 Hey All, Is There A Way To Upload A Fiftyone Dataset As An Artifact In A Clearml Pipeline? I Am Getting The Following Error When I Try To Upload It

Hi @<1610083503607648256:profile|DiminutiveToad80> , I'd suggest using the Datasets feature. But you can however of course upload it as artifacts.

Where are you trying to upload it? Can you provide the full log? Also, a code snippet would help.

one year ago
0 Hi All

Hi @<1546303293918023680:profile|MiniatureRobin9> , can you please add the full log of the run? Also, do you have some code that reproduces this?

2 years ago
0 Hello Clearml Friends

FreshKangaroo33 , I'm sorry for the delay. It looks like it will require a feature request. Maybe open a github issue to track it? 🙂

3 years ago
0 Hello Everyone! I’M Trying To Setup Non Aws S3 To Store Datasets And Get And Error:

Hi @<1706116294329241600:profile|MinuteMouse44> , this section is only for aws s3 configuration. Please see the minio example - None

This is the relevant section:

sdk {
    aws {
            s3 {
                # default, used for any bucket not specified below
                key: ""
                secret: ""
                region: ""
    
                credentials: [
                    {
                        # Thi...
one year ago
0 Hey There, Is It Possible For A Clearml Pipeline Step To Log A Folder Instead Of Numpy/Pickle Objects? Looking At The Docs,

So in which scenario do you want to keep those folders as artifacts and where would you like to store them?

3 years ago
0 Hello, I'M Trying To Run A Training For A Detectron2 Model From Clearml Pipeline. I Tried To Install All The Required Packages Using

Hi @<1558986829686902784:profile|NonsensicalCat31> , it seems that you're using the wrong package name:

pip install detectron2
ERROR: Could not find a version that satisfies the requirement detectron2 (from versions: none)
ERROR: No matching distribution found for detectron2
2 years ago
0 Hi, Is There A Way To Share Reports With Users That Are Not Part Of The Workspace?

No, but I think it would make sense to actually share reports outside of your workspace, similar to experiments. I'd suggest opening a GitHub feature request

one year ago
0 Hi Guys, I Hope This Isn'T A Super Dumb Question But... How Do I Unpublish An Experiment? I Tried To Archive It And Then Restore It, But No Luck.

CluelessElephant89 , well that looks like a bug

I'll sort it out on our end 🙂

You could try using the API reference:
https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksreset

Already tested that it works. However please notice that it will reset the task removing ALL outputs

3 years ago
0 Hi Everyone! Is There Any Way To Setup Sso For Clearml Server? Thx

Hi @<1558624448217616384:profile|ShaggyFrog16> , SSO & LDAP integrations are part of the Scale & Enterprise licenses 🙂

2 years ago
0 Ahoy! I Have A Pro Account Which I Need To Downgrade. The Account Page Says I Have 8 Gb Of Metrics Data, Preventing The Downgrade. However, No Matter What I Do -- Archiving Many Experiments & Models And Then Deleting Them From The Archive -- This Number D

Hi @<1529271098653282304:profile|WorriedRabbit94> , do you maybe have autoscalers that ran for very long? Easiest is simply deleting all projects and applications and waiting a few hours

6 months ago
Show more results compactanswers