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

Reputation

0
0 Hi, Is It Possible To Pass Temporary Iam Role To The Web App Could Access?

JitteryCoyote63 , you mean insert temporary access keys or insert access keys temporarily?

2 years ago
0 Hi, Is It Possible To Pass Temporary Iam Role To The Web App Could Access?

assuming that they are in the same setup as user/secret keys then I guess they would work until they expire 🙂

2 years ago
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'.

11 months 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

Usually tasks are timed out by default after not having any action after 2 hours. I guess you could just keep the task alive as a process on your machine by printing something once every hour or 30 minutes

11 months ago
0 Hi There, I Am Working On An Audio Analysis Project And I Am Interested In Using Clearml To Manage Our Data Versions And Models. However, I Have Some Questions About Dataset Versioning And Reproducibility That I Hope You Can Help Me With. Specifically, I

A big part of the way Datasets work is to turn the data into a parameter rather than be part of the code. You will be able to easily reproduce experiments 🙂

one year ago
0 Hi, I'M Eric. I'M An Mlops Engineer At A Company With 9 De'S, 6 Ds'S, And 2 Mlops Engineers. I Just Learned About Clearml A Few Hours Ago And I'M Getting Excited About It!! I'M Wondering If We Could Replace Our Current Mlops Platform With Clearml. Right N

Hi @<1541954607595393024:profile|BattyCrocodile47> , I'm happy to hear you're excited!

You certainly can replace 1 & 2 by ClearML and still use BentoML for serving. ClearML is very modular so you can select which parts you want to integrate into your existing solution. Hopefully in the end you yourself would want to fully adopt ClearML in all 4 aspects 🙂

Hope it answers the question!

one year ago
0 Is There A Way To Programatically Access The Tasks A

In the UI you can add 'parent' column and filter by parent

3 years ago
0 Hi, Question Regarding

Can you try upgrading to the latest agent version? pip install -U clearml-agent

2 years ago
0 Hi, Question Regarding

My bad, I meant to ask what OS it's on 🙂

2 years ago
0 Hi, Question Regarding

Did you wait 10-15~ mins for it to time out?

2 years ago
0 Hi All! I'M Running A Pipeline From Functions. I Have One Task In The Pipeline Where I Want To Call A Specific Function From Commend Line So I'Ve Put It Into A Bash Script And While Running Pipeline Locally It Worked Fine Because Bash File Was Available O

Hi @<1544853721739956224:profile|QuizzicalFox36> , I think the correct method in that case is to run from docker. The agent handles the docker, the only thing is that you need to run the agent in docker mode using --docker . You can then then pass it in docker_args in add_function_step or even better you can add the entire script to the shell script that runs after docker init using docker_bash_setup_script also in add_function_step
[None](https://clear.ml/docs/latest/do...

one year ago
0 Hey, Is Clearml Able To Manage (Delete) Files Outside Of The Fileserver, For Example On Some Shared Drive? I Consider Scenario Where Only Local File Path To The Model Is Stored To Avoid Sending Large Weights Files Over Http.

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I think the API server can delete things only from the files server currently. However the SDK certain has the capability to delete remote files

one year ago
0 Hello Everyone! I Cant Connect Clearml With Yandex Storage S3. I Have An Error With Keys And Permissions (See The Screenshots), But I Can Upload Model Weights On Yandex Storage S3 Without Clearml. Maybe I Have Problems With My Config? Could You Help Me, P

Hi @<1675675705284759552:profile|NonsensicalAnt77> , looks like a misconfiguration on your part.
Please see the documentation regarding S3 - None

Note that the way you configured this is for AWS S3, if you scroll down a bit there will be an example for S3 like solution such as minio, this is the configuration style you need, with the port

8 months ago
0 Is There A Way To Programatically Access The Tasks A

WackyRabbit7 I don't believe there is currently a 'children' section for a task. You could try managing the children to access them later.

One option is add_pipeline_tags(True) this should mark all the child tasks with a tag of the parent task

3 years ago
0 Hi, Question Regarding

Also, what version are you on?

2 years ago
2 years ago
0 Hi, What Is The Expect Input Of The

I think you can see an example on usage here:
None

one year ago
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

I'm not sure that is possible. What is your specific use case?

one year ago
0 Hi, Question Regarding

Can you try with blank worker_id/work_name in your clearml.conf (basically how it was before)?

You can force kill the agent using kill -9 <process_id> but clearml-agent daemon stop should work.

Also, can you verify that one of the daemons is the clearml-services daemon? This one should be running from inside a docker on your server machine (I'm guessing you're self hosting - correct?).

2 years ago
0 Hi Everyone!

Hi @<1544128920209592320:profile|BewilderedLeopard78> , I don't think there is such an option currently. Maybe open a GitHub feature request to track this 🙂

one year ago
Show more results compactanswers