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 26 days ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
5 Answers
614 Views
0 Votes 5 Answers 614 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...
2 years ago
0 Votes
2 Answers
581 Views
0 Votes 2 Answers 581 Views
2 years ago
0 Votes
21 Answers
554 Views
0 Votes 21 Answers 554 Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
2 years ago
0 Votes
0 Answers
569 Views
0 Votes 0 Answers 569 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
2 years ago
0 Votes
18 Answers
654 Views
0 Votes 18 Answers 654 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 ...
2 years ago
0 Votes
11 Answers
561 Views
0 Votes 11 Answers 561 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
5 Answers
582 Views
0 Votes 5 Answers 582 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...
2 years ago
0 Votes
21 Answers
620 Views
0 Votes 21 Answers 620 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
3 Answers
542 Views
0 Votes 3 Answers 542 Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
2 years ago
0 Votes
6 Answers
557 Views
0 Votes 6 Answers 557 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
13 Answers
569 Views
0 Votes 13 Answers 569 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
1 Answers
613 Views
0 Votes 1 Answers 613 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...
2 years ago
0 Votes
15 Answers
555 Views
0 Votes 15 Answers 555 Views
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
2 years ago
0 Votes
3 Answers
517 Views
0 Votes 3 Answers 517 Views
Wondering how the services to access can be setup
2 years ago
0 Votes
10 Answers
525 Views
0 Votes 10 Answers 525 Views
Does k8s glue support running service agent? Slightly confused here
2 years ago
0 Votes
30 Answers
555 Views
0 Votes 30 Answers 555 Views
Is it possible to set an environment variable for a task?
2 years ago
0 Votes
4 Answers
677 Views
0 Votes 4 Answers 677 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()
2 years ago
0 Votes
3 Answers
628 Views
0 Votes 3 Answers 628 Views
2 years ago
0 Votes
7 Answers
643 Views
0 Votes 7 Answers 643 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
27 Answers
570 Views
0 Votes 27 Answers 570 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
9 Answers
545 Views
0 Votes 9 Answers 545 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
6 Answers
532 Views
0 Votes 6 Answers 532 Views
Off topic - Is there a slack / discord community for general ML discussions?
2 years ago
0 Votes
4 Answers
709 Views
0 Votes 4 Answers 709 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
2 years ago
0 Votes
8 Answers
574 Views
0 Votes 8 Answers 574 Views
Is it not possible to add artifacts to a completed task?
2 years ago
0 Votes
4 Answers
536 Views
0 Votes 4 Answers 536 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...
2 years ago
0 Votes
17 Answers
542 Views
0 Votes 17 Answers 542 Views
Is it possible to schedule pipelines on events like dataset update?
3 years ago
0 Votes
12 Answers
593 Views
0 Votes 12 Answers 593 Views
2 years ago
0 Votes
29 Answers
526 Views
0 Votes 29 Answers 526 Views
Getting this error at task.execute_remotely()
2 years ago
0 Votes
17 Answers
574 Views
0 Votes 17 Answers 574 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
2 years ago
0 Votes
1 Answers
547 Views
0 Votes 1 Answers 547 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
Show more results questions
0 Does Clearml Have A Way To Do Human In The Loop Activities As Part Of A Pipeline That I Might Have Missed?

As in run a training experiment, then a test/validation experiment to choose best model etc etc and also have a human validate sample results via annotations all as part of a pipeline

2 years ago
0 Does Clearml Have A Way To Do Human In The Loop Activities As Part Of A Pipeline That I Might Have Missed?

With the human activity being a step where some manual validations, annotations, feedback might be required

2 years ago
0 Does Clearml Have A Way To Do Human In The Loop Activities As Part Of A Pipeline That I Might Have Missed?

AgitatedDove14 sounds almost what might be needed, will give it a shot. Thanks, as always 🙂

2 years ago
0 Hi, I Would Like To Configure Clearml-Server To Connect To An S3 Bucket In Order To Store Artefacts - I'Ve Taken A Look On This Page

@<1523701205467926528:profile|AgitatedDove14> - any thoughts on this. Would like to use profile / iam roles as well.

3 years ago
0 Hi

ClearDocs? 🙂

2 years ago
0 How To Update The Logging Level Of All Loggers In Clearml?

Thanks you! Does this go as a root logging {} element in the main conf? outside SDK right?

2 years ago
0 How To Update The Logging Level Of All Loggers In Clearml?

yeah meant this, within clearml.conf:

logging {} sdk {}

2 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

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

AgitatedDove14 - any doc yet for scheduler? Is it essentially for just time based scheduling?

2 years ago
2 years ago
0 Can Someone Confirm If

Yeah, when doing:

task.set_base_docker( "nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04", docker_setup_bash_script=script, )

2 years ago
0 Can Someone Confirm If

Ok, but doesn't work for me though. Can you or AgitatedDove14 help me in linking to relevant code so that I can see what's wrong?

2 years ago
0 Does K8S Glue Support Running Service Agent? Slightly Confused Here

I guess the question is - I want to use services queue for running services, and I want to do it on k8s

2 years ago
0 Does K8S Glue Support Running Service Agent? Slightly Confused Here

I guess it won’t due to the nature of services?

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

AgitatedDove14 - i am disabling pytorch like above but still see auto models . I even see model import when running evaluation from a loaded model

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

OK i found what’s happening:

I had an additional Task.init() - just the blank one, to get the project name. Adding the disable to that as well fixed the issue

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

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.

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