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
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Clearml-Serving will automatically serve published models from your ClearML model repository, so the first step is getting a model into your ClearML model re...
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
30 Answers
979 Views
0 Votes 30 Answers 979 Views
Is it possible to set an environment variable for a task?
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
978 Views
0 Votes 29 Answers 978 Views
Getting this error at task.execute_remotely()
3 years ago
0 Votes
4 Answers
947 Views
0 Votes 4 Answers 947 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
2 Answers
945 Views
0 Votes 2 Answers 945 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
2 Answers
934 Views
0 Votes 2 Answers 934 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
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
30 Answers
986 Views
0 Votes 30 Answers 986 Views
Is it possible to add a callback for a pipeline from a step?
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
0 Answers
971 Views
0 Votes 0 Answers 971 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
7 Answers
1K Views
0 Votes 7 Answers 1K 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?
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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
9 Answers
981 Views
0 Votes 9 Answers 981 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
16 Answers
969 Views
0 Votes 16 Answers 969 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
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
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
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
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
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
17 Answers
1K Views
0 Votes 17 Answers 1K Views
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 tas...
3 years ago
0 Votes
6 Answers
953 Views
0 Votes 6 Answers 953 Views
Off topic - Is there a slack / discord community for general ML discussions?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
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
Show more results questions
0 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 Locate All Your Data.

AlertBlackbird30 - got it running. Few comments:

Nodeport is set by default despite being parameter in values.yml. For example:` webserver:
extraEnvs: []

service:
type: NodePort
port: 80 `2. Ingress was using 8080 for webserver but service was 80
3. Had to change path in ingress to “/*” instead of “/” to get it working for me

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