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
4 Answers
979 Views
0 Votes 4 Answers 979 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
4 Answers
1K Views
0 Votes 4 Answers 1K 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’...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is there a way to do s3 -> s3 copy while doing a dataset? I don’t want to get it to local from s3 and then upload as a dataset to s3
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
21 Answers
1K Views
0 Votes 21 Answers 1K Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
3 years ago
0 Votes
2 Answers
946 Views
0 Votes 2 Answers 946 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
6 Answers
995 Views
0 Votes 6 Answers 995 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
8 Answers
954 Views
0 Votes 8 Answers 954 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...
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
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
12 Answers
1K Views
0 Votes 12 Answers 1K 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...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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 ...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
How do people generally handle moving from experimental mode with notebooks and then running pipelines for production training and beyond?
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
0 Answers
969 Views
0 Votes 0 Answers 969 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
30 Answers
980 Views
0 Votes 30 Answers 980 Views
Is it possible to set an environment variable for a task?
3 years ago
0 Votes
9 Answers
982 Views
0 Votes 9 Answers 982 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...
3 years ago
0 Votes
29 Answers
979 Views
0 Votes 29 Answers 979 Views
Getting this error at task.execute_remotely()
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
16 Answers
970 Views
0 Votes 16 Answers 970 Views
Any pointers on running gpu tasks with k8s glue?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Has anyone done this exact use case - updates to datasets triggering pipelines?
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
12 Answers
1K Views
0 Votes 12 Answers 1K 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?...
3 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Is it possible to increase the polling interval for k8s glue? Currently it is 5 seconds I believe. Would adding an argument for it help? Can do a PR if so
3 years ago
0 Votes
4 Answers
950 Views
0 Votes 4 Answers 950 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...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
This verify param to decode of pyjwt seems to be removed and in a fresh intallation we are seeing this error: File "/usr/local/lib/python3.7/site-packages/cl...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
Show more results questions
0 Is There A Way To Do S3 -> S3 Copy While Doing A Dataset? I Don’T Want To Get It To Local From S3 And Then Upload As A Dataset To S3

Yes using clearml-data.

Can I pass a s3 path to ds.add_files() essentially so that I can directly store a dataset without having to get the files to local and then upload again. Makes sense?

3 years ago
0 Hi

This is so cool!

2 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

Initially it was complaining about it, but then when I did the connect_configuration it started working

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

3 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

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

3 years ago
0 Hi! I'Ve Been Trying Out The

Ok code suggests so. Looking for more powerful pipeline scheduling like on datasets publish, actions on model publish etc

3 years ago
0 Getting This Error At

PipelineController with 1 task. That 1 task passed but the pipeline says running

3 years ago
0 Getting This Error At

Having a pipeline controller and running actually seems to work as long as i have them as separate notebooks

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
3 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

Yeah, Curious - is a lot of clearml usecases not geared for notebooks?

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

3 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

3 years ago
Show more results compactanswers