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 Another Qn, Is Clearml-Data Analogous To A Feature-Store

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

2 years ago
0 Hi, I'M Using The K8S Glue And Have A Few Questions.

For me too, had this issue.. I realised that k8s glue, wasnt using the GPU resource compared to running it as clearml-agent..TimelyPenguin76 suggested using the latest Cuda11.0 images, though it also didnt work.

3 years ago
3 years ago
0 Hi , I Have This Use Case.

Yes, I am already using a Pipeline.

2.  I have another project build using the Pipeline. The pipeline always loads the last commited dataset from the above Dataset project and run few other stuff.

Just not sure, how to make the Pipeline to listen to changes in the Dataset project.

3 years ago
0 Hi , I Have This Use Case.

I mean PROJ_1 gets updated from an external source...

3 years ago
0 Hi , I Have This Use Case.

TimelyPenguin76 :
from clearml import Dataset ds = Dataset.get(dataset_project="PROJ_1", dataset_name="dataset")

3 years ago
0 Hi , I Have This Use Case.

MagnificentSeaurchin79 How to do this ? Can it be done via ClearMl itself ?

sounds like you need to run a service to monitor for new commits in PROJ_1, to trigger the pipeline

3 years ago
0 Hi , I Have This Use Case.

TimelyPenguin76 : Yup that's what I do now.. However, shld config to use some distributed storage later

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 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 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.

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.

Just to add on, I am using minikube now.

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 Hi, I Am Running A Pipeline (Which Does Preprocessing And Training) ? Once Training Ends, I Want To Automatically Publish The Task (Model). Reading The Docs, I Tried This Approach Below. I Wrote A

AgitatedDove14
Just figured it out..
node.base_task_id is the base task, which will always be in draft mode, Instead we should use the node.executed which references the current executed node.

2 years ago
0 Hi, I Am Running A Pipeline (Which Does Preprocessing And Training) ? Once Training Ends, I Want To Automatically Publish The Task (Model). Reading The Docs, I Tried This Approach Below. I Wrote A

More than the documentation, my main issue was that naming executed is far too vague.. Maybe something like executed_task_id or something along that line is more appropriate. 👍

2 years ago
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 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..

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..

3 years ago
0 I Just Deployed Clearml Into K8 Cluster Using Clearml Helm Package. When I Ran A Job, It Gave This Error In The Clearml Web Server (Attached Below). I Sshed Into The Pod Running The Clearml-Agent. Upon Typing Clearml-Agent Init, I Realised The Clearml.Con

Hi AgitatedDove14 , I also fiddled around by changing this line and restarted the deployment. But this just causes it revert back 0.17.2rc4 again.
python3 -m pip install clearml-agent==0.17.2rc3

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
Show more results compactanswers