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
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
What is parent task for a dataset? When does it get populated?
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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
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
18 Answers
3K Views
0 Votes 18 Answers 3K Views
Does clearml-session work in a Kubernetes environment?
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
3 Answers
2K Views
0 Votes 3 Answers 2K 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 ...
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
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
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
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
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
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Any pointers on running gpu tasks with k8s glue?
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K 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?
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
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
7 Answers
2K Views
0 Votes 7 Answers 2K Views
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
AgitatedDove14 - similarly seeing some difference in way packages are installed. How does clearml agent cache packages? having issues with Click 7 vs 8.
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
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
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
4 Answers
1K Views
0 Votes 4 Answers 1K 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
19 Answers
2K Views
0 Votes 19 Answers 2K Views
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
2 Answers
1K Views
0 Votes 2 Answers 1K 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
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
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
7 Answers
2K Views
0 Votes 7 Answers 2K Views
How do people generally handle moving from experimental mode with notebooks and then running pipelines for production training and beyond?
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
Show more results questions
0 Off Topic - Is There A Slack / Discord Community For General Ml Discussions?

Yeah please if you can share some general active ones to discuss both algos and engineering side

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

Essentially - 1. run a task normally. 2. clone 3. edit to have only those two lines.

Question - since this is a task, why is Task.currnet_task() None?

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

Will debug a bit more and see what’s up

4 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

The Optimizer task is taking a lot of time to complete. Is it doing something here:

4 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

You mean the job with the exact same arguments ?

Yes

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

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

This worked well:

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

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

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

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

AgitatedDove14 - i had not used the autoscaler since it asks for access key. Mainly looking for GPU use cases - with sagemaker one can choose any instance they want and use it, autoscaler would need set instance configured right? need to revisit. Also I want to use the k8s glue if not for this. Suggestions?

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

Is there a good way to get the project of a task?

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

Awesome, thanks! Sorry missed it

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

How can a task running like this know its own project name?

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

Generally like the kedro project and pipeline setup that I have seen so far, but haven’t started using it in anger yet. Been looking at clearml as well, so wanted to check how well these two work together

4 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 Is It Possible To Add A Callback For A Pipeline From A Step?

So General would have created a General instead of Args?

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 Hi, How Do I Switch Clearml Server To Run On Https With A Self Signed Cert?

I deploy to kubernetes and have an ingress and ALB on top that terminates ssl

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 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. Anything Else? Thanks!

IF there’s a post-task script, I can add a way to zip and upload pip cache etc to s3 - as in do any caching that I want without having first class support in clearml

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

AgitatedDove14 - mean this - says name=None but text says default is General.

4 years ago
0 Hello

Sounds great!

Is nested projects in the release? I see it in the community server but no mention in the blog or the release notes?

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

AgitatedDove14 - the actual replication failed. When we run a task by cloning and enqueueing, there is a current task even if I am yet to do a Task.init right?

4 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

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

yeah i was trying in local and it worked as expected. But in local I was creating a Task first and then seeing if it’s able to get project name from it

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
Show more results compactanswers