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
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Anyway to make a job fail if the required python version (3.7 vs 3.8 for example) is not available in the agent?
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
How does the uncommitted changes stuff work? Is it only for modified changes and not untracked files?
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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Wondering how the services to access can be setup
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
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
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Is it possible to add a callback for a pipeline from a step?
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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
4 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
6 Answers
1K Views
0 Votes 6 Answers 1K 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
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is it not possible to add artifacts to a completed task?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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 ...
4 years ago
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Are people using devcontainer + clearml-session?
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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()
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
1K Views
0 Votes 2 Answers 1K 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...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Off topic - Is there a slack / discord community for general ML discussions?
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
4 Answers
1K Views
0 Votes 4 Answers 1K 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
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
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
29 Answers
2K Views
0 Votes 29 Answers 2K Views
Getting this error at task.execute_remotely()
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
9 Answers
2K Views
0 Votes 9 Answers 2K 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...
4 years ago
Show more results questions
0 Is It Possible To Set An Environment Variable For A Task?

And exact output after the package install and stuff:

Environment setup completed successfully Starting Task Execution: None

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

Thanks for the fast responses as usual AgitatedDove14 🙂

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

For different workloads, I need to habe different cluster scaler rules and account for different gpu needs

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

AS in clone the task from the UI and run it

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 Is It Possible To Set An Environment Variable For A Task?

It’s a task, it’s running in context of a project, but I don’t have a way to get the project name

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

Looks like Task.current_task() is indeed None in this case. Bit of log below where I print(Task.current_task()) as first step in the script

Environment setup completed successfully Starting Task Execution: None

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

But that itself is running in a task right?

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

Got the engine running.

curl <serving-engine-ip>:8000/v2/models/keras_mnist/versions/1What’s the serving-engine-ip supposed to be?

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

I get other things from the project like the dataset

4 years ago
0 The

Great, thanks

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

Oh yeah I wanted to update only for the gpu stuff for now

4 years ago
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

Yes, I have no experience with triton does it do lazy loading? Was wondering how it can handle 10s, 100s of models. If we load balance across a set of these engine containers with say 100 models and all of these models get traffic but distribution is not even, each of those engine container will load all those 100 models?

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

Yes, for datasets where we need GDPR compliance

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 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 T5_Model With Transformers):

AgitatedDove14 - i am disabling pytorch like above but still see auto models . I even see model import when running evaluation from a loaded model

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

The first line of it is getting a dataset and it’s failing with no project name

4 years ago
3 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