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
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
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
16 Answers
969 Views
0 Votes 16 Answers 969 Views
Any pointers on running gpu tasks with k8s glue?
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
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
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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
How does the uncommitted changes stuff work? Is it only for modified changes and not untracked files?
3 years ago
0 Votes
7 Answers
995 Views
0 Votes 7 Answers 995 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
9 Answers
941 Views
0 Votes 9 Answers 941 Views
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
3 years ago
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
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
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
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
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
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
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
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
24 Answers
1K Views
0 Votes 24 Answers 1K Views
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
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
3 years ago
0 Votes
17 Answers
975 Views
0 Votes 17 Answers 975 Views
Is it possible to schedule pipelines on events like dataset update?
3 years ago
0 Votes
5 Answers
951 Views
0 Votes 5 Answers 951 Views
How to update the logging level of all loggers in clearml?
2 years ago
0 Votes
3 Answers
924 Views
0 Votes 3 Answers 924 Views
Wondering how the services to access can be setup
3 years ago
Show more results questions
0 Why Would Every Submitted Task Be Aborted Directly?

I was having this confusion as well. Did behavior for execute_remote change that it used to be Draft is Aborted now?

3 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

3 years ago
3 years ago
0 Collecting Click Using Cached Click-8.0.1-Py3-None-Any.Whl (97 Kb)

Yeah but where’s the cache from? does it setup a pip cache anywhere?

3 years ago
0 I Saw Some Talk Of Clearml + Kedro On Reddit. Is That A Good Approach?

This actually ties well with the next version of pipelines we are working on

Is there a way to see a roadmap on such things AgitatedDove14 ?

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

Yeah concerns make sense.

The underlying root issue is unnecessary models being added or at least what I think are unnecessary and even happening when you load a model to test.

Do people use ClearML with huggingface transformers? The code is std transformers code.

Will create an issue.

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

AgitatedDove14 - yeah wanted to see what’s happening before disabling as I wasn’t sure if this is what’s expected.

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

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

Sagemaker will make that easy, especially if I have sagemaker as the long tail choice. Granted at a higher cost

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

Got it. Never ran GPU workload in EKS before. Do you have any experience and things to watch out for?

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

I am running from noebook and cell has returned

3 years ago
0 Apart From Having Packages In Requirements.Txt, Does Clearml Expect Them To Be Actuall Installed To Add Them As Installed Packages For A Task?

I am doing Task.init but it’s not adding expected libraries imported in the script or from requirements.txt

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

More interested in some way for doing this ssytem wide

3 years ago
Show more results compactanswers