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

Reputation

0
0 Hi All! I'M Struggling With A Specific Scenario, Maybe You Could Help. I Have 2 Machines Types (For Example Titan/A100) And 10 Types Of Models With A Generic Code (I Pass The Model Name As An Arg). I Want To Create A Task For Each Of The 20 Runs. That'S I

Hi @<1531807732334596096:profile|ObliviousClams17> , I think for your specific use case it would be easiest to use the API - fetch a task, clone it as many times as needed and enqueue it into the relevant queues.

Fetch a task - None
Clone a task - None
Enqueue a task (or many) - [None](https://clear.ml/docs/latest/docs/references/api/ta...

one year ago
0 Hi Im Getting This Error And I Have No Idea How To Solve It, Please Help

What is the exact python version you're trying to run on?

2 years ago
0 Hi, I'M Wondering If Clearml Did A Comparison Of Their Clearml Pipelines With Other Solutions Such As Apache Beam? Or If Clearml Supports Integration With Such Third Party Solutions?

Hi SubstantialElk6 ,

From a quick glance I don't see any abilities not covered. Is there some specific capability you're looking for?

2 years ago
0 Is There A Quicker Way To Abort All Running Experiments In A Project? I Have Over A Thousand Running Anonymous Data Tasks In A Specific Project And I Want To Abort Them Before Debugging Them.

VexedCat68 , you can iterate through all 'running' tasks in a project and abort them through the api. The endpoint is tasks.stop

2 years ago
0 Hi, I’M Trying To Upload Output Model Files (Like .Pth) To Clearml Server. Assume My

Hi @<1523721697604145152:profile|YummyWhale40> _, what if you specify the output_uri through the code in Task.init() ?

7 months ago
0 New To Clearml~ Find There'S A Plugin For Pycharm But No For Vs Code. Any Plan?

Hi @<1569133683275730944:profile|CrabbyDove13> , the PyCharm plugin is for working with remote environments. I don't think you need is with VSCode since this capability is covered by clearml-session

one year ago
0 Hi! The Code

Hi @<1695969549783928832:profile|ObedientTurkey46> , do you have a code snippet that reproduces this behaviour?

one month ago
0 Hi, And Thanks For The Great System. I'Ve Been Training Using

Is this all happening when you're running locally? How many gpu's do you have/try to run on? Also, can you provide an example code snippet to try and run something basic to get a similar failure. I think I have a machine with multiple gpus that I can try playing on 🙂

2 years ago
0 Hello Everyone, I'M Currently Working On

Hi @<1610445887681597440:profile|WittyBadger59> , how are you reporting the plots?

I would suggest taking a look here and running all the different examples to see the reporting capabilities:
None

one year 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 🙂

2 years ago
0 We Are Having The Same Issue As

Are you getting similar responses from your elasticsearch?

2 years ago
0 Hello Everyone, I’M Running Clearml Using Sagemaker And Its Strange I See No Plots Show Up When I Create A Matplotlib Plot After Initializing My Task, Wondering If Theres A Solution To This?

Hi @<1523701717097517056:profile|ScantMoth28> , what version of ClearML are you using? Are you using a self hosted server or the community one?

one year ago
0 Hello! We'Re Using Free On-Prem Clearml Server And Planning To Promote It To Enterprise. Could You Help Me With Links To Promotion Procedure? I Didn'T Find It.

Hi @<1523701491863392256:profile|VastShells9> , I would suggest the following form to contact ClearML - None

8 months ago
0 Hi All, I Am Seeing This In My Logs:

@<1529271085315395584:profile|AmusedCat74> , what happens if you try to run it with clearml 1.8.0?

one year ago
0 Hello All, I'Ve A Question On S3 Integration. I'Ve Deployed Clearml And Clearml-Agent Helm Charts In My Ovh Managed K8S Cluster. I'Ve Jupyterhub Running In Same Namespace. I Was Trying To Make Connection With My Ovh S3 Bucket From Jupyter Notebook By Fetc

Hi @<1665891247245496320:profile|TimelyOtter30> , not sure I follow. It looks like a misconfiguration. I think you need to see the correct settings here: None , also note the direct reference to minio 🙂

7 months ago
0 Hi Everyone! I'M Currently Using The Free Hosted Version (Open Source) Of Clearml. I'M Mainly Using Clearml-Data At To Manage Our Datasets At The Moment, And I'Ve Already Hit The Limit For The Free Metrics Storage. Since We Didn'T Store A Lot Of Metrics (

Hi @<1618418423996354560:profile|JealousMole49> , I'm afraid there is no such capability at the moment. Basically metrics mean any metadata that was saved (scalars, logs, plots etc). You can delete some log/metric heavy experiments/tasks/datasets to free up some space. Makes sense?

5 months ago
0 Hey Clearml, Pipeline From Tasks: Following This Example

Can you provide a self contained contained snippet that reproduces this behavior?

one year ago
0 Using

WackyRabbit7 ,I am noticing that the files are saved locally, is there any chance that the files are over-written during the run or get deleted at some point and then replaced?

Also, is there a reason the files are being saved locally and not at the fileserver?

I couldn't manage to reproduce it on my end. But also in my cases it always saves the files to the fileserver. So I'm curious what's making it save locally in your case

2 years ago
0 Using

If it works on two computers and one computer is having problems then I'll be suspecting some issue with the computer itself. Maybe permissions or network issues

2 years ago
Show more results compactanswers