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

Reputation

0

Badges 1

383 × Eureka!
0 Votes
12 Answers
699 Views
0 Votes 12 Answers 699 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
4 Answers
625 Views
0 Votes 4 Answers 625 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
12 Answers
700 Views
0 Votes 12 Answers 700 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...
2 years ago
0 Votes
12 Answers
823 Views
0 Votes 12 Answers 823 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
21 Answers
739 Views
0 Votes 21 Answers 739 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...
3 years ago
0 Votes
30 Answers
644 Views
0 Votes 30 Answers 644 Views
Is it possible to add a callback for a pipeline from a step?
2 years ago
0 Votes
12 Answers
758 Views
0 Votes 12 Answers 758 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
6 Answers
638 Views
0 Votes 6 Answers 638 Views
Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.
2 years ago
0 Votes
1 Answers
671 Views
0 Votes 1 Answers 671 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
9 Answers
668 Views
0 Votes 9 Answers 668 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...
2 years ago
0 Votes
3 Answers
702 Views
0 Votes 3 Answers 702 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...
2 years ago
0 Votes
29 Answers
636 Views
0 Votes 29 Answers 636 Views
Getting this error at task.execute_remotely()
3 years ago
0 Votes
0 Answers
735 Views
0 Votes 0 Answers 735 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
3 Answers
669 Views
0 Votes 3 Answers 669 Views
What is parent task for a dataset? When does it get populated?
3 years ago
0 Votes
17 Answers
650 Views
0 Votes 17 Answers 650 Views
Is it possible to schedule pipelines on events like dataset update?
3 years ago
0 Votes
27 Answers
696 Views
0 Votes 27 Answers 696 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...
2 years ago
0 Votes
14 Answers
671 Views
0 Votes 14 Answers 671 Views
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
3 years ago
0 Votes
2 Answers
789 Views
0 Votes 2 Answers 789 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
2 Answers
635 Views
0 Votes 2 Answers 635 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
0 Answers
652 Views
0 Votes 0 Answers 652 Views
Can I do these from a notebook? https://github.com/allegroai/clearml/blob/master/examples/pipeline/step2_data_processing.py
3 years ago
0 Votes
1 Answers
751 Views
0 Votes 1 Answers 751 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
12 Answers
822 Views
0 Votes 12 Answers 822 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...
2 years ago
0 Votes
7 Answers
782 Views
0 Votes 7 Answers 782 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?
2 years ago
0 Votes
0 Answers
674 Views
0 Votes 0 Answers 674 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
2 years ago
0 Votes
11 Answers
679 Views
0 Votes 11 Answers 679 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
7 Answers
663 Views
0 Votes 7 Answers 663 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...
3 years ago
0 Votes
5 Answers
747 Views
0 Votes 5 Answers 747 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
2 Answers
674 Views
0 Votes 2 Answers 674 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
2 years ago
0 Votes
13 Answers
678 Views
0 Votes 13 Answers 678 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
5 Answers
643 Views
0 Votes 5 Answers 643 Views
How to update the logging level of all loggers in clearml?
2 years ago
Show more results questions
0 Does Clearml-Session Work In A Kubernetes Environment?

Thanks AgitatedDove14 - i get overall what you are saying. Have to get glue setup, which I couldn’t understand fully, so that’s a different topic 🙂

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

The job itself doesn’t have any other param

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

how do you see things being used as the most normal way?

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

The Optimizer task is taking a lot of time to complete. Is it doing something here:

2 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

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

Thanks for the fast responses as usual AgitatedDove14 🙂

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

AgitatedDove14 - does having this template work for updating hte base image:

` spec:
containers:

  • image: nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04 `
2 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

I am seeing that it still picks up nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04

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

AgitatedDove14 aws autoscaler is not k8s native right? That's sort of the loose point I am coming at.

2 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

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

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 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? As Of Now It Doesn’T Know About Poppler

Basic question - i am running clearml agent in a ubuntu ec2 machine. Does it use docker by default? I thought it uses docker only if I add the --docker flag?

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

What happens if I do blah/dataset_url ?

2 years ago
0 Is There A Way To

Can makes some PRs around this. Playing with some changes already for my setup

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

` if project_name is None and Task.current_task() is not None:
project_name = Task.current_task().get_project_name()

if project_name is None and not Task.running_locally():
task = Task.init()
project_name = task.get_project_name() `

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

Maybe two thing here:

If Task.init() is called in an already running task, don’t reset auto_connect_frameworks? (if i am understanding the behaviour right) Option to disable these in the clearml.conf

2 years ago
Show more results compactanswers