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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is it not possible to fire and forget a pipeline? In this example, what’s the step to just trigger a pipeline without waiting? Without the pipe.wait() I don’...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
When using something like pdf2image which requires poppler (which can be installed with conda), how can I ensure that the task can run on an agent correctly?...
3 years ago
0 Votes
4 Answers
950 Views
0 Votes 4 Answers 950 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...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
This verify param to decode of pyjwt seems to be removed and in a fresh intallation we are seeing this error: File "/usr/local/lib/python3.7/site-packages/cl...
3 years ago
0 Votes
2 Answers
980 Views
0 Votes 2 Answers 980 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
7 Answers
996 Views
0 Votes 7 Answers 996 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
7 Answers
1K Views
0 Votes 7 Answers 1K Views
3 years ago
0 Votes
10 Answers
946 Views
0 Votes 10 Answers 946 Views
Does k8s glue support running service agent? Slightly confused here
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
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
0 Answers
969 Views
0 Votes 0 Answers 969 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
30 Answers
980 Views
0 Votes 30 Answers 980 Views
Is it possible to set an environment variable for a task?
3 years ago
0 Votes
9 Answers
982 Views
0 Votes 9 Answers 982 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
29 Answers
979 Views
0 Votes 29 Answers 979 Views
Getting this error at task.execute_remotely()
3 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Does clearml-session work in a Kubernetes environment?
3 years ago
0 Votes
16 Answers
970 Views
0 Votes 16 Answers 970 Views
Any pointers on running gpu tasks with k8s glue?
3 years ago
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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
logger.report_table with a pandas df, that used to work fine, is suddenly not working - no table in plots but nothing in log (same code otherwise). Seen this...
3 years ago
0 Votes
2 Answers
947 Views
0 Votes 2 Answers 947 Views
The
The execute_jupyter_notebook_server.py link in https://allegro.ai/clearml/docs/docs/examples/services/jupyter-service/execute_jupyter_notebook_server.html is...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
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
12 Answers
1K Views
0 Votes 12 Answers 1K Views
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Clearml-Serving will automatically serve published models from your ClearML model repository, so the first step is getting a model into your ClearML model re...
3 years ago
0 Votes
3 Answers
925 Views
0 Votes 3 Answers 925 Views
Wondering how the services to access can be setup
3 years ago
0 Votes
8 Answers
956 Views
0 Votes 8 Answers 956 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
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
0 Answers
973 Views
0 Votes 0 Answers 973 Views
Can I do these from a notebook? https://github.com/allegroai/clearml/blob/master/examples/pipeline/step2_data_processing.py
3 years ago
0 Votes
4 Answers
976 Views
0 Votes 4 Answers 976 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
2 Answers
937 Views
0 Votes 2 Answers 937 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
17 Answers
976 Views
0 Votes 17 Answers 976 Views
Is it possible to schedule pipelines on events like dataset update?
3 years ago
Show more results questions
0 Is It Possible To Schedule Pipelines On Events Like Dataset Update?

Trying to understand these, maybe playing around will help

3 years ago
0 Is It Possible To Do Additional Setup (The

Awesome, thanks! Sorry missed it

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

My question is - I have this in a notebook now. How can i make it such that any update to the upstream database triggers this data transformation step

3 years ago
0 Is It Possible To Do Additional Setup (The

Ah is it, didn’t know about that. Let me check it out.

3 years ago
0 Similar Question But When Running A Pipeline, Can I Control The Tags That The Tasks A Pipeline Creates?

AgitatedDove14 - on a similar note, using this is it possible to add to requirements of task with task_overrides?

3 years ago
3 years ago
0 After I Have Create A Task And Closed It In A Notebook, Any Activity Seems To Trigger Another Task. For Example:

I have convention of root task for experiments and a sub-project Pipelines for running “sandboxed” pipeline task. So I do some magic like this

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

I had given some feedback previously, hope they can be addressed 🤞

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
0 Does K8S Glue Support Running Service Agent? Slightly Confused Here

I guess it won’t due to the nature of services?

3 years ago
3 years ago
Show more results compactanswers