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 Hey, We'Re Seeing A Lot Of Issues With Our Clearml Self-Hosted Server These Days; It Seems Like The Api Times Out While Talking To Elasticsearch:

Googling ES error: es_rejected_execution_exception and it seems that it is caused due to the excessive load on ES. Apparently the hardware cannot keep up with the pace that you're sending events batches. I would recommend working with smaller batches and checking whether the error goes away.

2 years ago
0 Hi! I'M Building A Model Registry With Clearml And I Can'T Figure Out How To Do Model Versioning: Is There A Way To Set Model Versions And Load Specific Versions Of Models For Experiments And Serving Somehow?

Hi @<1635088270469632000:profile|LividReindeer58> , I think the best ways are either using tags or metadata on the model itself. What do you think?

one year ago
0 Hi, I'M Trying To Setup The Storage (Aws S3) For All Components Of Clearml. I'M Deploying Clearml On Kubernetes With The Official Helm Charts. I Can'T Find A Way To Inject The Configuration File In The Webserver / Apiserver / Fileserver. With The Agent,

Hi @<1749602841338580992:profile|ImpressionableSparrow64> , the S3 configuration (Credentials) is always done on the client side. You don't need to configure anything server side. Also good that you configured the agent.

2 months ago
2 months ago
0 Hi, I Updated To Clearml-Server 1.4.0 And I Am Uncomfortable With The New Table/Detail View, Is There A Way To Disable It And Use The Previous One (On Click -> Open Details)?

JitteryCoyote63 , Hi 🙂
The new system takes a bit of time to get used to but it's really nice afterwards. You can right click an experiment and click on details to open the info of the experiment

2 years ago
0 Hi ! Trying To Run A Local Version (Docker) And Have Some Troubles With My Mac . Do You Know If The Online Documentation Support The Latest Version Of Macos?

Hi @<1668427977265778688:profile|BurlyOtter33> , you mean you're deploying the server itself on a mac?

9 months ago
2 years ago
0 Hello All. I'M Trying To Figure Out How To Get The Task From Pipelines Listed Under The Experiments Tab Or At Least In A Place That'S Easier To Find. I'M Running A Pipeline Based On Tasks And If I Look At The

Hi @<1545216070686609408:profile|EnthusiasticCow4> , go into settings -> configuration, there is an option to show hidden projects. This way you should be able to view pipelines in the experiments view

one year ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

Interesting. I'll try to reproduce and see if it occurs to me as well 🙂

2 years ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

Looks decent, give it a try and update us it's working 🙂

2 years ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

VexedCat68 , just making sure, when talking about tags for models, you mean the tags viewable in the 'models' tab in UI, correct?

2 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

VexedCat68 , I was about to mention it myself. Maybe only keeping last few or last best checkpoints would be best in this case. I think SDK also supports this quite well 🙂

2 years ago
0 I'M Trying To Use Store Some Data In Clearml-Data. Then I Want To Get It Back Elsewhere Using Dataset.Get_Local_Copy. It Returns A Directory But I Don'T Know How To Actually Access And Use That Data, And Remove It When It'S Done. Help Would Be Appreciated

You can delete locally but it should not affect the remote data.

The data itself is stored in the fileserver. Whatever you do locally does not affect the remote storage, only when creating a new version the changes should be stored (Like when using 'clearml-data sync').

3 years ago
0 Once I Set Up A Clear Ml Server On A Machine. I Understand I Need An Agent Listening On A Queue To Run Code. Do I Absolutely Have To Have An Agent And The Gpu On The Same Machine As The Server? Also Do The Gpu And Agent Have To Be On The Same Machine?

VexedCat68 , you need to run the agent on a machine with gpu. The server doesn't need to have gpu 🙂

Regarding the queue:
Yes, if someone enqueues a task onto queue X, an agent listening to that queue will run the task.

3 years ago
Show more results compactanswers