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

Reputation

0
0 Hello, We Had To Move Our Logging Server To A New Ip Address, While All The Runs Are Properly Showing Up, Artefacts And And Debug Samples Seem To Still Reference The Old Ip, Is There A Way To Change The Ip For Everything?

All artifact links are saved in mongodb, all debug samples are saved in ElasticSearch. I think you would need to read up on how to change values inside those dbs. I would assume server would need to be down when such a script would be running

2 years ago
0 Hi. Is There An Api Endpoint That Returns Active Users On The Clearml Server?

I don't think there is a specific API call for that but you can fetch all the running experiments and then check which users are running them

2 years ago
0 I'Ve Been Seeing This Message And Similar Messages A Lot In Some Of My Tasks Lately... Any Ideas?

Hi ElegantCoyote26 , looks like connectivity issue. Are you running a self hosted server?

3 years ago
0 Hi, I'Ve Recently Started Using The

Yeah, looks like it reproduces. I suggest opening a GitHub issue to get this fixed 🙂

6 months ago
0 Have You Guys Forgot To Add Uv Caching? Im Trying On 1.9.3Rc0 And Uv Always Redownloads The Packages, Doesnt Use Cache. Or Is It My Skill Issue? All I Added: Package_Manager: {

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , did you have a chance to try out the solution suggested in GitHub and play with it a bit?

10 months ago
0 Hi Everyone! I Discovered That Uploading Model Artifacts At Each Checkpoint To The Clearml Server Significantly Slows Down Training. So I Set

@<1580005325879119872:profile|SweetCat82> , once an experiment finished running you can't change it's status unless you reset it. I think task.upload_artifact needs to come before your task finishes.

How did you try calling it? Fetching the task via SDK and then trying to upload the artifact?

2 years ago
0 We Are Planning To Use A Data Versioning System, Because Now We Are Having A Lot Of Folders With Different Names Which Basically Contain The Same Data, Only With Small Changes. The Most Prominent Candidates Are Clearml Data And Dvc. Could You Tell Me What

GreasyPenguin14 Hi!
I wish I could help but I'm afraid I'll need to ask AnxiousSeal95 for some help with that, please hold tight until he will be able to help out 🙂

4 years ago
0 Hello All! I'M Writing To Express My Gratitude For Supporting Such A Great Platform As Clearml, Which I'Ve Been Actively Using Lately. I'M Running Experiments Based On Yolov5, And This Code Is Automatically Sending Various Information To The Clearml Serv

Hi @<1547752799075307520:profile|ZippyCamel28> , to address your points

  • What do you mean by 'reload'?
  • You need to go into the project and archive the experiments in order to delete the project + experiments in the archive
  • There are some configurations you can play with to report 'less' metrics. For example sdk.metrics.plot_max_num_digits You should read here - None . To get an idea of the size of an experiment think of an...
2 years ago
0 I Get An

Same file I mean the requirements.txt file

4 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

I might not be able to get to that but if you create an issue I'd be happy to link or post what I came up with, wdyt?

Taking a look at your snippet, I wouldn't mind submitting a PR for such a cool feature 🙂

3 years ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

Hi @<1623491856241266688:profile|TenseCrab59> , can you elaborate on what do you mean spending this compute on other hprams? I think you could in theory check if a previous artifact file is located then you could also change the parameters & task name from within the code

2 years ago
0 Hello Everyone, Are There Any Examples Of Integrating Clearml And

Hi @<1524560082761682944:profile|MammothParrot39> , do you mean like an autoscaler?

2 years ago
0 Hi Again:) Is There A Similar Way Like

Hi 🙂
I think you can do it quite easily through the API

3 years ago
0 Hi Everyone ! :) I'M Trying To Test The "One Click Reproducibility" Feature But It Keeps Failing. My Question Is On A High-Level: Is It Normal That This Happen, If Yes, What Are The Common Reasons That Make An Experiment Not One-Click Reproducible ?

Hi @<1546303254386708480:profile|DisgustedBear75> , there are a few reasons remote execution can fail. Can you please describe what you were trying to do and please add logs?

2 years ago
0 Hi Everyone! Can I Somehow Configure

Hi FierceRabbit20 , I don't think there is such an option out of the box but you can simply add it to your startup of the machine or create a Cron job

2 years ago
0 Hi, Does Anyone Know If There Is A Way To Have The Dataset Graph That Tells Us Which Dataset Was Created From Which Other Ones Without Setting The Previous Datasets As Parents? We Have Large Raw Datasets That Are Used To Create Several Smaller Ones, And I

Hi @<1523703397830627328:profile|CrookedMonkey33> , not sure I follow. Can you please elaborate more on the specific use case?

Currently you can add plots to the preview section of a dataset

one year ago
0 Im Trying To Run This Exmple :

I'm not quite sure I understand. Is this from the clearml-agent?

4 years ago
0 Hi! I'M Currently Hosting My Own Clearml Server, Which Has Been Great So Far. I Need To Restrict Access To Clearml From Certain Ip Addresses In Our Lab. Ideally, I'D Like Everyone On The Local Network To Be Able To Connect To The Web Interface, But I Want

Hi @<1690896098534625280:profile|NarrowWoodpecker99> , can you please elaborate on what you mean by limit code access? You define access to the code via the git credentials on the agent config

one year ago
0 Hi, Would You Have A Working Example On This?

SubstantialElk6 , Hi 🙂

Do you mean a working example for Triton integration?

4 years ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

like some details about attributes, dataset size, formats.

Can you elaborate on how exactly you'd be saving this data?

here when we define output_uri in task_init in which format the model would be saved?

It depends on the framework I guess 🙂

3 years ago
Show more results compactanswers