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

Reputation

0
0 Hi Everyone! We Are Trying To Run Pipelines From Gitlab Ci Runners, But Are Faced With The Following Error When Performing

Hi PreciousParrot26 ,

Why are you running from gitlab runner - Are you interested in specific action triggers?

3 years ago
0 Hi There, I Would Like To Know How We Can Pass An Environment Variable For The Running Script When The Script Is Run Remotely By An Agent?

Hi @<1529995795791613952:profile|NervousRabbit2> , if you're running in docker mode you can easily pass it in the docker_args parameter for example so you can set env variables with -e docker arg

2 years ago
0 What

Hi HugeLion86 , I think that's the way

2 years ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

My bad, if you set auto_connect_streams to false, you basically disable the console logging... Please see the documentation:

auto_connect_streams (Union[bool, Mapping[str, bool]]) – Control the automatic logging of stdout and stderr.
one year ago
2 years ago
0 [Clearml-Session Question] Why Does Jupyter Lab Have Only Token In Url While Code-Server Doesn’T?

Hi @<1524922424720625664:profile|TartLeopard58> , can you elaborate on what do you mean by code-server?

2 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

SarcasticSparrow10 , please note that during the upgrade you do NOT copy /opt/clearml/data/mongo into /opt/clearml/data/mongo_4 , you create the folder like in the instructions: sudo mkdir /opt/clearml/data/mongo_4

This is the reason that it is giving out errors - You've got old mongo data in your mongo 4 folder...

Please follow the instructions to the letter - this should work 🙂

3 years ago
0 Hey Everyone! Is There A Possibility To Move Artifacts From Existing Tasks To Another Storage Host? We Have A Number Of Datasets On

Hi @<1523702439230836736:profile|HomelyShells16> , I'm afraid that's not really possible since the links themselves are saved on the backend

2 years ago
0 Two Questions Today. First, Is There Some Way To Calculate The Number Of Gpu-Hours Used For A Project? Could I Select All Experiments And Count Up The Number Of Gpu-Hours/Gpu-Weeks? I Realize I Could Do This Manually By Looking At The Gpu Utilization Grap

Regarding 1 & 2 - I suggest always keeping the API docs handy - https://clear.ml/docs/latest/docs/references/api/definitions

I love using the API since it's so convenient. So to get to business -
To select all experiments from a certain project you can use tasks.get_all with filtering according to the API docs (I suggest you also use the web UI as reference - if you hit F12 you can see all the API calls and their responses. This can really help to get an understanding of it's capabilities ...

3 years ago
0 I Just Found Out That I Have A Lot Of Data In /Opt/Clearml/Fileserver For Tasks That I Already Have Deleted. No Artifacts Are Displayed In The Webui. Anyway I Can Automatically Delete All Unused Data?

Hmmmm you can automate the cleanup. Iterate through folders, if such an experiment exists, skip, if no experiment exists, delete folder

3 years ago
0 Hi Clearml, Does Clearml Orchestration Have The Ability To Break Gpu Devices Into Virtual Ones?

Hi, do you mean out of the box virtualization of your gpu or using virtual gpus on the machine?

3 years ago
0 I Noticed When I Restore Entire Clearml App (Tar And Untar

Hi @<1523701842515595264:profile|PleasantOwl46> , I'm not sure. Do you see any errors in the API server on such a startup?

11 months ago
0 Hi! If I Want To Programmatically Extract Information On All (Clearml) Tasks Of A Given (Clearml) Project, What Is The Recommended Way? For Example - Let'S Say I Want To Extract Some Specific Metric Curves Points From All Of The Tasks

Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient

client = APIClient() `is the pythonic usage

3 years ago
0 I Am Working On Versioning My Data With Clearml-Data. I Have Clearml Server Deployed On One Machine And On Another Machine I Have My Clearml.Conf Setup To Use The Deployed Clearml Server. Also, On Both Machines I Have A Nas Storage Mounted On The Same Pat

RipeAnt6 , you have to manage your storage on the NAS yourself. We delete data only on the fileserver.

However, you could try mounting the NAS to the fileserver docker as a volume and then deletion should also handle files on the NAS 🙂

4 years ago
0 Hi Everybody. When I Want To Force The Agent To Not Reproduce My Local Pip Environment, I Add

I think if you provide an absolute path it should work 🙂

3 years ago
0 Hello Community, I'M Planning To Deploy A Self-Hosted Clearml Server On Aws. Our Usage Pattern Is To Run It Intensively Once A Week, With A Few Additional Sessions During The Week To Review Results And Navigate The Ui. I Noticed Clearml Offers A Custom Am

Hi @<1717350332247314432:profile|WittySeal70> , just to clarify, are you talking about the ClearML server itself or about agents?

From my understanding the AMI is simply an image with the ClearML server preloaded to it.

9 months ago
Show more results compactanswers