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

Reputation

0
0 Hello! I’M Using Clearml On A Kubernetes Cluster And Have Encountered A Strange Behavior When Training A Model From A Non-Main (Master) Branch. In My Code (

Hi @<1743079861380976640:profile|HighKitten20> , can you please provide the log of the job itself in ClearML(Console section of the experiment)?

10 months ago
0 Hi, I Am Running Clearml Open Source Version On Eks Kubernetes And Trying To Set The Web Login Configurations As Described Here:

Hi BoredBluewhale23 ,

How did you configure the apiserver when you raised the EKS K8S cluster?

3 years ago
0 Hi, What Are The Limitations Of Free Self-Hosted Version Of Clearml? Can It Be Freely Used For Production? Thank You!

From my understanding ClearML uses Apache-2.0 license, so it depends if that covers it or not

2 years ago
0 Hi. I Am Using Clearml Server On Premises To Manage Ml Data And Tasks/Experiments. Is It Possible To Modify File Path From Artifacts? The File Server Ip Changed After Server Migration And Previously Generated Artifacts Are No Longer Reachable Due To File

Hi @<1751777178984386560:profile|ConfusedGoat3> , I think you might need to run some migration script on the database, basically changing the paths of the artifacts registered to the new IP

11 months ago
3 years ago
0 Hi Everyone, Is There A Way To Either Aggregate Scalars In The Web Ui Or To Read Scalars From Existing Tasks? My Use Case Is That I Do Multiple Runs Of The Same Task And Want To Plot The Mean Metrics. However, Since A Single Run Takes Quite Long, I Do Wan

I think for this you would need to report this manually. You can extract all of this data using the API and then create custom plots/scalars that you can push into reports for custom dashboards 🙂

2 years ago
0 Hi All! Is There A Way To Rename The Default "Args" Name For Task Configuration That Is Being Automatically Created When The Code Contains Argparse?

Hi @<1539417873305309184:profile|DangerousMole43> , I'm afraid this is not configurable currently. What is your use case?

2 years ago
0 Can I Run A Random Task From A Queue? Like This

Cant you paste the output until the stuck point? Sounds very strange. Does it work when it's not enqueued? Also, what version of clearml-agent & server are you on?

3 years ago
0 Hi Everyone Can Clearml Session Be Somehow Saved, If The Host Machine For Docker Container, Where Agents Are Running, Was Rebooted?

Hi @<1715900788393381888:profile|BitingSpider17> , I think this is what you're looking for - None

9 months ago
0 I Deployed A Self-Hosted Clearml Server With Docker Compose. Then I Created A Project, Added Clearml To My Python Project, And Executed The Task. Then I Wanted To Deploy The Model (Yolov8) For Inference With Clearml Serving. I Followed This Guide:

Hi @<1593413673383104512:profile|MiniatureDragonfly17> , no. The assumption is that serving runs on a dedicated machine. Of course you can edit the docker compose to use different ports

2 years ago
0 Hi Everyone, Is There Any Way To Add Task_Types ? I Know Supported Values Are ‘Training’, ‘Testing’, ‘Inference’, ‘Data_Processing’, ‘Application’, ‘Monitor’, ‘Controller’, ‘Optimizer’, ‘Service’, ‘Qc’, ‘Custom’. I Have Just Used 'Custom' However I Want

Hi StraightParrot3 , as SuccessfulKoala55 suggested you could maybe use tags for this as well.

In regards to creating views - If you predefine a certain view locally on your browser (with the extra column) I think you can just copy paste the URL and it should include the custom column for anyone using this URL

3 years ago
0 Hi Everyone! I'M Looking For A Way To Consolidate Multiple Workspaces Of 3 Users In My Company. Is It Possible? If Yes, How? The Objective Is To Have All The Data (Experiments, Models Metrics...) From All Users Into A Single User With Subscription.

I don't think there is any out of the box method for this. You can extract everything using the API from one workspace and repopulate it in another workspace also using the APIs.

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

Can you add the full log & the dependencies detected in original code? How are you building the pipeline?

2 years ago
0 Hi! Trying To Orchestrate A Pipeline On Multiple Agents For The First Time. I Am Setting Up The Pipeline From Functions And I Need The Individual Function Steps To Run From A Cloned Repository Due To Local Imports. The Pipeline Task Detects And Clones The

Hi @<1547028074090991616:profile|ShaggySwan64> , can you please provide minimal sample code that reproduces this? The local imports - are they from the private repo?

one year ago
0 Clearml Provides Api'S To Create Pipelines And Deploy Models ?

Hmmmmm do you have a specific usecase in mind? I think pipelines are created only through the SDK but I might be wrong

3 years ago
0 I Wanted To Ask, How To Run Pipeline Steps Conditionally? E.G If Step Returns A Specific Value, Exit The Pipeline Or Run Another Step Instead Of The Sequential Step

VexedCat68 , what if you simply add pip.stop() ? Does it not stop the pipeline? Can you maybe add a print to verify that during the run the value is indeed -1? Also looking from your code it looks like you're comparing the 'merged_dataset_id' to -1

3 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

Hi JumpyDragonfly13 , can you try going to http://localhost:8080/login ? What happens when you open developer tools (F12) when browsing currently

2 years ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

Looks decent, give it a try and update us it's working 🙂

3 years ago
0 Hello! Is It Possible To 'Send' / Compose Specific Reports Automatically From Tasks To The Designated Report Under The Reports Page In The Ui? I'Ve Looked Into

Hi @<1544853721739956224:profile|QuizzicalFox36> , currently there is no SDK option for this, however you can automate this using the API. I suggest opening developer tools (F12) to see what the UI sends when creating/editing reports and that way you can automate it

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

SarcasticSparrow10 , it seems you are right. At which point in the instructions are you getting errors from which step to which?

3 years ago
Show more results compactanswers