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 7 months ago

Reputation

0

Badges 1

121 × Eureka!
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
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,...
3 years ago
0 Votes
3 Answers
868 Views
0 Votes 3 Answers 868 Views
I was running the hyperparameter optimization code in clearml. I understand Iteration is one single experiment but what does the other parameters refer to ? ...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
1 Answers
953 Views
0 Votes 1 Answers 953 Views
Currently, I start my clearml queues like this from the command shell. Is there a more elegant way to do this/ Like running it in perpetuity ? python clearml...
3 years ago
0 Votes
0 Answers
456 Views
0 Votes 0 Answers 456 Views
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/base_template_keras_simple.py Hi, I am running this code ...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Using the s3 to push data, I tried this snippet.. How to add in the key and secret key ? I see that it requires another class, StorageHelper, but I wasnt abl...
3 years ago
0 Votes
2 Answers
955 Views
0 Votes 2 Answers 955 Views
I suppose the Data Management & Lineage (is similar to clearml-data in the open source version) and if so, what is this Hyperdatasets function (Not really ge...
3 years ago
Show more results questions
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 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 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

i ran this in my local machine..
clearml-task --project playground --name tensorboard_toy --script tensorboard_toy.py --requirements requirements.txt --queue myqueue

3 years ago
0 Hi Folks, We Are Trying To Find A Tool To Help With Workflow Orchestration. This Is Our Stack So Far (Label Studio/Clearml/Seldon). Does Anyone Have Any Experience With Using Any Workflow Which Is Most Compatible Esp Wrt To Clearml.

AgitatedDove14 We too self host (on prem) the helm charts in our local k8s ecosystem.
Triggering - Will be nice feature indeed, currently we are using clearml.monitors to address these now
Is it the UI presenting the entire workflow? - This portion will also be nice. (Let's say someone uses a 1) clearmldataset -> 2) Pipeline Controller (Contains preprocessing, training, hyperparamter tuning) -> 3) clearml-serving ).. If they can see the entire thing, in one flow
We are using seldon f...

3 years ago
0 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

Hi guys,
I filled up the default_output_ur in the conf file, but it doesnt get reflected in the clearml ui.
Disclaimer : Clearml is setup as a k8s pod using the Helm charts
sdk { development { # Default Task output_uri. if output_uri is not provided to Task.init, default_output_uri will be used instead. default_output_uri: " " } }

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 , 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 Dear Community! I'M Trying Out A New Way To Make Clearml-Related Content. I'D Like Your Opinion On Whether This Is Something You Would Consider Watching (Provided Editing And Content Is A Little Bit Better

nice... we need moarrrrrrrr !!!!!!!!
It wud be really helpful, if you cud do the next episode on setting up clearml in kubernetes.. 😇
In anyways, keep up the good work for the community

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, I Am Running A File Like This

Hi AgitatedDove14 , Attached my create version compared to init version..
When I enqueue both the init and create version into my clearmlQueue, it seems the create version doesnt execute at all.
It just mentions "2021-05-26 16:02:13,053 - clearml - WARNING - Terminating local execution process" and says it has completed successfully.

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 Clearml Server For Kubernetes Clusters Using Helm

Hi, for the values.yaml, is there some reference for it esp so , if we assign more Memory to webserver service etc. I tried googling around but so far no luck

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 Hi, We Have Clearml On K8 Setup. Using The Below, We Run Dynamic Pods On The Cluster.

` Could not load dynamic library 'libcupti.so.11.0'; dlerror: libcupti.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64
2021-03-11 09:11:17.368793: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'libcupti.so'; dlerror: libcupti.so: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64
2021-03-11 09...

3 years ago
0 Hi, I Am Running A File Like This

The above screenshot is from my local settings... My agents run in the k8s system (like in a pod)

3 years ago
0 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

Yeah, that worked.. As I was the running the agent in a different machine as our deployment of clearml was in k8s.

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
0 Hi , I Have This Use Case.

kkie.. I have two differenet projects under clearml web server.
First project , stores datasets only.. using clearml-data (PROJ_1) Second project, is a clearml-pipeline project, (PROJ_2) which pulls the latest commited dataset from (PROJ_1) and does few other steps ... Now, I manually start the PROJ_2 when i know the dataset is updated in PROJ_1.

3 years ago
0 Prev, I Worked With Clearml (1 Year Back) And Back Then, We Config Seldon Core For The Deployment And Clearml For The Training.. Now There Is Clearml-Serving, Does It And Can It Fulfill A Similar Objective ?

what does a control plane do ? I cant understand this..
Like the serving engine, will get the user input, preprocess, infer it and send back the results..

2 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 I Suppose The

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

3 years ago
Show more results compactanswers