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
SaltySpider22
Moderator
5 Questions, 9 Answers
  Active since 26 January 2024
  Last activity 3 months ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
2 Answers
189 Views
0 Votes 2 Answers 189 Views
besides configuring the logging to be more verbose in the clearml.conf, is there another option to change the logging level? If I use the helm charts for dep...
3 months ago
0 Votes
1 Answers
184 Views
0 Votes 1 Answers 184 Views
3 months ago
0 Votes
5 Answers
201 Views
0 Votes 5 Answers 201 Views
Hil all, is there an code sample, how to use clearml in local deployed k3d cluster, using the helm charts in combination with minio? As stated in this blog p...
3 months ago
0 Votes
4 Answers
273 Views
0 Votes 4 Answers 273 Views
Hello folks, does somebody use clearml deployed by helm charts? How can I run a pipeline with python mypip.py ? Always receiving the error message, "clearml_...
3 months ago
0 Votes
6 Answers
187 Views
0 Votes 6 Answers 187 Views
3 months ago
0 Two Questions About Datasets: Question 1: Are Parallel Writes To A Dataset With The Same Version Possible? Is The Way To Go, To Have A Task, Which Creates A Dataset Object, Which In Turn Is Passed As Artifact To The Subsequent Ingestion Tasks? After The P

to question 1:
passing Dataset artifacts between tasks seems to be not possible, getting the following error message:

TypeError: cannot pickle '_thread.lock' object. 

So i guess its not possible to upload files from different tasks in parallel to the dataset, before finalizing it.

3 months ago
0 Hil All, Is There An Code Sample, How To Use Clearml In Local Deployed K3D Cluster, Using The Helm Charts In Combination With Minio? As Stated In

@<1657556312684236800:profile|ManiacalSeaturtle63> yep... that updates indeed the clearml.config in the remote agent pod in the cluster 😃

clearmlConfig: |-
    sdk {
      aws {
        s3 {
            # default, used for any bucket not specified below
            key: ""
            secret: ""
            region: ""
            bucket: "clearml"

            credentials: [
                {
                    # This will apply to all buckets in this host (unless key/value...
3 months ago
0 Hil All, Is There An Code Sample, How To Use Clearml In Local Deployed K3D Cluster, Using The Helm Charts In Combination With Minio? As Stated In

@<1657556312684236800:profile|ManiacalSeaturtle63> o.O wow ,... thanks for the awesome hint! how blind I was to not see that in the values file! THANKS a lot... will try that

3 months ago
0 Two Questions About Datasets: Question 1: Are Parallel Writes To A Dataset With The Same Version Possible? Is The Way To Go, To Have A Task, Which Creates A Dataset Object, Which In Turn Is Passed As Artifact To The Subsequent Ingestion Tasks? After The P

Hey @<1523701205467926528:profile|AgitatedDove14> ,
sorry, I am quite new to slack... forgot to submit my changes of the answer...

When you are saying parallel what do you mean? from multiple machines ?

yes, or (because I deployed clearml using helm in kubernetes) from the same machine, but multiple pods (tasks).

Once a dataset was finalized the only way to add files is to add another version that inherits from the previous one (i.e. the finalized version becomes the parent of the ...

3 months ago
3 months ago
0 Hello Folks, Does Somebody Use Clearml Deployed By Helm Charts? How Can I Run A Pipeline With

I think I need to use git credentials in the agent helm chart. Do I really need to specify a remote git repo and if so, how can i do that? Is that also something, that need to be configured in the helm chart? or in the code of the pipeline

3 months ago