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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
More an internal utilities usage question - if I have a script (.py) can I use an utility that clearml uses to get the packages used by the script? Was looki...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Similar question but when running a pipeline, can I control the tags that the tasks a pipeline creates? add_pipeline_tags adds tags from pipeline to the task...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Collecting click Using cached click-8.0.1-py3-none-any.whl (97 kB)And then: ERROR: typer 0.3.2 has requirement click<7.2.0,>=7.1.1, but you'll have click 8.0...
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Has anyone done this exact use case - updates to datasets triggering pipelines?
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is it possible to do additional setup (the extra_bash_init_script , container_bash_script etc per task? Say a task requires a system package, install it befo...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Off topic - Is there a slack / discord community for general ML discussions?
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Currently clearml-agent in services-mode supports cpu only configuration. Any particular reason for this limitation? Any inputs on what’s needed to do this i...
4 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
4 years ago
Show more results questions
0 Any Pointers On Running Gpu Tasks With K8S Glue?

I am seeing that it still picks up nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04

4 years ago
0 Hi! I'Ve Been Trying Out The

Ok code suggests so. Looking for more powerful pipeline scheduling like on datasets publish, actions on model publish etc

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

What’s overrides_yaml vs template_yaml?

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

I don’t use the UI. Which param do you mean?

4 years ago
0 Apart From Having Packages In Requirements.Txt, Does Clearml Expect Them To Be Actuall Installed To Add Them As Installed Packages For A Task?

Is it not possible to say just look at my requirements.txt file and the imports in the script?

4 years ago
4 years ago
0 Looking At Clearml-Serving - Two Questions - 1, What’S The Status Of The Project 2. How Does One Say How A Model Is Loaded And Served Etc? For Example, If I Have A Spacy Ner Model, I Need To Specify Some Custom Code Right?

Here’s an example error I get trying it out on one of the example models:
Error: Requested Model project=ClearML Examples name=autokeras imdb example with scalars tags=None not found. 'config.pbtxt' could not be inferred. please provide specific config.pbtxt definition.

4 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

Ok so that’s nothing more than what I would configured in the clearml config then

4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

Thoughts AgitatedDove14 SuccessfulKoala55 ? Some help would be appreciated.

4 years ago
0 I Saw Some Talk Of Clearml + Kedro On Reddit. Is That A Good Approach?

I am going to be experimenting a bit as well, will get back on this topic in a couple of weeks 🙂

4 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

The description says this though

A section name associated with the connected object. Default: 'General'

4 years ago
4 years ago
0 Seeing This Error When Trying To Run A Monitor In Services Queue (Agentservices Running On Kubernetes): Am I Missing Some Configuration I Need To Add Over Defaults?

This is the command that is running:

` ['docker', 'run', '-t', '-e', 'NVIDIA_VISIBLE_DEVICES=none', '-e', 'CLEARML_WORKER_ID=clearml-services:service:c606029d77784c69a30edfdf4ba291a5', '-e', 'CLEARML_DOCKER_IMAGE=', '-v', '/tmp/.clearml_agent.72r6h9pl.cfg:/root/clearml.conf', '-v', '/root/.clearml/apt-cache:/var/cache/apt/archives', '-v', '/root/.clearml/pip-cache:/root/.cache/pip', '-v', '/root/.clearml/pip-download-cache:/root/.clearml/pip-download-cache', '-v', '/root/.clearml/cache:/clea...

4 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

As in if there are jobs, first level is new pods, second level is new nodes in the cluster.

4 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

AgitatedDove14 - any pointers on how to run gpu tasks with k8s glue. How to control the queue and differentiate tasks that need cpu vs gpu in this context

4 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

Running multiple k8s_daemon rightt? k8s_daemon("1xGPU") and k8s_daemon('cpu') right?

4 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

AgitatedDove14 aws autoscaler is not k8s native right? That's sort of the loose point I am coming at.

4 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

For different workloads, I need to habe different cluster scaler rules and account for different gpu needs

4 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

Got it. Never ran GPU workload in EKS before. Do you have any experience and things to watch out for?

4 years ago
0 I Am Not Familiar With Pytorch, But Is It Expected That So Many “Models” Are Created? These Are Being Repeated As Well For A Single Task (This Is Training A T5_Model With Transformers):

` if project_name is None and Task.current_task() is not None:
project_name = Task.current_task().get_project_name()

if project_name is None and not Task.running_locally():
task = Task.init()
project_name = task.get_project_name() `

4 years ago
0 Can Someone Help Me With Deploying This Example Model (From Triton Inference Server) Deployed In Clearml-Serving? Too Many Random Errors For Me To Figure It Out

That makes sense - one part I am confused on is - The Triton engine container hosts all the models right? Do we launch multiple gorups of these in different projects?

4 years ago
Show more results compactanswers