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

Reputation

0
0 Hi All, It Seems After Sync Command, Finalize Is Not Working: Please Let Me Know If I Am Missing Anything.

Hi @<1720249421582569472:profile|NonchalantSeaanemone34> , can you please provide a full log of a run? Also do you have a full snippet that reproduces this behaviour?

one year ago
0 Hi Everyone! Is There A Way To Force An Agent To Clear The Clearml Cache Folder Every Time It’S Done With A Task? I Have A Machine Running Multiple Agents For Training, But The Disk Space Gets Filled Up Quickly Since Every New Task Uses A New Dataset. I S

Hi @<1570220858075516928:profile|SlipperySheep79> , you can set various cache limitations in clearml.conf . The issue you encountered is specifically regarding Datasets? If that is the case, I think this is the section that you're looking for - None

one year ago
0 Hello Community, I'M Reading About

Long story short - You'll have to write a service to upload.

They way that datasets work - the SDK/CLI actually do the uploading itself. The REST API simply registers them on the backend

2 years 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

one year ago
0 (A Regular Experiment Did Execute In The Remote Agent, I Only Get This With The Pipe)

So when you run it standalone it works fine? How are you creating the pipeline?

3 years ago
0 Hello ! When Running

Inside the docker, that is

3 years ago
0 I Am Getting

Hi @<1523702786867335168:profile|AdventurousButterfly15> , do you have a short standalone script that reproduces this?

What version of clearml are you using? Is it a self hosted or the community server

2 years ago
0 I Am Getting

Does this replicate for you with the pytorch-lightning in the github examples?

2 years ago
0 Hey All, Has Anyone Faced This Issue With

@<1587615463670550528:profile|DepravedDolphin12> , how did you create the dataset? Are you doing anything else? Do you have a code snippet that reproduces this behavior? i.e both for creating the dataset and fetching it..

2 years ago
0 Hi All, I Am Seeing This In My Logs:

Hi @<1529271085315395584:profile|AmusedCat74> , what are you trying to do in code? What version of clearml are you using?

2 years ago
3 years ago
0 I Have Used Aws S3 And Minio As Storage For Clearml Artifacts. But Has Anyone Used Nexus As A Storage ?

DeliciousBluewhale87 , Hi!

I think you can have models/artifacts automatically copied to a location if the experiment is initialized with
output_uri
For example:
task = Task.init('examples', 'model test', output_uri=' ')What version of ClearML are you using? I'd suggest upgrading to the latest 🙂

4 years ago
0 When Using A

Hi DangerousDragonfly8 , can you please elaborate on your use case? If you want only a single instance to exist at any time how do you expect to update it?

3 years ago
0 Hello Team I Am Enterprise User Looking For Help Related To Model Serving Capability I Followed The Tutorial To Create The Model , Push It To The Model Registry And Published The Same The Model Is Published Now I Was Expecting To See The Endpoint Unfo

Hi @<1800699527066292224:profile|SucculentKitten7> , I think you're confusing the publish action to deployment. Publishing a model does not deploy it, it simply changes the state of the model to published so it cannot be changed anymore and also publishes the task that created it.

To deploy models you need to either use clearml-serving or the LLM deployment application

8 months ago
0 Hey, Is There A Way To Export The Task Data From Clearml Pro? I Found

I would assume that your analysis is incomplete

one month ago
0 Hey, Is There A Way To Export The Task Data From Clearml Pro? I Found

Not necessarily, since the data is parked inside databases. In theory, if done perfectly, then a new deployment will have the volume as the databases.

one month ago
0 Hi All, I Hope I'M In The Right Channel, We(

StaleButterfly40 , I'm trying to get an estimate of what you have because if the content is too large the preview isn't shown....

3 years ago
0 I Encountered A Weird Edge Case With The Aws Auto-Scaler, Wondering If There Are Any Solutions Or If This Is A Known Issue. Something As Follows Happened:

UnevenDolphin73 , that's an interesting case. I'll see if I can reproduce it as well. Also can you please clarify step 4 a bit? Also on step 5 - what is "holding" it from spinning down?

3 years ago
0 Hello! I'Ve Been Trying To Use Clearml For The First Time, But I Cannot Seem To Run The First Serving Model. First, I Run The Following In Powershell: >>> Clearml-Serving Create --Name "June Test" Log: Clearml-Serving - Cli For Launching Clearml Serving

Do you see any errors in the serving containers? Also what response do you get when you try a curl command from the machine itself locally ( None ... )
None

    curl -X POST "
" -H "accept: application/json" -H "Content-Type: application/json" -d '{"x0": 1, "x1": 2}'
5 months ago
0 Before I Write An Issue: Does Someone Else Have To Problem That With The Latest Clearml-Server If You Go To Detail View -> Results -> Debug Samples -> Change Metric To Anything, And Then Press The Refresh Button/Wait For Auto Refresh You Get A Blank Debu

ReassuredTiger98 , I played with it myself a little bit - It looks like this happens for me when an experiment is running and reporting images and changing metric does the trick - i.e reproduces it. Maybe open a github issue to follow this 🙂 ?

3 years ago
0 Hi. When Using Sklearn'S

Or are you using ClearML's HPO?

3 years ago
Show more results compactanswers