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

Reputation

0

Badges 1

383 × Eureka!
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Has anyone done this exact use case - updates to datasets triggering pipelines?
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Is it not possible to add artifacts to a completed task?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
9 Answers
981 Views
0 Votes 9 Answers 981 Views
When using docker mode (and specifically k8s glue), what are the options for caching? One option is definitely having a base image that has the things needed...
3 years ago
0 Votes
16 Answers
969 Views
0 Votes 16 Answers 969 Views
Any pointers on running gpu tasks with k8s glue?
3 years ago
0 Votes
4 Answers
971 Views
0 Votes 4 Answers 971 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...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
I am seeing that some steps in a pipeline are being skipped. Like for example, in a pipeline with 4 steps, it’s directly starting at step 3. Is there some re...
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
3 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Is it possible to increase the polling interval for k8s glue? Currently it is 5 seconds I believe. Would adding an argument for it help? Can do a PR if so
3 years ago
0 Votes
8 Answers
949 Views
0 Votes 8 Answers 949 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...
3 years ago
0 Votes
5 Answers
947 Views
0 Votes 5 Answers 947 Views
How to update the logging level of all loggers in clearml?
2 years ago
0 Votes
17 Answers
972 Views
0 Votes 17 Answers 972 Views
Is it possible to schedule pipelines on events like dataset update?
3 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
3 years ago
0 Votes
6 Answers
943 Views
0 Votes 6 Answers 943 Views
Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.
3 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Sorry folks too many questions - if i have a project (and i set the output uri in it while creating, to a s3 folder) how can i ensure that a experiment (task...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
3 years ago
0 Votes
0 Answers
963 Views
0 Votes 0 Answers 963 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
3 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
If I have a task and a dataset is being created in a task, how can I get a “link” that this Dataset is created in this task, similar to how Model has the tas...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
How do people generally handle moving from experimental mode with notebooks and then running pipelines for production training and beyond?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
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 ...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
In 1.0.3, I am able to do task.execute_remotely(clone=True, exit_process=False) and then enqueue. In 1.0.5, it says queue must be specified. Any reason for t...
3 years ago
0 Votes
6 Answers
953 Views
0 Votes 6 Answers 953 Views
Off topic - Is there a slack / discord community for general ML discussions?
3 years ago
0 Votes
27 Answers
1K Views
0 Votes 27 Answers 1K Views
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
3 years ago
0 Votes
2 Answers
976 Views
0 Votes 2 Answers 976 Views
Would be great if ClearML is represented in the matrix. (It's mentioned as a mlops platform and the origin year) https://github.com/thoughtworks/mlops-platforms
3 years ago
0 Votes
3 Answers
941 Views
0 Votes 3 Answers 941 Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
3 years ago
Show more results questions
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

Got the engine running.

curl <serving-engine-ip>:8000/v2/models/keras_mnist/versions/1What’s the serving-engine-ip supposed to be?

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

I am essentially creating a EphemeralDataset abstraction and creating controlled lifecycle for it such that the data is removed after a day in experiments. Additionally and optionally, data created during a step in a pipeline can be cleared once the pipeline completes

3 years ago
0 My Nth Question For The Day

That's cool AgitatedDove14 , will try it out and pester you a bit more. 🙂

3 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?

3 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

I used .update_weights(path) with path being the model dir containing the model.py annd the config.pbtxt. Should I use update_weights_package ?

3 years ago
0 Getting This Error At

Got it, makes sense on that part!

3 years ago
0 I Am Seeing That Some Steps In A Pipeline Are Being Skipped. Like For Example, In A Pipeline With 4 Steps, It’S Directly Starting At Step 3. Is There Some Reason For This, Some Optimization Kicking In?

` pipe = PipelineController(
default_execution_queue="minerva-default",
add_pipeline_tags=True,
target_project=pipelines_project,
)

    for step in self.config["steps"]:
        name = self._experiment_name(step)
        pipe.add_step(
            name=name,
            base_task_project=pipelines_project,
            base_task_name=name,
            parents=self._get_parents(step),
            task_overrides...
3 years ago
3 years ago
3 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?

Hey TimelyPenguin76 - i am just using the helm chart and haven’t done any setup on top of that. the agentservices is running as is from the helm chart

3 years ago
0 Getting This Error At

Maybe related to doing in notebook. Doing a task.close() finished it as expected

3 years ago
0 Getting This Error At

That’s great, will try it out soon (it’s 2.30am here, about to crash 🙂 )

3 years ago
0 Getting This Error At

This is a Sagemaker notebook instances - Python 3.6.13

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

3 years ago
0 Is It Possible To Schedule Pipelines On Events Like Dataset Update?

Essentially, if I have a dataset on which I am performing transformations and then creating other downstream datasets

3 years ago
0 Is It Possible To Schedule Pipelines On Events Like Dataset Update?

AgitatedDove14 - where does automation.controller.PipelineController fit in?

3 years ago
3 years ago
Show more results compactanswers