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
AbruptHedgehog21
Moderator
10 Questions, 21 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

17 × Eureka!
0 Votes
5 Answers
592 Views
0 Votes 5 Answers 592 Views
Hi, community. I want to delete experiment and see this error. How I can solve this?
one year ago
0 Votes
1 Answers
625 Views
0 Votes 1 Answers 625 Views
one year ago
0 Votes
5 Answers
611 Views
0 Votes 5 Answers 611 Views
Hi, community! How I can manage accesses of different users to warkspaces or projects in clearml server?
one year ago
0 Votes
13 Answers
661 Views
0 Votes 13 Answers 661 Views
Hello community! How i can add S3 credentials to S3 bucket in example.env for clearml-serving-triton? I need to add bucket name, keys and endpoint
one year ago
0 Votes
6 Answers
554 Views
0 Votes 6 Answers 554 Views
Hi! how can I delete dataset from UI and from S3 bucket? I tried to delete from UI and then checking but I still have it ... API client doesn't have methods ...
7 months ago
0 Votes
4 Answers
582 Views
0 Votes 4 Answers 582 Views
Hi! How to fix this error with response?
one year ago
0 Votes
1 Answers
577 Views
0 Votes 1 Answers 577 Views
Hi! Im trying pipelines with data creating and model training. pipe = PipelineController( name="data_preprocess_pipeline", project="some", version="1.0.0" ) ...
one year ago
0 Votes
1 Answers
669 Views
0 Votes 1 Answers 669 Views
one year ago
0 Votes
2 Answers
661 Views
0 Votes 2 Answers 661 Views
one year ago
0 Votes
3 Answers
649 Views
0 Votes 3 Answers 649 Views
Hi! Im trying to log 150Gb dataset with clearml to S3 bucket. Whats the reason for this problem?
one year ago
0 Hi! How Can I Delete Dataset From Ui And From S3 Bucket? I Tried To Delete From Ui And Then Checking But I Still Have It ... Api Client Doesn'T Have Methods To Work With Datasets ...

@<1523701087100473344:profile|SuccessfulKoala55> Hi! I'm already upgrade versions. Now I have WebApp: 1.12.1-397 • Server: 1.12.1-397 • API: 2.26
but I check the deletion and when I delete dataset from the UI, it still doesn’t delete it from the S3 bucket....
about setting up configs that u send
artifacts, like the datasets themselves, are loaded successfully onto the bucket, which means there is access to it
Then I especially don’t understand why artifacts are not deleted when deleted from ...

6 months ago
0 Hi, Community! How I Can Manage Accesses Of Different Users To Warkspaces Or Projects In Clearml Server?

Hi CostlyOstrich36 thx. Can you share the link about enterprise version pls?

one year ago
0 Hello Community! How I Can Add S3 Credentials To S3 Bucket In Example.Env For Clearml-Serving-Triton? I Need To Add Bucket Name, Keys And Endpoint

AgitatedDove14 thx for your answer, but my question is just about how to pass environment variables to the Yandex Cloud S3 storage in clearml-serving. Because in documentation there are examples for Azure and etc. And if I try something like that i get connection error to my S3 storage

one year ago
0 Hi! How To Fix This Error With Response?

Hi CostlyOstrich36 I’m trying to log my dataset (120Gb) to S3. Yes, its self hosted server

one year ago
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

Sorry for this screens, but its an IP there - thats why i do this (but yeah a bit casually)

one year ago
0 And One More Question. How Can I Get Loaded Model In Preporcess Class In Clearml Serving?

AgitatedDove14 we store .pt model. And we need for model inference method generate . If we want to load model we need torch.jit.load

one year ago
0 Hello Community! How I Can Add S3 Credentials To S3 Bucket In Example.Env For Clearml-Serving-Triton? I Need To Add Bucket Name, Keys And Endpoint

SweetBadger76 thx for your answer, but can u send link in documentation about this? I didn’t see it there. For clearml-server - okey, but in clearml-serving…

one year ago
0 Hello Community! How I Can Add S3 Credentials To S3 Bucket In Example.Env For Clearml-Serving-Triton? I Need To Add Bucket Name, Keys And Endpoint

Hi SweetBadger76 I use Yandex Cloud. And I already connected this bucket to clearml server (in clearml.conf) and my trained models saved to this bucket. And yes, i’ve got list of credentials i need to use.

one year ago
0 Hi! How Can I Delete Dataset From Ui And From S3 Bucket? I Tried To Delete From Ui And Then Checking But I Still Have It ... Api Client Doesn'T Have Methods To Work With Datasets ...

hi @<1523701087100473344:profile|SuccessfulKoala55>
Yes, self hosted
WebApp: 1.10.0-357 • Server: 1.10.0-357 • API: 2.24

7 months ago
0 Hello Community! How I Can Add S3 Credentials To S3 Bucket In Example.Env For Clearml-Serving-Triton? I Need To Add Bucket Name, Keys And Endpoint

Yandex Cloud - it’s S3 storage provider for me. And I’m already upload my models to this S3. Now i want to connect this S3 bucket credentials to clearml-serving-triton

one year ago
0 Hello Community! How I Can Add S3 Credentials To S3 Bucket In Example.Env For Clearml-Serving-Triton? I Need To Add Bucket Name, Keys And Endpoint

Hi QuaintStork2 I have a look at https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html
And didn’t see any variables as bucket name and host. Access key and token - ok. But i need also host and bucket name)

one year ago
0 Hello Community! How I Can Add S3 Credentials To S3 Bucket In Example.Env For Clearml-Serving-Triton? I Need To Add Bucket Name, Keys And Endpoint

AgitatedDove14 SweetBadger76 i hope you can help with one more question
For the test I logged my new model to clearml-server file host and take models for clearml-serving from there. And it works with clearml-serving model add, but for clearml-serving model auto-update i do not exactly understand what happens. I see my auto-update model in models list in serving, but in output logs triton print that poll failed.

command for add model (which works)
` clearml-serving --id 5e4851e9ec3f4f148...

one year ago
0 Hi! Im Trying To Log 150Gb Dataset With Clearml To S3 Bucket. Whats The Reason For This Problem?

So the reason is storage limit? Not clearml request size or something like that?

one year ago
0 And One More Question. How Can I Get Loaded Model In Preporcess Class In Clearml Serving?

AgitatedDove14 Hi. I and Vlad work together and I think I can paraphrase his question.
We’ve got out clearml-serving and we trained our model. Then we want to add that model to serving. But we need to write our custom preprocess.py in which we need to call method generate from our model. But we do not exactly understand how we can load/refer to our model.
In examples about custom engine we’ve got this
` class Preprocess(object):
"""
Notice the execution flows is synchronous as ...

one year ago
0 And One More Question. How Can I Get Loaded Model In Preporcess Class In Clearml Serving?

AgitatedDove14 we will try to use Triton, but it’s a bit hard with transformer model.
All extra packages we add in serving)
We made now like this. We in preprocessor.py load our model from S3 bucket and then use it. But it’s maybe not the best solution

one year ago
0 And One More Question. How Can I Get Loaded Model In Preporcess Class In Clearml Serving?

AgitatedDove14 KindChimpanzee37 Can you help with this question pls?

one year ago