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
6 Answers
998 Views
0 Votes 6 Answers 998 Views
Does ClearML have a way to do Human In the Loop activities as part of a pipeline that I might have missed?
2 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Are people using devcontainer + clearml-session?
3 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?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K 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?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
2 Answers
948 Views
0 Votes 2 Answers 948 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
19 Answers
1K Views
0 Votes 19 Answers 1K Views
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Is it not possible to add artifacts to a completed task?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
3 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
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
3 Answers
948 Views
0 Votes 3 Answers 948 Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
3 years ago
0 Votes
27 Answers
1K Views
0 Votes 27 Answers 1K 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...
3 years ago
0 Votes
10 Answers
947 Views
0 Votes 10 Answers 947 Views
Does k8s glue support running service agent? Slightly confused here
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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 ...
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
12 Answers
1K Views
0 Votes 12 Answers 1K Views
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
3 years ago
0 Votes
29 Answers
980 Views
0 Votes 29 Answers 980 Views
Getting this error at task.execute_remotely()
3 years ago
0 Votes
6 Answers
955 Views
0 Votes 6 Answers 955 Views
Off topic - Is there a slack / discord community for general ML discussions?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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 ...
3 years ago
0 Votes
30 Answers
988 Views
0 Votes 30 Answers 988 Views
Is it possible to add a callback for a pipeline from a step?
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
If i have a dataset and i process it and I want the processed data as another dataset, is parent the right approach?
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
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
3 years ago
0 Votes
4 Answers
980 Views
0 Votes 4 Answers 980 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?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
Show more results questions
0 Getting This Error At

Lot of time had passed though

3 years ago
0 Getting This Error At

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

3 years ago
0 Getting This Error At

Any idea why the Pipeline Controller is Running despite the task passing?

3 years ago
0 Getting This Error At

AgitatedDove14 - tried exit(0) from the notebook and it worked

3 years ago
0 Getting This Error At

Why do you think?

3 years ago
0 Getting This Error At

That’s great, will try it out soon (it’s 2.30am here, about to crash 🙂 )

3 years ago
0 Getting This Error At

Maybe related to doing in notebook. Doing a task.close() finished it as expected

3 years ago
0 Getting This Error At

Got it, makes sense on that part!

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

3 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()

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

(I need this because I refer to datasets in the same project but without specifying the project name)

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

Thoughts AgitatedDove14 SuccessfulKoala55 ? Some help would be appreciated.

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

I get other things from the project like the dataset

3 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

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

It’s essentially this now:

from clearml import Task print(Task.current_task())

3 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

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

But that itself is running in a task right?

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

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

3 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

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

3 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

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

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

As in I am cloning a task and running it and in that takes without doing any Task.init i am trying to get the task that is running

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

3 years ago
0 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 Reason For This, Some Optimization Kicking In?

From the code - it’s supposed to not cache if task override is different? I also have task_override that adds a version which changes each run

3 years ago
Show more results compactanswers