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 Hello ! I Am Wondering About How Pipelines Are Displayed In Projects View In Clear Ml Ui, Seems That There Is A Separate Folder For A Pipeline, But Its Invisible, How Can I Make Is Visible?

Hi @<1623491856241266688:profile|TenseCrab59> , you can go into settings (profile icon on the top right of the UI) -> Configuration - Enable 'Show Hidden Projects'

2 years ago
3 years ago
0 Hey, I Have A Need To Temporarily Prevent A Specific Worker, By Worker Id, From Pulling Tasks From All Queues. I Came Across The

Hi @<1709015393701466112:profile|ScatteredPeacock14> , you are correct, this feature is available only in the Scale/Enterprise plans.

I'm afraid there isn't anything besides unregistering/re-registering

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

For example doing a fresh installation of the previous version and using backup data so you have a fresh state. Then try to upgrade again.

3 years ago
0 Hi, Clearml We'Re Running Self-Hosted Clearml Server:

Then I think this is something you need to implement in your script to mark the task as failed if the spot goes down

11 months ago
0 Hi All, Two Questions:

That's an option This really depends on your usage - if you want those 'custom parameters' be accessible by other tasks, then save them as artifacts. If you only want visibility - then save them as scalars. You have a nice example on usage here: https://github.com/allegroai/clearml/blob/master/examples/reporting/scalar_reporting.py

3 years ago
0 Hi! I Have A Few Tasks That Are Not Transitioning From

Hi SuperiorPanda77 ,how are the tasks running? Locally or via agent? What does the log show?

2 years ago
0 Hi Friends

My guess is that it wasn't run yet (drafts for example)

3 years ago
2 years ago
0 Hi! In Ui I See User For Each Task. Where Is This Variable Stored In The System. How To Specify A Different User When Running A Task?

Hi @<1523701240951738368:profile|RoundMosquito25> , when a different user runs something with their own generated credentials from the UI will show as different user. Does that clear things up?

2 years ago
0 Hi! I Started Clearml Server On Ec2 Using Prebuilt Image. Everything Works Fine, Except One Small Thing: When Web App Shows Image That Stored On S3, It Asked Me For Aws Key/Secret Key. Then It Uses These Credentials To Provide Me With Signed Image Url, T

Hi @<1566959349153140736:profile|ShinyChicken29> , when you try to access the image on your browser, the browser tries access the S3 bucket directly - This is why you get the popup. Data never goes through ClearML backend. Makes sense?

2 years ago
0 Hi, All. How Do I Add Accuracy And Loss Metrics For Tracking In Clearml For Yolo8? And Model Registry After Each Epoch?

Hi @<1590514572492541952:profile|ColossalPelican54> , you can use the Logger module to manually report metrics - None

2 years ago
0 Hi, When Running A Clearml Agent With Services Mode, Is There A Way To Limit The Number Of Concurrent Services Crunning?

Is it the services docker that comes with the docker compose or did you run your own agent?

3 years ago
0 Hi Good Folks Here! Does Clearml Allow Auto-Rerun Of Failed Jobs, For Example When A Spot Instance Gets Interrupted, Please? (Or Auto-Resume, If Checkpointing Logic In Place)

Hi @<1546665634195050496:profile|SolidGoose91> , I think this capability exists when running pipelines. The pipeline controller will detect spot instances that failed and will retry running them.

Are you using the PRO or the open source auto scaler?

2 years ago
0 Rolling Back To 1.15.0 Seemed To Fix The Error For Now. Is There Something One Should Be Aware Of Between Server Versions 1.15 And 1.16 Related To Versions Of The

I think its possible there was an upgrade in Elastic, I'd suggest going over the release notes to see if this happened with the server

one year ago
0 Hi, I Have A Question About Task Status. I Have A Script That Runs "Forever": It Loads (Or Creates, If It Does Not Exist Yet) A Specific Clearml Task, Does Some Work (In My Case, Checks If Database Has Changed And If So Dump It To A File And Upload It As

You need to separate the Task object itself from the code that is running. If you're manually 'reviving' a task but then nothing happens and no code is running then the task will get aborted eventually. I'm not sure I understand entirely what you're doing but I have a feeling you're doing something 'hacky'.

one year ago
0 Hi, Our Research Team Uses Both

GrittyKangaroo27 hi!

Can you please elaborate what your use case for deployment?

Besides that, I'm happy to say that ClearML supports all the cases above 🙂

Also for some further reading:
https://clear.ml/products/clearml-deploy/
https://allegro.ai/clearml/docs/rst/deploying_clearml/deploying_clearml_formats/index.html
https://github.com/allegroai/clearml-serving

4 years ago
0 Hi, Just Curious, Is There Planning To Using

Hi @<1523701260895653888:profile|QuaintJellyfish58> , can you elaborate on what uv is?

one year ago
0 Clearml 1.3.2 I'M Running

UnevenDolphin73 , can you provide a small snippet of exactly what you were running? Are you certain you can see the task in the UI? Is it archived?

3 years ago
3 years ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

@<1523701168822292480:profile|ExuberantBat52> , did you add debug samples in a similar fashion? What version of the clearml sdk are you using? Also what server?

2 years ago
0 Hi Everyone, I’M Encountering A Cpu Bottleneck While Performing Inference With Clearml Serving And Am Hoping To Get Some Assistance. Setup: I Have Successfully Deployed A Clearml Server And Configured Clearml Serving Following The Instructions Provided He

Hi @<1769534182561681408:profile|ReassuredFrog10> , do you have a GPU available? Maybe try the other docker compose without Triton as that one is specifically built for GPU inference.

12 months ago
0 Has Anyone Used

ElegantCoyote26 , Hi 🙂

Can you provide an example of what you're trying to do?

4 years ago
0 Hey Everyone, Please Could I Have A Volunteer To Help Me With This

Hi, SuperiorPanda77 , this looks neat!
I could take a look on a windows machine if it helps 🙂

3 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CluelessElephant89 , did you run the vm.max_map_count command for elastic? Also what amount of RAM memory do you have on the machine you're running on?

4 years ago
0 Hello, I’M Trying To Log (Via

Can you try upgrading and see what happens?

3 years ago
Show more results compactanswers