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
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
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
If i have a dataset and i process it and I want the processed data as another dataset, is parent the right approach?
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
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K 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...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
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
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Need some help with shell script for a task that is not running from what I can see: Have a apt-get install -y poppler-utils and I don’t see it being install...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
How does the uncommitted changes stuff work? Is it only for modified changes and not untracked files?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
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 ...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K 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...
4 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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.
4 years ago
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
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Does ClearML have a way to do Human In the Loop activities as part of a pipeline that I might have missed?
3 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
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Any pointers on running gpu tasks with k8s glue?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
4 Answers
2K Views
0 Votes 4 Answers 2K 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?
4 years ago
0 Votes
18 Answers
3K Views
0 Votes 18 Answers 3K Views
Does clearml-session work in a Kubernetes environment?
4 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K 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?...
4 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
ClearML Server deployment uses node storage. If more than one node is labeled as app=clearml, and you redeploy or update later, then ClearML Server may not l...
4 years ago
Show more results questions
4 years ago
0 I Saw Some Talk Of Clearml + Kedro On Reddit. Is That A Good Approach?

This actually ties well with the next version of pipelines we are working on

Is there a way to see a roadmap on such things AgitatedDove14 ?

4 years ago
0 Collecting Click Using Cached Click-8.0.1-Py3-None-Any.Whl (97 Kb)

Yeah but where’s the cache from? does it setup a pip cache anywhere?

4 years ago
0 Getting This Error At

Lot of time had passed though

4 years ago
0 Logger.Report_Table

Nothing. nothing apparent at least

4 years ago
0 The

Great, thanks

4 years ago
0 Does K8S Glue Support Running Service Agent? Slightly Confused Here

I guess the question is - I want to use services queue for running services, and I want to do it on k8s

4 years ago
0 Getting This Error At

The console output in the UI says done but the pipeline is still “running”

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

Yeah got it. Was mainly wondering if k8s glue was meant for this as well or not

4 years ago
0 When I Do Task.Init() And Then A Execute_Remotely(), The Task Is Being Aborted Rather Than Be In Draft. Am I Missing Something?

AgitatedDove14 - thoughts on this? I remember that it was Draft before, but maybe because it was in a notebook vs now I am running a script?

4 years ago
0 Does Clearml Have A Way To Do Human In The Loop Activities As Part Of A Pipeline That I Might Have Missed?

AgitatedDove14 sounds almost what might be needed, will give it a shot. Thanks, as always 🙂

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?

4 years ago
0 Are People Using Devcontainer + Clearml-Session?

Yeah mostly. With k8s glue going, want to finally look at clearml-session and how people are using it.

4 years ago
4 years ago
Show more results compactanswers