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
36 Questions, 115 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

110 × Eureka!
0 Votes
2 Answers
326 Views
0 Votes 2 Answers 326 Views
2 years ago
0 Votes
7 Answers
355 Views
0 Votes 7 Answers 355 Views
Hi, just checking.. Does anyone know whether clearml Enterprise has deployment functionality..
2 years ago
0 Votes
3 Answers
353 Views
0 Votes 3 Answers 353 Views
https://github.com/allegroai/clearml-server-helm I am following this k8 setup for clearml-server-helm. Here the clearml-agents are being started automaticall...
2 years ago
0 Votes
2 Answers
396 Views
0 Votes 2 Answers 396 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...
2 years ago
0 Votes
2 Answers
398 Views
0 Votes 2 Answers 398 Views
2 years ago
0 Votes
9 Answers
367 Views
0 Votes 9 Answers 367 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
2 Answers
358 Views
0 Votes 2 Answers 358 Views
Do we get workers in the http://app.community.clear.ml servers ?
2 years ago
0 Votes
5 Answers
345 Views
0 Votes 5 Answers 345 Views
Hi everyone, yesterday I pushed an experiment to the http://app.community.clear.ml server. It is still pending after 19 hours, is this normal behaviour ? Thanks
2 years ago
0 Votes
3 Answers
401 Views
0 Votes 3 Answers 401 Views
Another qn, is clearml-data analogous to a feature-store
one year ago
0 Votes
12 Answers
339 Views
0 Votes 12 Answers 339 Views
Hi, I have quite a generic question. Basically, I am picking your brains for any solution. Our current pipeline has (clearml-data, clearml and seldon). We we...
2 years ago
0 Votes
11 Answers
343 Views
0 Votes 11 Answers 343 Views
Hi, we have clearml on k8 setup. Using the below, we run dynamic pods on the cluster. k8s_glue_example.py --queue glue_qI pushed this code, https://github.co...
2 years ago
0 Votes
5 Answers
394 Views
0 Votes 5 Answers 394 Views
For the Clearml-Server component, can the Clearml File server be configured to any kind of storage ? Example hdfs or even a database etc..
one year ago
0 Votes
13 Answers
366 Views
0 Votes 13 Answers 366 Views
Hi , I have this use case. I have Dataset project. This stores the dataset and its lineage. 2. I have another project build using the Pipeline. The pipeline ...
2 years ago
0 Votes
14 Answers
366 Views
0 Votes 14 Answers 366 Views
Hi, I am running a file like this python train_it.py Task.force_requirements_env_freeze(False) task = Task.init(project_name='playground', task_name='base') ...
2 years ago
0 Votes
23 Answers
356 Views
0 Votes 23 Answers 356 Views
Hi, expanding on ReassuredTiger98 ’s earlier question, Let's say Alice is running an hyperparameter optimization task on a particular queue, and spins off hu...
2 years ago
0 Votes
1 Answers
342 Views
0 Votes 1 Answers 342 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...
2 years ago
0 Votes
1 Answers
339 Views
0 Votes 1 Answers 339 Views
Hi , I have set up clearml using the helm chart in k8s. I have been wanting to set up an authentication for the clearml server. https://allegro.ai/clearml/do...
2 years ago
0 Votes
2 Answers
391 Views
0 Votes 2 Answers 391 Views
i was able to run my clearml-agent but when i tried in docker mode. I got the below error. Btw, my worker runs in non-gpu machine but also dont need GPU as w...
one year ago
0 Votes
5 Answers
371 Views
0 Votes 5 Answers 371 Views
Seems clearml-server-k8s has been deprecated in version 1.0.. Did this to install helm install allegroai/clearml-server-chart --namespace=clearml --generate-...
2 years ago
0 Votes
4 Answers
347 Views
0 Votes 4 Answers 347 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 ...
2 years ago
0 Votes
4 Answers
437 Views
0 Votes 4 Answers 437 Views
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 ?
2 years ago
0 Votes
3 Answers
394 Views
0 Votes 3 Answers 394 Views
Hi, Just a silly question. Using clearml-data, Am I right to say every data commit is immutable, as in , it isnt possible to open an existing task-id(for dat...
2 years ago
0 Votes
9 Answers
383 Views
0 Votes 9 Answers 383 Views
Quick qn, when using the clearml-task, how to specify the output_uri.
2 years ago
0 Votes
5 Answers
385 Views
0 Votes 5 Answers 385 Views
2 years ago
0 Votes
30 Answers
336 Views
0 Votes 30 Answers 336 Views
2 years ago
0 Votes
6 Answers
365 Views
0 Votes 6 Answers 365 Views
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...
one year ago
0 Votes
8 Answers
426 Views
0 Votes 8 Answers 426 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...
2 years ago
0 Votes
4 Answers
356 Views
0 Votes 4 Answers 356 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 ?
2 years ago
0 Votes
11 Answers
399 Views
0 Votes 11 Answers 399 Views
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 expe...
2 years ago
0 Votes
12 Answers
443 Views
0 Votes 12 Answers 443 Views
https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/base_template_keras_simple.py Hi, I am running this code ...
2 years ago
Show more results questions
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"

2 years ago
2 years ago
0 Base_Template_Keras_Simply.Py

Hi AgitatedDove14 , Just updated that flag, but the problem continues..
` agent.package_manager.system_site_packages = true
.....
Environment setup completed successfully

Starting Task Execution:

ClearML results page: files_server:
Traceback (most recent call last):
File "base_template_keras_simple.py", line 15, in <module>
import tensorflow as tf # noqa: F401
File "/root/.clearml/venvs-builds/3.6/lib/python3.6/site-packages/clearml/binding/import_bind.py", line 59, in __pat...

2 years ago
0 Base_Template_Keras_Simply.Py

Just figured out..
Seems like the docker image below, didnt have tensorflow package.. 😮
tensorflow/tensorflow:latest-devel-gpuI shld have checked prior... My Bad..
Thanks for the help

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

2 years ago
0 Base_Template_Keras_Simply.Py

AgitatedDove14 Full Log as requested.

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.

2 years ago
0 Hi, I Have Quite A Generic Question. Basically, I Am Picking Your Brains For Any Solution. Our Current Pipeline Has (Clearml-Data, Clearml And Seldon). We Were Looking For Some Workflow Orchestrator To Stitch Them Up. One Scenario:

we also might have some other steps incorporated for other tools. We intend to have Label-Studio upstream.. So defintely needed some orchestrator tool

2 years ago
0 Hi, I Have Quite A Generic Question. Basically, I Am Picking Your Brains For Any Solution. Our Current Pipeline Has (Clearml-Data, Clearml And Seldon). We Were Looking For Some Workflow Orchestrator To Stitch Them Up. One Scenario:

Hi AgitatedDove14 ,
At this point, Showing the url of the cleamltask might be sufficient. Unless in the future, someone wants it to be customised.
But the bigger question is if there is tool to aid with this workflow building ? We are currently experimenting with airflow/prefect.

2 years ago
0 Hi, I Have Quite A Generic Question. Basically, I Am Picking Your Brains For Any Solution. Our Current Pipeline Has (Clearml-Data, Clearml And Seldon). We Were Looking For Some Workflow Orchestrator To Stitch Them Up. One Scenario:

One use case now :
Load Data from Label Studio (Manager to manually approve) Push data to Clearml-data Run Training (Manager to manually Publish) Pushes model uri to next step Seldon deploy itLater, if seldon detects a data drift, it will automatically run (steps 2-5)..
At this point, we havent drilled all of it down yet

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

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

2 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

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

Just to add on, I am using minikube now.

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

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

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

2 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: " " } }

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

yup, i updated this in my local clearml.conf... Or should be updating this elsewhere as well

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

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

Hi SuccessfulKoala55
I have set it True some time back already

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

I just downloaded the logs from the Failed task. Seem I have set the agent.package_manager.system_site_packages: true in the agent as well.

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

Using clearml-task, I am able to pass in the exact requirements.txt file, I am not sure how we can accomplish that when you using the Python train_it.py and execute_remotely() option.
AgitatedDove14

2 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)

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

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

Hi AgitatedDove14 , This isnt the issue. With or without specifying the queue, I have this error when I do the "Create version" as compared to the "Init version".
I wonder whether this is some issue with using the Create version together with execute_remotely() ..

2 years ago
Show more results compactanswers