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

Reputation

0
0 When Using A

Hi DangerousDragonfly8 , can you please elaborate on your use case? If you want only a single instance to exist at any time how do you expect to update it?

3 years ago
0 Hey Community, So I Am Facing An Issue Related To Passing Parameters. I Am Getting The Parameters From The Taskscheduler , Taskparameter.

Hi @<1533619725983027200:profile|BattyHedgehong22> , can you please elaborate on this? Can you add a snippet that reproduces this?

2 years ago
2 months ago
0 Hi, I Am Wondering Is There Anyway To Use Clearml Agent Without Setting Up The Environment, For Example, Do Not Enforce The Git Clone And Pip Install But Cd Some Dir And Activate An Environment?

Hi @<1654294834359308288:profile|DistressedCentipede23> , do you mean completely circumventing that basic function of the agent and simply pointing it to a specific script/env?

one year ago
one year ago
0 I Have A Question And I'M Not Sure If Anyone Is Clear On This. If I Want The Agent To Manage Dependencies Using Conda, And Install A New Environment Based On The Yaml File Output By

@<1718799873618219008:profile|FunnyPeacock68> , it appears that reading a yaml isn't supported. Currently only requirements.txt. I'd suggest opening a GitHub feature request for this capability!

one year ago
one year ago
0 Is There Any Way Of Passing Additional Parameters To Pip In Clearml-Agent? For Example, When You Install

@<1601023807399661568:profile|PompousSpider11> , if you know it needs to be installed I guess you could even inject it as a bash script if running in docker mode or just have it already pre-installed. Regardless, clearml-agent will attempt to resolve torch installs.

2 years ago
0 Hello! I Need To Run Clearml Pipeline With Caching Of Steps. I Specify Cache_Executed_Step=True For Each Step, But My Steps Are Not Cached And Ended With The Status - Completed.

Hi @<1578555761724755968:profile|GrievingKoala83> , please provide a standalone code snippet. I mean a single stand alone piece of code that I can just run without modifications, even imports

7 months ago
0 Hey Guys! I'M Trying To Retrieve A Tile Of An Image (

Hi SmugSnake6 , can you add a small snippet to reproduce?

3 years ago
0 Hello Team, We Are Currently Utilizing A Self-Hosted Clearml For Various Projects. Our Aim Is To Implement Role-Based Access Control Across Projects. As I Understand, This Feature Is Presently Available Only On The Enterprise Plan. Is It Possible To Enab

Hi @<1696331935023894528:profile|BoredBee87> , role based access controls are available only in the Scale & Enterprise licenses. These licenses do support full on premise deployments. Besides role based access controls there are many other features available. I'd suggest contacting ClearML directly to hear about other options 🙂

one year ago
0 Hi

ShinyLobster84 , Hi 🙂

What do you think if there was an api to retrieve all the scalars as tables. Do you think it would be useful?

3 years ago
0 Has Anyone Else Benchmarked Clearml? I'M Seeing Catastrophic Logging Overhead:

I tested how many resources ClearML consumes. The entire process of ClearML SDK consumes about 50mb of RAM memory on my side and it requires minimal amount of CPU.

Is it possible that your training steps are that inefficient?

8 months ago
0 Hi! We Are Trying To Upload Datasets To Clearml From Redshift. Is There Any Direct Integration Between With Redshift? We Would Like To Avoid Downloading The Whole Dataset And Uploading It Every Time. Thank You!

Hi @<1617693654191706112:profile|HelpfulMosquito8> , can you please elaborate? Did you self deploy on Redshift? I don't think it really matters. What is the workflow you're trying to achieve?

2 years ago
3 years ago
0 Hi All, What Is The Best Way To Monitor Failer Clearml Agent That Kill All Tasks In Queue?

I think you should monitor your tasks and see what's going on. Also an agent should be set up in a way that you know it will work and has all the required drivers etc..

2 years ago
3 years ago
0 Good Afternoon I Didn'T Find Any Mention In The Documentation Please Tell Me If It Is Possible To Implement “Move To Top” Through The Api, How Can This Be Done Through The Ui

Hi @<1523702932069945344:profile|CheerfulGorilla72> , it's possible. I see the web UI uses queues.move_task_to_front .
I suggest using the webUI as a reference together with developer tools 🙂

one year ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

SoreDragonfly16 You can disable this with the following argument in task.init() - auto_connect_frameworks=False for example:
task = Task.init(..., auto_connect_frameworks={'pytorch': False})You can refer to this documentation for further reading at this https://clear.ml/docs/latest/docs/references/sdk/task#taskinit 🙂

4 years ago
0 I Have The User/Pass Set Up On The

Also, you need to restart the agent between changes in the config

11 months ago
0 Hi Everyone, I Got Several Error Messages Like This When Trying To Upload Data On The Clearml Which We Self-Hosted. Do You Have Any Ideas?

Hi @<1638712150060961792:profile|SilkyCrocodile89> , it looks like a connectivity issue. Are you trying to upload data to the files server? Can you share the full log?

one year ago
Show more results compactanswers