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
MelancholyElk85
Moderator
27 Questions, 173 Answers
  Active since 10 January 2023
  Last activity 19 days ago

Reputation

0

Badges 1

148 × Eureka!
0 Votes
23 Answers
579 Views
0 Votes 23 Answers 579 Views
Hi! For clearml.Dataset we can provide target storage (for example, in S3) with output_url parameter in the upload method. Is there any similar way to provid...
2 years ago
0 Votes
3 Answers
572 Views
0 Votes 3 Answers 572 Views
Hi! I see the following in the docs https://clear.ml/docs/latest/docs/references/sdk/model_model/#modelquery_models But I get AttributeError: type object 'Mo...
2 years ago
0 Votes
19 Answers
572 Views
0 Votes 19 Answers 572 Views
What is set_base_docker() equivalent for PipelineController ?
2 years ago
0 Votes
7 Answers
599 Views
0 Votes 7 Answers 599 Views
Is there a place in web UI to find all Models I created?
2 years ago
0 Votes
15 Answers
578 Views
0 Votes 15 Answers 578 Views
Is there any documentation for StorageHelper class?
2 years ago
0 Votes
13 Answers
539 Views
0 Votes 13 Answers 539 Views
When I pass invalid key to task_overrides parameter in PipelineController.add_step method, it fails but with COMPLETED status
2 years ago
0 Votes
15 Answers
576 Views
0 Votes 15 Answers 576 Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
2 years ago
0 Votes
1 Answers
461 Views
0 Votes 1 Answers 461 Views
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
9 months ago
0 Votes
2 Answers
657 Views
0 Votes 2 Answers 657 Views
2 years ago
0 Votes
13 Answers
439 Views
0 Votes 13 Answers 439 Views
Hi! Is there a way to get_local_copy but to download only the latest diff in dataset genealogy (that is, the files listed by list_added_files ), omitting eve...
8 months ago
0 Votes
21 Answers
605 Views
0 Votes 21 Answers 605 Views
Hi, I'm trying to make use of new capabilities of DAG creation in ClearML. Seems that api has changed pretty much since a few versions back. There seems to b...
2 years ago
0 Votes
1 Answers
498 Views
0 Votes 1 Answers 498 Views
Hi! Is there a way to connect multiple S3 storages to ClearML? As far as I understand, I can only specify one set of S3 credentials in clearml.conf
8 months ago
0 Votes
9 Answers
673 Views
0 Votes 9 Answers 673 Views
Hi! Please, could anyone explain this sort of behaviour? First, we save a model checkpoint during training (both in .pth and .onnx format) output_model_pth =...
one year ago
0 Votes
1 Answers
574 Views
0 Votes 1 Answers 574 Views
What's the difference between http://allegro.ai/clearml/docs and http://clear.ml/docs ? Which one is the real documentation? I need to look up something very...
2 years ago
0 Votes
1 Answers
531 Views
0 Votes 1 Answers 531 Views
Can I manually delete .zip files with datasets in .clearml/cache/storage_manager/datasets directory? seems that the datasets are stored both in packed and un...
2 years ago
0 Votes
2 Answers
138 Views
0 Votes 2 Answers 138 Views
Hi! Our ClearML server keeps crashing because of some weird task with the = symbol in the ID. After restoring the database to the latest working state, it wo...
3 months ago
0 Votes
10 Answers
564 Views
0 Votes 10 Answers 564 Views
Is there any canonical way to migrate all data between different clearml-server s? Some time ago we were using trains server with quite a few valuable experi...
2 years ago
0 Votes
2 Answers
679 Views
0 Votes 2 Answers 679 Views
2 years ago
0 Votes
19 Answers
596 Views
0 Votes 19 Answers 596 Views
Hi! Which method is used to delete OutputModel from the storage? https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel/
2 years ago
0 Votes
27 Answers
43 Views
0 Votes 27 Answers 43 Views
I .
I add_step with clone_base_task=False . However, it still clones the task, wtf
2 years ago
0 Votes
6 Answers
618 Views
0 Votes 6 Answers 618 Views
Has anybody used albumentations with pytorch in remote execution on clearml? The task is freezing during DataLoader initialization every time I put any augme...
2 years ago
0 Votes
8 Answers
697 Views
0 Votes 8 Answers 697 Views
Hi, a question about dataset storage Suppose I create a dataset like this dataset = Dataset.create(dataset_name='my_name', dataset_project='my_project') What...
one year ago
0 Votes
18 Answers
596 Views
0 Votes 18 Answers 596 Views
Hi! How to add files locally to dataset and then upload to a custom s3 location? The location should be specified within python code, NOT clearml.conf . defa...
2 years ago
0 Votes
4 Answers
600 Views
0 Votes 4 Answers 600 Views
Dear clearml practitioners, I'd like to share my experiment to another company, in order for them to clone and fine-tune it on their own clearml server. Is t...
one year ago
0 Votes
5 Answers
599 Views
0 Votes 5 Answers 599 Views
2 years ago
0 Votes
12 Answers
685 Views
0 Votes 12 Answers 685 Views
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.I have strong deja vu feeling. Cr...
2 years ago
0 Votes
9 Answers
598 Views
0 Votes 9 Answers 598 Views
A suggestion to add task_name parameter to InputModel.__ init__ . As for now I can search by project name and model name, but what if I had 2 models within t...
2 years ago
one year ago
0 Hi! Please, Could Anyone Explain This Sort Of Behaviour? First, We Save A Model Checkpoint During Training (Both In

I think it would be intuitive to have an exact name or introduce another parameter that regulates whether name is regex

And when it is a regex, it can return all matched models (e.g. as list) rather than only the last one

one year ago
0 Has Anybody Used

When I run locally w/o clearml, it doesn't freeze

2 years ago
0 When I Pass Invalid Key To

You should add the wrong key to task_overrides , not the wrong parameter to add_step

2 years ago
0 When I Pass Invalid Key To

but at that point it hadn't actually added any steps. Maybe failed pipelines with zero steps count as completed

2 years ago
0 When I Pass Invalid Key To

if fails during add_step stage for the very first step, because task_overrides contains invalid keys

2 years ago
0 When I Pass Invalid Key To

try add_step(..., task_overrides={'project_name': 'my-awesome-project', ...})

2 years ago
2 years ago
0 When I Pass Invalid Key To

But in the same time, it contains some keys that cannot be modified with task_overrides , for example project_name

2 years ago
0 How To Use

You're right, I re-launched the agents, now it pulls images

2 years ago
0 How To Use

It worked, thank you!

2 years ago
0 How To Use

I specifically set is as empty with export_data['script']['requirements'] = {} in order not to reduce overhead during launch. I have everything installed inside the container

2 years ago
0 How To Use

It doesn't install anything with pip during launch, I'm assuming it should take everything from the container itself (otherwise there would be a huge overhead). It simply fails trying to import things in the script

File "preprocess.py", line 4, in <module> from easydict import EasyDict as edict ModuleNotFoundError: No module named 'easydict'

2 years ago
0 How To Use

I have a base task for each pipeline step. When I initialize a pipeline, for each step I clone the corresponding task, modify it and add it as a step. Tasks are launched from a pipeline, not cli. I'm absolutely sure docker argument is not empty (I specify it with export_data['container']['image'] = ' http://registry.gitlab.com/cherrylabs/ml/clearml-demo:clearml ' , and it shows on Web UI)

2 years ago
0 How To Use

When I launch tasks with a pipeline, they keep complaining about missing pip packages. I run it inside a docker container, and I'm sure these packages are present inside it (when I launch the container locally, run python3 and import them, it works like charm). Any ideas how to fix this?

2 years ago
0 Fatal: Could Not Read From Remote Repository. Please Make Sure You Have The Correct Access Rights And The Repository Exists.

I don't think so. it is solved by installing openssh-client to the docker image or by adding deploy token to the cloning url in web ui

2 years ago
0 Fatal: Could Not Read From Remote Repository. Please Make Sure You Have The Correct Access Rights And The Repository Exists.

in order to work with ssh cloning, one has to manually install openssh-client to the docker image, looks like that

2 years ago
0 Hi

AnxiousSeal95 We can make a nested pipeline, right? Like if the top pipeline calls add_step to create steps from tasks, and then we decompose any single step further and create a sub-pipeline from decorators there. We should be able to do that, because PipelineController is itself a task, right?

Also, is there a way to unfold such nested pipeline into a flat pipeline? So that only a single pipeline task is created, and it draws a single detailed DAG in PLOTS tab?

2 years ago
0 Hi

Very nice for small pipelines (where every step could be put into a function in a single repository)

2 years ago
0 Hi

Ah, ok, pipeline v2 is just about decorators? This example has already been there for a while

2 years ago
0 Hi

There are some questions in this channel already regarding pipeline V2. Is there any tutorial or changelog or examples I can refer to?

2 years ago
0 What Is

I launch everything in docker mode, and since it builds an image on every run, it builds default nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 image, which incurs heavy overhead. What if I want to give it my custom lightweight image instead? The same way I do for all individual tasks

2 years ago
0 What Is

of course, I use custom images all the time, the question was how to do it for a pipeline 😆 setting private attributes directly doesn't look as good practice

2 years ago
Show more results compactanswers