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
ApprehensiveSeahorse83
Moderator
9 Questions, 39 Answers
  Active since 10 January 2023
  Last activity 12 days ago

Reputation

0

Badges 1

39 × Eureka!
0 Votes
6 Answers
21 Views
0 Votes 6 Answers 21 Views
@<1523701827080556544:profile|JuicyFox94> I can’t continue the thread we started so I am continuing here: I tried the clearml-agent helm but i have two issue...
one year ago
0 Votes
10 Answers
572 Views
0 Votes 10 Answers 572 Views
HI, Having issue with clearml agent not installing package installed directly from github using “git+ https://github.com/ …” How the agent know which package...
one year ago
0 Votes
8 Answers
581 Views
0 Votes 8 Answers 581 Views
We see that the pipeline task install “protobuf==4.21.1” How can this be controlled?
one year ago
0 Votes
1 Answers
606 Views
0 Votes 1 Answers 606 Views
Hi, While trying to upload to GCP bucket from a task part of pipeline we are getting this error: Descriptors cannot not be created directly. If this call cam...
one year ago
0 Votes
9 Answers
670 Views
0 Votes 9 Answers 670 Views
HI all, After upgrading to sdk 1.8.0 we are having issue adding external files to dataset from gcs. This is the code we use: dataset_id = dataset = Dataset.c...
one year ago
0 Votes
10 Answers
683 Views
0 Votes 10 Answers 683 Views
Hi, After upgrading to clearml sdk 1.6.0, I am getting error when trying to work with google gcp, Debugging the code i see this line in StorageHelper.check_w...
one year ago
0 Votes
31 Answers
678 Views
0 Votes 31 Answers 678 Views
gcp
one year ago
0 Votes
10 Answers
623 Views
0 Votes 10 Answers 623 Views
Hi, I am trying the TriggerScheduler to catch when a user add specific tag to a task. I used the below code but the schedule_function is not called when addi...
one year ago
0 Votes
4 Answers
546 Views
0 Votes 4 Answers 546 Views
2 years ago
0 I Can’T Continue The Thread We Started So I Am Continuing Here: I Tried The Clearml-Agent Helm But I Have Two Issues:

ok,
just a small question, is the parameter “defaultContainerImage” tell the glue agent which image to use for the spawned agent ?

one year ago
0 Hi, Having Issue With Clearml Agent Not Installing Package Installed Directly From Github Using “Git+

I do not remember exactly all the steps we did, but with the help of clearml team we found solution by adding:
Task.add_requirements((…)outside the pipeline code

one year ago
0 Hi, Having Issue With Clearml Agent Not Installing Package Installed Directly From Github Using “Git+

no problem, you and your team are very responsive and help us a lot.

one year ago
one year ago
0 Hi, We Are Using Clearml On Gcp K8S Using The Clearml-Helm-Charts, We Noticed That After Restarting The Apiserver Pod, The User Credentials We Added For The Secret.Credentials.Apiserver And Secret.Credentials.Tests In The Values.Yaml Are Being Deleted Any

Not sure I understand, you are saying I should not create user credentials and add them in values.yaml at secret.credentials.apiserver and secret.credentials.tests. ?

one year ago
0 Hi, We Are Using Clearml On Gcp K8S Using The Clearml-Helm-Charts, We Noticed That After Restarting The Apiserver Pod, The User Credentials We Added For The Secret.Credentials.Apiserver And Secret.Credentials.Tests In The Values.Yaml Are Being Deleted Any

For now we used a workaround and forked the helm charts repo and we changed in the agents deployment.yaml, instead of taking the key and secret from the clearml-conf secret we take them from another secret we created so the server does not “know” about this new key and secret and does not reset them

one year ago
0 We See That The Pipeline Task Install “Protobuf==4.21.1” How Can This Be Controlled?

Where should i put this line? inside the pipeline function?

one year ago
0 We See That The Pipeline Task Install “Protobuf==4.21.1” How Can This Be Controlled?

I am getting this error:
clearml.task - WARNING - Requirement ignored, Task.add_requirements() must be called before Task.init()

one year ago
0 We See That The Pipeline Task Install “Protobuf==4.21.1” How Can This Be Controlled?

Works locally but not when running inside agent.
I found that adding the:
Task.add_requirements('protobuf', '<=3.20.1')before the pipeline decorator it works

one year ago
0 Hi All, After Upgrading To Sdk 1.8.0 We Are Having Issue Adding External Files To Dataset From Gcs. This Is The Code We Use:

Immediately after i use “add_external_files” i see it changed the original file link and removed from it the “ gs://bucket_name

one year ago
0 Hi All, After Upgrading To Sdk 1.8.0 We Are Having Issue Adding External Files To Dataset From Gcs. This Is The Code We Use:

not getting any error when uploading.
I use “add_external_files” so it is not really uploading the file just the dataset info

one year ago
one year ago
Show more results compactanswers