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, 421 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

380 × Eureka!
0 Votes
18 Answers
211 Views
0 Votes 18 Answers 211 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 ...
2 years ago
0 Votes
6 Answers
193 Views
0 Votes 6 Answers 193 Views
Off topic - Is there a slack / discord community for general ML discussions?
2 years ago
0 Votes
16 Answers
189 Views
0 Votes 16 Answers 189 Views
Any pointers on running gpu tasks with k8s glue?
2 years ago
0 Votes
30 Answers
189 Views
0 Votes 30 Answers 189 Views
Is it possible to set an environment variable for a task?
2 years ago
0 Votes
0 Answers
220 Views
0 Votes 0 Answers 220 Views
AgitatedDove14 - similarly seeing some difference in way packages are installed. How does clearml agent cache packages? having issues with Click 7 vs 8.
2 years ago
0 Votes
4 Answers
199 Views
0 Votes 4 Answers 199 Views
How does the uncommitted changes stuff work? Is it only for modified changes and not untracked files?
2 years ago
0 Votes
27 Answers
176 Views
0 Votes 27 Answers 176 Views
Getting this error at task.execute_remotely()
2 years ago
0 Votes
30 Answers
195 Views
0 Votes 30 Answers 195 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...
2 years ago
0 Votes
7 Answers
201 Views
0 Votes 7 Answers 201 Views
2 years ago
0 Votes
2 Answers
250 Views
0 Votes 2 Answers 250 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...
2 years ago
0 Votes
13 Answers
207 Views
0 Votes 13 Answers 207 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 ...
2 years ago
0 Votes
21 Answers
185 Views
0 Votes 21 Answers 185 Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
2 years ago
0 Votes
3 Answers
194 Views
0 Votes 3 Answers 194 Views
What is parent task for a dataset? When does it get populated?
2 years ago
0 Votes
4 Answers
203 Views
0 Votes 4 Answers 203 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’...
2 years ago
0 Votes
3 Answers
220 Views
0 Votes 3 Answers 220 Views
one year ago
0 Votes
5 Answers
245 Views
0 Votes 5 Answers 245 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...
2 years ago
0 Votes
0 Answers
196 Views
0 Votes 0 Answers 196 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
2 years ago
0 Votes
10 Answers
183 Views
0 Votes 10 Answers 183 Views
Does k8s glue support running service agent? Slightly confused here
2 years ago
0 Votes
2 Answers
213 Views
0 Votes 2 Answers 213 Views
2 years ago
0 Votes
2 Answers
209 Views
0 Votes 2 Answers 209 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
one year ago
0 Votes
4 Answers
200 Views
0 Votes 4 Answers 200 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?
2 years ago
0 Votes
4 Answers
185 Views
0 Votes 4 Answers 185 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...
2 years ago
0 Votes
17 Answers
209 Views
0 Votes 17 Answers 209 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...
2 years ago
0 Votes
12 Answers
209 Views
0 Votes 12 Answers 209 Views
2 years ago
0 Votes
12 Answers
181 Views
0 Votes 12 Answers 181 Views
Has anyone done this exact use case - updates to datasets triggering pipelines?
2 years ago
0 Votes
1 Answers
191 Views
0 Votes 1 Answers 191 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...
2 years ago
0 Votes
21 Answers
216 Views
0 Votes 21 Answers 216 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...
2 years ago
0 Votes
30 Answers
190 Views
0 Votes 30 Answers 190 Views
Is it possible to add a callback for a pipeline from a step?
2 years ago
0 Votes
7 Answers
198 Views
0 Votes 7 Answers 198 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...
2 years ago
0 Votes
0 Answers
180 Views
0 Votes 0 Answers 180 Views
Can I do these from a notebook? https://github.com/allegroai/clearml/blob/master/examples/pipeline/step2_data_processing.py
2 years ago
Show more results questions
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

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

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

Sagemaker will make that easy, especially if I have sagemaker as the long tail choice. Granted at a higher cost

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

Running multiple k8s_daemon rightt? k8s_daemon("1xGPU") and k8s_daemon('cpu') right?

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

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

Got it. Never ran GPU workload in EKS before. Do you have any experience and things to watch out for?

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

Ah ok there’s only optimizer.stop in the example

2 years ago
Show more results compactanswers