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
949 Views
0 Votes 6 Answers 949 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.
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
3 years ago
0 Votes
0 Answers
968 Views
0 Votes 0 Answers 968 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
3 Answers
946 Views
0 Votes 3 Answers 946 Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
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
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
4 Answers
978 Views
0 Votes 4 Answers 978 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
3 Answers
956 Views
0 Votes 3 Answers 956 Views
Is there a way I can create a dataset as part of a pipeline and be able to see that this dataset came from this pipeline / task ?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
What is parent task for a dataset? When does it get populated?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
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
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
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
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
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
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
10 Answers
945 Views
0 Votes 10 Answers 945 Views
Does k8s glue support running service agent? Slightly confused here
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
6 Answers
992 Views
0 Votes 6 Answers 992 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
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
21 Answers
1K Views
0 Votes 21 Answers 1K 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
2 Answers
977 Views
0 Votes 2 Answers 977 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
3 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...
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
7 Answers
1K Views
0 Votes 7 Answers 1K Views
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
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
8 Answers
953 Views
0 Votes 8 Answers 953 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
4 Answers
974 Views
0 Votes 4 Answers 974 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
Show more results questions
0 Any Info On The Lifecycle Of Datasets Downloaded To $Home/.Clearml/Cache/Storage_Manager/Datasets Via Get_Local_Copy I Have A Task Running And I Was Watching The Above Path And Datasets Were Being Downloaded And Then They Are All Removed And For A Partic

AgitatedDove14 - this was an interesting one. I think I have found the issue, but verifying the fix as of now.

One of the devs was using shutil.copy2 to copy parts of dataset to a temporary directory in a with block - something like:

with TemporaryDirectory(dir=temp_dir) as certificates_directory: for file in test_paths: shutil.copy2(f"{dataset_local}/{file}", f"{certificates_directory}/file")
My suspicion is since copy2 copies with full data and symlin...

3 years ago
0 Hi

AgitatedDove14 you had mentioned some pipeline related changes coming, are they in?

3 years ago
0 Is There A Way To

+1. The k8s helper needs to be more k8s native.

3 years ago
0 Is There A Way To

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

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

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

3 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

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

AlertBlackbird30 :

--remote-gateway [REMOTE_GATEWAY] Advanced: Specify gateway ip/address to be passed to interactive session (for use with k8s ingestion / ELB)I see this in clearml-session - what’s the intent here?

3 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

3 years ago
0 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. Anything Else? Thanks!

IF there’s a post-task script, I can add a way to zip and upload pip cache etc to s3 - as in do any caching that I want without having first class support in clearml

3 years ago
0 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 Task Where It Came From

Initially thought use_current_task in Dataset.create does it, but that seems to set the DataprocessingTask itself to the current task

3 years ago
0 Anyway To Make A Job Fail If The Required Python Version (3.7 Vs 3.8 For Example) Is Not Available In The Agent?

I would prefer controlled behavior than some available version being used. Here triggered a bunch of jobs that all went fine and even evaluations were fine and then when we triggered a inference deploy it failed

3 years ago
0 Getting This Error At

Lot of time had passed though

3 years ago
0 Hello

Sounds great!

Is nested projects in the release? I see it in the community server but no mention in the blog or the release notes?

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

Yes, for datasets where we need GDPR compliance

3 years ago
0 Has Anyone Done This Exact Use Case - Updates To Datasets Triggering Pipelines?

Sorry if it was confusing. Was asking if people have setup pipelines automatically triggered on update to datasets

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

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?

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
Show more results compactanswers