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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Wondering how the services to access can be setup
4 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
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
4 Answers
2K Views
0 Votes 4 Answers 2K 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’...
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
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
2K Views
0 Votes 3 Answers 2K Views
Are people using devcontainer + clearml-session?
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
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is it possible to do additional setup (the extra_bash_init_script , container_bash_script etc per task? Say a task requires a system package, install it befo...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
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
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Does clearml-session work in a Kubernetes environment?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
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
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
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
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
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
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
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
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Is it possible to set an environment variable for a task?
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
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
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
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
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
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
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
Show more results questions
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

BTW AgitatedDove14 - that 1.0.0 is the helm chart version, not necessarily the version of the app the chart deploys

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

AgitatedDove14 - any pointers on how to run gpu tasks with k8s glue. How to control the queue and differentiate tasks that need cpu vs gpu in this context

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

AgitatedDove14 is it possible to get the pipeline task running a step in a step? Is task.parent something that could help?

4 years ago
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

Also going off this 🙂

The GCP image and Helm chart for ClearML Server maybe slightly delayed for purely man-power reasons.

4 years ago
4 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

“notebook as a service” right

4 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

I would like to create a notebook instance and start using it without having to do anything on a dev box

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

4 years ago
0 Is It Not Possible To Add Artifacts To A Completed Task?

Thanks that works. Had to use Task.completed() for my version

4 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

How is clearml-session intended to be used?

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 Add A Callback For A Pipeline From A Step?

I am essentially creating a EphemeralDataset abstraction and creating controlled lifecycle for it such that the data is removed after a day in experiments. Additionally and optionally, data created during a step in a pipeline can be cleared once the pipeline completes

4 years ago
4 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

But ok the summary is I guess it doesn’t work in a k8s env

4 years ago
0 Is There An Efficient Way To Query All Unique Models (Ie Excluding Versions) In A Project?

If i publish a keras_mnist model and experiment on, each of it gets pushed as a separate Model entity right? But there’s only one unique model with multiple different version of it

4 years ago
4 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

Ah ok. Kind of getting it, will have to try the glue mode

4 years ago
0 Why Would Every Submitted Task Be Aborted Directly?

Any specific use case for the required “draft” mode?

Nothing except that Draft makes sense feels like the task is being prepped and Aborted feels like something went wrong

4 years ago
Show more results compactanswers