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, Would It Be Possible To Add To The Output Table Of

I see. It appears to be an open bug. As a workaround for now, if you go into 'Projects' -> 'All Experiments' and then search for the ID with the search bar at the top right (Magnifying glass icon)

one year ago
0 So I Decided To Re-Create My Clearml Server, I

WackyRabbit7 what version of clearml server did you install? Try changing the URL of the browser to <HOST>:8080/login instead of <HOST>:8080/dashboard.

It's an issue that was solved recently, not sure if the fix is out yet 🙂

4 years ago
0 Hi

GrievingTurkey78 , can you provide a small self contained snippet to run?

3 years ago
0 From

Hi MammothParrot39 , the allegroai package is part of the Scale/Enterprise versions

2 years ago
0 Hi, Me Again. How Can I See User-Specified

You can also use min/max values as well

3 years ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

But it looks like you aren't running the agent in docker mode, at least from the log you provided . You need to add the --docker tag to the command when you run it

one year ago
0 Hi, Is Clearml Support Creating New Tasks While In Offline Mode? I'M Trying To Run The Following:

Can you try specifying the argument explicitly? For example:
set_offline(offline_mode=False)

3 years ago
0 `I'M Attempting My First Project In Clearml And Have A Few Questions. I'M Migrating My Video Encoding Pipeline In Python3.12 To Clearml Using The Decorators.: @Pipelinedecorator.Pipeline( Name="Run Video Encoder Pipeline", Project="Video Encoder

Part of the docker compose, there is a container with a special agent that works specifically for managing services for the system, like the pipelines controllers

8 months ago
0 Hi, I Am New To Clearml: When I Run An Experiment In A Shell (Having A Single Line Of Task Definition) I Am Getting This Error:

ConvolutedSealion94 , what if you add a sleep time of 15-20 seconds to the end of the script? I'm guessing that your entire script is just
from clearml import Task task = Task.init()Correct?

3 years ago
2 years ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

Hi @<1533257411639382016:profile|RobustRat47> , what would you define as most metrics?

one year ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , I'm not sure. Let me check.
Do you have cpu/gpu tracking through both pytorch lightning AND ClearML reported in your task?

4 years ago
0 Hi Everyone, We Have Been Using Clearml Free For A While And Noticed That Lately It Has Been Running Very Slow. Is There Any Currently Active Problem With The Clearml Server?

Hi @<1534344462161940480:profile|QuaintSeal61> , are you doing something heavy on the system or just navigating the UI? Is there any chance you reached your API call limit?

2 years ago
0 Hello Everyone! We'Ve Been Using Clearml For A Couple Weeks Now With Everything Working Out Fine, But In Recent Days We'Ve Run Into An Issue With Parameter Optimizer Tasks - Without Any Apparent Change On Our Side, All Child Tasks Of The Optimizer Are Abo

Hi @<1710827340621156352:profile|HungryFrog27> , I'd suggest running the agent with --debug flag for more information. Can you provide a full log of both the HPO task and one of the children?

one year ago
0 Hello

Hi @<1644147961996775424:profile|HurtStarfish47> , published is one step after finalized technically, similar to tasks

one year ago
0 In The "Models" Tab Under A Project I Cannot Add A Custom Column Of Metrics Or Metadata. It Is Just Grayed Out. Is This A Bug?

@<1719524641879363584:profile|ThankfulClams64> , there is a difference between models & tasks/experiments. Everything during training is automatically reported to the task/experiment, not the model. If you want to add anything to models themselves you have to add it manually. (Keep in mind that taks/experiments are separate entities from models, although there is a connection between the two)

Once you manually add either metadata or metrics you will be able to add custom columns. This is not...

9 months ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

Hi SoggyBeetle95 , did you try rolling back and re-trying the upgrade? Do you have a backup of the data?

3 years ago
Show more results compactanswers