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

Reputation

0
0 I'M Trying To Read The Runtimes Of Tasks After The Pipeline Finished, For Analytics. Currently, I'M Doing Something Like This:

The webUI uses the API for everything, I'd suggest using the webUI as a reference to how to approach this.

8 months ago
0 Hey Folks, Just Wanted To Highlight Something Weird In Our Clearml Pipeline Usage:

Hi @<1523701132025663488:profile|SlimyElephant79> , are you running both from the same machine? Can you share the execution tab of both pipeline controllers?

Also, reason that they in queued state is because no worker is picking them up. You can control the queue to which every step is pushed and I think by default they are sent to the 'default' queue

one year ago
0 I'M Trying To Read The Runtimes Of Tasks After The Pipeline Finished, For Analytics. Currently, I'M Doing Something Like This:

Hi @<1639799308809146368:profile|TritePigeon86> , where in the documentation did you see these parameters active_duration, job_started and job_ended ?

8 months 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?

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , you mean you'd like to have some web interface to interact with the API?

one year ago
0 Hi, I'M Getting The Following Error When Running Docker Agent Using A Docker: Clearml_Agent: Error: [Errno 28] No Space Left On Device: '/Root/.Clearml/Venvs-Builds' Any Suggestion On How To Solve This Issue (The Host Has Enough Space On Disk)

Hi, what version of clearml-agent are you using? Does this always happen? Can you add your clearml.conf file here(Make sure to remove any credentials/personal data)?

one year ago
0 How Does Clearml Handle

Hi @<1523701842515595264:profile|PleasantOwl46> , I think that is what happening. If server is down, code continues running as if nothing happened and ClearML will simply cache all results and flush them once server is back up

7 months ago
one year ago
0 I Am Saving A Model With Pickle, But It Doesn’T Show Up As An Artifact. Why?

From code perspective it looks like you're basically saving a pickle to a file via dump, and that file just happens to be the model. ClearML doesn't patch into pickle . You can save the pickle as an artifact with ClearML using Task.register_artifact - None

one year ago
0 I'M New To Using Datasets, If My Git Project Root Is

You can save it as a dataset and then fetch it during run time, or am i missing something?

2 years ago
0 Hi Guys ! I Am Using My Agent In Docker Mode (Everything Prepared For Experiments). I Am Facing Following Challenge. In My Code:

Might be good idea to specify the python binary as well. You should go over the various configurations here:
None

one year ago
0 I Am Trying To Use Clearml In My Work And I Am Facing Some Problems So Could Anyone Help Me With That? I Have Connected My Workstation With The Clearml Server As An Agent And When I Run The Code In My Local Device Then Clone It And Enqueue It To Run The C

is it normal that it's slower than my device even though the agent is much more powerful than my device? or because it is just a simple code

I'm not sure I understand. Can you elaborate please?

2 years ago
0 Hi Guys Can You Please Tell, What Does This Means..

Hi @<1570583227918192640:profile|FloppySwallow46> , can you please add the full log?

one year ago
0 Hello, I Have The Following Basic Snippet Where I'M Trying To Add Another Value To The Task'S Connected Arguments After Calling

GiganticTurtle0 , which ClearML version are you using? From what I can see in the documentation to add the new parameters, you'll have to task.connect() again to add the new args

3 years ago
0 I Have 5 Unarchived Pipeline Runs That Were Defined With This Decorator:

PanickyMoth78 , pipeline tasks are usually hidden. If you go to Settings -> Configuration you will have an option to show hidden projects. This way you can find the projects that the tasks reside in + the pipeline steps

2 years ago
0 I'M New To Using Datasets, If My Git Project Root Is

Can you please elaborate on what you mean?

2 years ago
0 Hello, I Am Currently Learning How To Build Pipelines With Clearml. I'Ve Created A Pipeline That Has Five Steps, In Which Each Step Depends On The Previous One (Step 2 Depends On Step 1, Step 3 Depends On Step 2, Etc.). However, My Step 4 Depends On Step

Hi @<1523704757024198656:profile|MysteriousWalrus11> , do you have a snippet that reproduces this? When running locally and remotely the way the pipeline shows up is the same?

one year ago
0 I Have A Local Folder A, And A Dataset B. A:

Hi RoughTiger69 ,

If you create a child version and add the delta of the files to the child, fetching the child version will also fetch the parents files as well

2 years ago
0 I'M Getting Upload Errors When Uploading Artifacts (Using Gcs) But It Uploads For Datasets Works Just Fine.

Hi @<1575656665519230976:profile|SkinnyBat30> , what version of ClearML are you using? Are you uploading datasets from the same machine also to GCS?

one year ago
Show more results compactanswers