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
DeliciousBluewhale87
Moderator
38 Questions, 126 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

121 × Eureka!
0 Votes
2 Answers
533 Views
0 Votes 2 Answers 533 Views
Hi, I have k8s environment and I have tried to install via helm. https://github.com/allegroai/clearml-helm-charts However, there were all kinds of errors in ...
2 years ago
0 Votes
4 Answers
581 Views
0 Votes 4 Answers 581 Views
Is there a way to output the cleamrl reports scalars / Configuration etc into a output pdf ? If not available, is it on the near term pipeline ?
3 years ago
0 Votes
10 Answers
710 Views
0 Votes 10 Answers 710 Views
Hi, I'd like to set up ClearML in a Kubernetes environment. Previously, i used the helm package, but it was not really configurable. Now I intend to use this...
3 years ago
0 Votes
3 Answers
674 Views
0 Votes 3 Answers 674 Views
Another qn, is clearml-data analogous to a feature-store
2 years ago
0 Votes
4 Answers
571 Views
0 Votes 4 Answers 571 Views
Does Clearml has a webhook mechanism ? Example, when a training job is completed.. There is notification raised so can proceed to do deployment etc ...
3 years ago
0 Votes
34 Answers
4K Views
0 Votes 34 Answers 4K Views
3 years ago
0 Votes
9 Answers
603 Views
0 Votes 9 Answers 603 Views
I have used AWS S3 and minio as storage for clearml artifacts. But has anyone used Nexus as a storage ?
2 years ago
0 Votes
5 Answers
646 Views
0 Votes 5 Answers 646 Views
3 years ago
Show more results questions
0 Hi, Just Checking.. Does Anyone Know Whether Clearml Enterprise Has Deployment Functionality..

Yeah, currently we are evaulating Seldon.. But was wondering whether clearml enterprise version wud do something similar ?

3 years ago
0 Hi, Just Checking.. Does Anyone Know Whether Clearml Enterprise Has Deployment Functionality..

kkie.. was checking in the forum (if anyone knows anything) before asking them..

3 years ago
3 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

We have to do it in-premise.. Cloud providers are not allowed for the final implementation. Of course, now we use Cloud to test out our ideas.

3 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

Hi SuccessfulKoala55 , kkie..
1)Actually, now i am using AWS. I am trying to set up Clearml server in K8. However, clearml-agents will be just another ec2-instance/docker image.
2) For phase 2, I will try Clearml AWS AutoScaler Service.
3) At this point, I think I will have a crack at JuicyFox94 's solution as well.

3 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

Our main goal, maybe I shld have stated prior. We are data scientists who need a mlops environment to track and also run our experiments..

3 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

nice.. this looks a bit friendly.. 🙂 .. Let me try it.. Thanks

3 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

sure, I'll post some questions once I wrap my mind around it..

3 years ago
0 Base_Template_Keras_Simply.Py

Essentially, while running on k8s_glue, I want to pull the docker image/container, then pip install the additional requirements.txt into them...

3 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

Thanks JuicyFox94 .
Not really from devops background, Let me try to digest this.. 🙏

3 years ago
0 Hi, We Have Clearml On K8 Setup. Using The Below, We Run Dynamic Pods On The Cluster.

We have k8s on ec2 instances in the cloud. I'll try it there 2morrow and report back..

3 years ago
0 I Suppose The

kkie, tks.. I will connect with you offline .

3 years ago
0 Another Qn, Currently When Building Pipelines. We Use Python Codes As Steps. Is It Possible To Substitute These Steps Using Containers Instead. The Main Reason, Being This Will Be Much More Faster Than In Each Step Vs (Building Docker Image And Running Co

Hi, using the pipeline examples, with
step1_dataset_artifact.py, step2_data_processing.py, step3_train_model.py ==> pipeline_controller.pyIn the above example, the pipeline_controller is stringing together 3 python files, instead could it string together 3 containers instead. Of course, we can manually compile each into a docker image, but does clearml has some similar approach baked in.

3 years ago
0 Hi, We Have Clearml On K8 Setup. Using The Below, We Run Dynamic Pods On The Cluster.

let me run the clearml-agent outside the k8 system.. and get back to u

3 years ago
0 Base_Template_Keras_Simply.Py

AgitatedDove14 Full Log as requested.

3 years ago
0 Hi Everyone, Yesterday I Pushed An Experiment To The

Btw, this is just the example code from clearml repo..

3 years ago
0 Does Anyone Know If You Can Export A Dataset (Ml) Directly From A Database To The Clearml-Data Or Have To Export Out As Csv First ?

No no, I mean now i can export a csv file into clearml-data. I was wondering if it possible to export directly from a sql database.

2 years ago
0 Another Qn, Is Clearml-Data Analogous To A Feature-Store

Maybe more of data repository than a model repository...

2 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

Just to add on, I am using minikube now.

3 years ago
0 Is There A Way To Output The Cleamrl Reports Scalars / Configuration Etc Into A Output Pdf ? If Not Available, Is It On The Near Term Pipeline ?

Hi AgitatedDove14 , imho links are def better, unless someone decides to archive their Tasks.. Just wondering about the possibility only..

2 years ago
0 Is There A Way To Output The Cleamrl Reports Scalars / Configuration Etc Into A Output Pdf ? If Not Available, Is It On The Near Term Pipeline ?

It is like generating a report per Task level (esp for Training Jobs).. It's like packaging a report out per Training job..

2 years ago
0 Hi, I'D Like To Set Up Clearml In A Kubernetes Environment. Previously, I Used The Helm Package, But It Was Not Really Configurable. Now I Intend To Use This

This is where I downloaed the log. Seems like some docker issue, though i cant seem to figure it out. As an alternative, I spawned a clearml-agent outside the k8 environment and it was able to execute well.

3 years ago
0 Hi, I'D Like To Set Up Clearml In A Kubernetes Environment. Previously, I Used The Helm Package, But It Was Not Really Configurable. Now I Intend To Use This

When I push a job to an agent node, i got this error.
"Error response from daemon: network None not found"

3 years ago
0 Hi, I'D Like To Set Up Clearml In A Kubernetes Environment. Previously, I Used The Helm Package, But It Was Not Really Configurable. Now I Intend To Use This

Hi, will proceed to close this thread. We found some issue with the underlying docker in our machines. We've have not shifted to another k8 of ec2 instances in AWS.

3 years ago
Show more results compactanswers