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

Reputation

0

Badges 1

383 × Eureka!
0 Votes
2 Answers
943 Views
0 Votes 2 Answers 943 Views
3 years ago
0 Votes
10 Answers
849 Views
0 Votes 10 Answers 849 Views
Does k8s glue support running service agent? Slightly confused here
3 years ago
0 Votes
17 Answers
865 Views
0 Votes 17 Answers 865 Views
Is it possible to schedule pipelines on events like dataset update?
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
I might be missing something, but is there no way to clear all tags or remove a tag in a Task? I only see a add_tags()
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Sorry if this is addressed in docs somewhere - Does an agent map to one worker (1:1) all the time? Can I have multiple workers in an agent? Does docker mode ...
3 years ago
0 Votes
7 Answers
944 Views
0 Votes 7 Answers 944 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
8 Answers
914 Views
0 Votes 8 Answers 914 Views
Is it not possible to add artifacts to a completed task?
3 years ago
0 Votes
4 Answers
874 Views
0 Votes 4 Answers 874 Views
When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
3 years ago
0 Votes
14 Answers
932 Views
0 Votes 14 Answers 932 Views
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
3 years ago
0 Votes
30 Answers
869 Views
0 Votes 30 Answers 869 Views
Is it possible to set an environment variable for a task?
3 years ago
0 Votes
12 Answers
978 Views
0 Votes 12 Answers 978 Views
3 years ago
0 Votes
5 Answers
995 Views
0 Votes 5 Answers 995 Views
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 de...
3 years ago
0 Votes
3 Answers
828 Views
0 Votes 3 Answers 828 Views
Wondering how the services to access can be setup
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
When a transitive dependency is optional, how do we make sure the task detects it? In my case, I have a task that reads excel file using pandas which needs x...
3 years ago
0 Votes
2 Answers
838 Views
0 Votes 2 Answers 838 Views
Any ideas of using Label Studio with Clearml Datasets - base dataset, load to label studio, annotate, child annotated dataset is the kind of flow
3 years ago
0 Votes
2 Answers
876 Views
0 Votes 2 Answers 876 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
2 years ago
0 Votes
0 Answers
866 Views
0 Votes 0 Answers 866 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
7 Answers
899 Views
0 Votes 7 Answers 899 Views
3 years ago
0 Votes
16 Answers
864 Views
0 Votes 16 Answers 864 Views
Any pointers on running gpu tasks with k8s glue?
3 years ago
0 Votes
3 Answers
943 Views
0 Votes 3 Answers 943 Views
Are people using devcontainer + clearml-session?
3 years ago
0 Votes
5 Answers
924 Views
0 Votes 5 Answers 924 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
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K 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 ...
3 years ago
0 Votes
8 Answers
854 Views
0 Votes 8 Answers 854 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
3 Answers
866 Views
0 Votes 3 Answers 866 Views
Is there a way I can create a dataset as part of a pipeline and be able to see that this dataset came from this pipeline / task ?
3 years ago
0 Votes
3 Answers
894 Views
0 Votes 3 Answers 894 Views
What is parent task for a dataset? When does it get populated?
3 years ago
0 Votes
17 Answers
941 Views
0 Votes 17 Answers 941 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
7 Answers
886 Views
0 Votes 7 Answers 886 Views
My nth question for the day 🙂 What’s the general pattern for running a pipeline - train model, evaluate metrics and publish the model if satisfactory (based...
3 years ago
0 Votes
17 Answers
942 Views
0 Votes 17 Answers 942 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
3 Answers
850 Views
0 Votes 3 Answers 850 Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
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

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 Has Anyone Done This Exact Use Case - Updates To Datasets Triggering Pipelines?

Which would also mean that the system knows which datasets are used in which pipelines etc

3 years ago
0 Also! Would Like To Highlight Clearml Sdk 1.0.5 Cool New Features, In Case You'Ve Missed It

Do let me know when task scheduler docs are up 🙂

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

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

3 years ago
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

Yeah meant the 1.0+ release as I don’t think the chart has been updated

3 years ago
0 Getting This Error At

PipelineController with 1 task. That 1 task passed but the pipeline says running

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

BTW when I started using s3, I was thinking I needed to specify ouput_uri for each task. Soon realized that you just need the prefix where you want to put it into, and clearml will take care of project etc being appended to the path. So for most usecases, a single output uri set in conf should work.

3 years ago
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

Also going off this 🙂

The GCP image and Helm chart for ClearML Server maybe slightly delayed for purely man-power reasons.

3 years ago
0 Hi, I'D Like To Know If There Is A Way To Include A Process Like Aws Autoscaler And Its Configurations Inside The Clearml Helm Chart. My Goal Is To Automatically Run The Aws Autoscaler Task On A Clearml-Agent Pod When I Deploy The Clearml Services On The

I just run the k8s daemon with a simple helm chart and use it with terraform with the helm provider. Nothing much to share as it’s just a basic chart 🙂

3 years ago
0 Wondering How The Services To Access Can Be Setup

Hey SuccessfulKoala55 - this was related to the previous message. Had it clarified with AgitatedDove14

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

AgitatedDove14 - thanks for the quick reply. automation.Monitor is the abstraction i could use?

3 years ago
3 years ago
Show more results compactanswers