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

Reputation

0
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

@<1577468638728818688:profile|DelightfulArcticwolf22> , in addition to @<1523701087100473344:profile|SuccessfulKoala55> ’s answer, you have data management, orchestration (Integration with SLURM), pipelines, reports and much more.

As I mentioned, provisioning resources according to different groups - i.e. role based access controls are an enterprise feature.

I suggest you watch the onboarding videos on the ClearML Youtube channel - None

2 years ago
0 Hello, I'D Like To Ask Questions About Taskscheduler

ScaryBluewhale66 ,
If you want to re-run - you need the agent It's still a Task object so you can just use Task.close() I'm not sure if something exists at the moment but you could write it faily easily in code

3 years ago
0 Hello All, After I Run Training Task And Output Model To S3, Is There A Way For Clearml Server To Send Out Notification Of Some Sort To Trigger Our Continuous Deploy Process? I'M Thinking When I Assign A Certain Tag To The Experiment Result, It Could Send

PunyWoodpecker71 , regarding the REST API:
The format would be something like this:
base_url/endpoint
Where base_url would be the api_server as configured in your ~/clearml.conf and the endpoint is any endpoint you choose from the docs 🙂

Username/password are the access_key / secret_key as also configured in ~/clearml.conf (You can get it from the UI)

content-type is application/json

And of course it's a POST 🙂

3 years ago
0 Hpo App Question: My Config Includes 11 Parameter Values (0 - 1, Step 0.1). I'Ll Expect To See 11 Experiments, But I Fact It Was "52 Iterations". What I'M Missing (Last Time I Asked Similar Question, But This Time There Is No Issue With Hpo-App Integratio

Hi @<1523701062857396224:profile|AttractiveShrimp45> , can you please share some screenshots of what you see and also share a code snippet of what reproduces this behavior?

2 years ago
0 Hi Everyone And Apologies For The Incredibly 'Basic' Question. I'M Trying To Deploy Clearml Server On An Ovh Hosted Vm. What Do You Think Is A Suitable Disk Size? Would 1 Tb Be Sufficient?

Hi @<1572032783335821312:profile|DelightfulBee62> , I think 1 TB should be enough. I would suggest maybe even having 2T just for the safe side

2 years ago
0 I Ran Into Something That I'D Describe And An Error But I Want To Verify This To Be The Case First. The Error Seems To Be Produced If I Call

Hi @<1545216070686609408:profile|EnthusiasticCow4> , what version of clearml & server are you using?

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

Did you set your password or an access token? Also, please try sticking to a single thread per topic and not multiple messages, it spams the channel

9 months ago
0 Hi Everyone! Is There Any Way To Setup Sso For Clearml Server? Thx

Hi @<1558624448217616384:profile|ShaggyFrog16> , SSO & LDAP integrations are part of the Scale & Enterprise licenses 🙂

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

you said you're on ubuntu... please describe exactly where/how the server + agent are set up

9 months ago
0 Hi All! I Am Solving The Following Issue -> File1.Py

Hi @<1523701181375844352:profile|ExasperatedCrocodile76> , and now the worker clones the repo correctly?

2 years ago
0 Hi All, I Hope I'M In The Right Channel, We(

Are the previews large? Can you supply an example?

3 years ago
0 Hey, Is There A Way To Hide Certain Configuration Paramters? We Want To Login To Db To Fetch Data, For Task Run. But We Don'T Want The Db Connection Details To Be Logged Into Clearml, Is There A Way To Hide It?

I'm not sure it's possible to hide via the Task object. But I think such configurations should be saved as env variables or in clearml.conf

Can you please be more specific on the use case?

2 years ago
0 Has Anybody Encountered:

I think the issue is that the message isn't informative enough. I would suggest opening a GitHub issue on this requesting a better message. Regarding confirming - I'm not sure but this is the default behavior of Optuna. You can run a random or a grid search optimization and then you won't see those messages for sure.

What do you think?

2 years ago
0 Has Anybody Encountered:

I think this is due to Optuna itself. It will manually kill experiments it doesn't think will have good results

2 years ago
0 Has Anybody Encountered:

Happy to help 🙂

2 years ago
2 years ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

Hi @<1533619725983027200:profile|BattyHedgehong22> , I'm not sure I understand, can you please elaborate? You mean when running through the agent?

2 years ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

You will need to set agent.git_user agent.git_pass in your clearml.conf so the agent will be able to clone the repository. For git_pass you will need to use your github token or bitbucket app password

2 years ago
0 Hey, I Reached The Stored Metrics Limit, Deleted Experiments But The Metric Storage Didn'T Clear At All. How Can I Clear It? Thanks In Advance!

Usage quote is calculated a few times a day. The new stats should be reflected in a few hours

2 years ago
0 Hi Guys, I Have A Question Regarding Clearml-Serving. I Have Deployed My Model To An Api, Now I Want To Add A Front End Interface For The Url, How Should I Go About Doing It?

Regarding UI - you can either build your own frontend for it or use streamlit / gradio applications (Which are supported in the enterprise license).

About using a model outside of ClearML - You can simply register the model to the model artifactory - None

2 years ago
0 General Infrastructure Question: My Company Isn'T Using Aws For Training, We Have All Our Gpu'S Inhouse In Our Own Servers, We Have A Problem Where We Want On One Hand To Give All The Gpus For The Clearml-Agent (Ie' That They Will Be Available For Tasks)

Hi @<1612982606469533696:profile|ZealousFlamingo93> , for remote development on your gpus you can use clearml-session . Otherwise you would need to spin up and down the daemons
None

2 years ago
Show more results compactanswers