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
3 years ago
0 Good Morning, Is There A Way To Search The Datasets In Clearml By Words That Are In The Description? Or Can You Only Search By Tags And Project Title?

Hi @<1755401041563619328:profile|PungentCow70> , currently only by tags and project title/ds name. But I think it would be a cool capability. Maybe add a GitHub feature request on this?

11 months ago
0 Hi, If It Is Necessary To Refine The Model By Running A Clone Task So That The Results Of The Task Are Used, What Should Be Done? Output_Uri=True? Task = Task.Init(Project_Name="Yolo8_Ver2", Task_Name="My Task#1",

Hi @<1590514572492541952:profile|ColossalPelican54> , I'm not sure what you mean. output_uri=True will upload the model to the file server - making it more easily accessible. Refining the model would require unrelated code. Can you please expand?

2 years ago
0 Hi, I'M Trying To Use Pipelines In The Free Version And Encountered This: Is It Because I'M Using The Free Version Or Code Based?

Hi IrritableJellyfish76 , it looks like you need to create the services queue in the system. You can do it directly through the UI by going to Workers & Queues -> Queues -> New Queue

3 years ago
0 Has Anybody Encountered:

Hi @<1584716373181861888:profile|ResponsiveSquid49> , what optimization method are you using?

2 years ago
0 Hey Everyone, I'M Trying To Change My

Hi NarrowLion8 , you can simply change the file_server section to an s3 bucket like files_server: s3://my_test_bucket

2 years ago
0 Hi! I Installed Self-Hosted Clearml Server Using

TartLeopard58 , I think you need to mount apiserver.conf to the api server. This is an API configuration 🙂

2 years ago
0 Hi, I Notice A New Behavuour With Clearml-Agent=1.1.0. When It Is Installing The Packages I Nrequirements.Txt, It Failed With.

Did anything change in your configurations? In the previous version there was no such issue? Is the agent version the only change?

3 years ago
0 Hi, Is There A Way To Get The Plot That Exists In The Tab Results->Scalars Into My Notebook ?

ShinyLobster84 , sorry for the delay, had to look into it 🙂

Please try task.get_reported_scalars()

3 years 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 Hi, Question Regarding

Also, what version are you on?

3 years ago
0 Hello, I Want To Configure A Client Machine To Connect To A Clearml Server. I'M Wondering Which Port I Need To Open For The Client Machine. Thanks.

Hi @<1523702251011444736:profile|ScaryBluewhale66> , I think the only port you need is the one that is allocated to the apiserver

one year 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 Hi All, I Am Trying To Understand How The Communication Between Clearml Server And Clearml Agent Takes Place And What All Ports/Protocols Are Involved, If Both Are On Different Machines. As Per The Documentation Here -

Hi @<1587977852635058176:profile|FloppyTurtle49> , yes same would be applicable. Regarding communication: It is one way communication from the agent to the clearml server done directly to the API server - basically what is defined in clearml.conf

Hope this clears things up

2 years ago
0 Hi, We Are Trying To Understand When The Auto-Logging Parameters Configuration. From The

Not one known to me, also, it's a good practice to implement (Think of automation) 🙂

3 years ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

Hi @<1559711623147425792:profile|PlainPelican41> , you can re-run an existing pipeline using different parameters from the UI. Otherwise, you need to create new pipelines with new code 🙂

2 years ago
0 Hi All Here

Hi @<1523701523954012160:profile|ShallowCormorant89> , I think you can simply spin down all the containers and copy everything in /opt/clearml/

2 years ago
0 Hey Everyone Is There A Way To Have Metrics Upload To Default_Output_Uri Instead Of Fileserver? We'Re Self Hosting Clearml On Kubernetes And We'D Like To Completely Get Rid Of Fileserver And Have All Uploads (Metrics, Models, Artifacts Etc.) In One Place

Hi @<1845635622748819456:profile|PetiteBat98> , metrics/scalars/console logs are not stored on the files server. They are all stored in Elastic/Mongo. Files server is not required to use. default_output_uri will point all artifacts to your Azure blob

2 months ago
0 Hi All, Did Anyone Else Encounter A Bug With Enqueuing New Pipeline Runs Using The Web Gui In Version 1.9.0?

Hi HugeArcticwolf77 ,

Can you please open developer tools (F12) and see what is returned when you try to enqueue?

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
3 years ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

I understand. In that case you could implement some code to check if the same parameters were used before and then 'switch' to different parameters that haven't been checked yet. I think it's a bit 'hacky' so I would suggest waiting for a fix from Optuna

one year 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
Show more results compactanswers