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

Reputation

0
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

It would work from your machine as well, but the machine needs to be turned on... like when an ec2 instance that is running.

one year ago
0 Hello! My Workers Utilization Is Empty And Not Showing Any Graphs. Do You Know How I Can Troubleshoot This?

Check the docker containers logs to see if there are any errors in them when you try to view the worker stats

3 months ago
0 How Would Ya'Ll Approach Backing Up The Elastic-Search/Redis/Etc. Data In Self-Hosted Clearml? Any Drawbacks/Risks Of Doing A Simple Process That Periodically Zips Up The

@<1541954607595393024:profile|BattyCrocodile47> , that is indeed the suggested method - although make sure that the server is down while doing this

one year ago
2 years ago
0 Hello! My Workers Utilization Is Empty And Not Showing Any Graphs. Do You Know How I Can Troubleshoot This?

@<1734020162731905024:profile|RattyBluewhale45> , can you try upgrading to the latest version of the server? 1.16.2 should have a fix for this issue

3 months ago
0 Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :

Please do. You can download the entire log from the UI 🙂

2 years ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

Hi @<1559711623147425792:profile|PlainPelican41> , you can re-run an existing pipeline using different parameters from the UI. Otherwise, you need to create new pipelines with new code 🙂

one year ago
one year ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

I meant writing a new pipeline controller that will incorporate the previous pipelines as steps. What is the error that you're getting? Can you provide a snippet?

one year ago
0 Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :

It looks like you are running on the community server. Can you right click the experiment in the experiments table and click on 'Share' on all the relevant experiments and send here?

2 years ago
0 Hey Clearml-Community, I Have A Doubt Around The Default Upload Destination When Defining A Clearml Project & When Defining The Upload Destination For A Model Object When Doing Things Programmatically. I Am Trying To Use The Clearml File Server'S Endpoi

@<1523701132025663488:profile|SlimyElephant79> , it looks like you are right. I think it might be a bug. Could you open a GitHub issue to follow up on this?
As a workaround programmatically you can set Task.init(output_uri=True) , this will make the experiment outputs all to be uploaded to whatever is defined as the files_server in clearml.conf .

one year ago
one year ago
0 Does Clearml Have The Ability To Run A Single Experiment Across Multiple Nodes/Gpus In A K8 Cluster?

Maybe SuccessfulKoala55 might have more insight on setting K8s integration 🙂

2 years ago
0 (A Regular Experiment Did Execute In The Remote Agent, I Only Get This With The Pipe)

So when you run it standalone it works fine? How are you creating the pipeline?

2 years ago
0 The Clearml Helm Charts Page Is Gone?

Doesn't work for me either. I guess the guys are already looking into it

one year ago
0 Hello, Got A Simple Pipeline With 2 Tasks, First Task Is The Parent Of The Second One. Until Recently Everything Worked Fine. We Updated Agent Versions And Now A Strange Behavior Happens: The Second Task Is Always Skipped. The Code Base Hasn'T Changed. I'

Hi @<1523708602928336896:profile|HungryArcticwolf62> , can you share an isolated code snippet that reproduces this? What version of the agent are you using now?
Also, what do you mean by skipped? What happens to the pipeline?

one year ago
0 Hi

GrievingTurkey78 , which script in the repository are you running?

3 years ago
2 years ago
0 Hi, Question About Setting Output_Uri=True For A Pipeline Step Using Decorators. What I’M Seeing Is That Training Results In No Output Destination Specified, And Logs To Local Disk (When Run Remotely In Docker Container), Where Is The Proper Place To Set

Hi ExuberantParrot61 , that's a good question. This is a bit hacky but what if you try to catch the task with Task.current_task() from inside the step and try to change the output_uri attribute there?

2 years ago
0 Hi, I Am Running A Script Very Similar To The One In

I'd suggest running Task.init first and then exposing the dataset name using argparser afterwards

5 months ago
Show more results compactanswers