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
25 Questions, 153 Answers
  Active since 10 January 2023
  Last activity 2 months ago

Reputation

0

Badges 1

129 × Eureka!
0 Votes
1 Answers
368 Views
0 Votes 1 Answers 368 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
9 Answers
415 Views
0 Votes 9 Answers 415 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
4 Answers
390 Views
0 Votes 4 Answers 390 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...
10 months ago
0 Votes
7 Answers
355 Views
0 Votes 7 Answers 355 Views
Is there a place in web UI to find all Models I created?
one year ago
0 Votes
18 Answers
361 Views
0 Votes 18 Answers 361 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
9 Answers
362 Views
0 Votes 9 Answers 362 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...
one year ago
0 Votes
3 Answers
348 Views
0 Votes 3 Answers 348 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
13 Answers
237 Views
0 Votes 13 Answers 237 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...
3 months ago
0 Votes
5 Answers
385 Views
0 Votes 5 Answers 385 Views
2 years ago
0 Votes
1 Answers
336 Views
0 Votes 1 Answers 336 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...
one year ago
0 Votes
23 Answers
362 Views
0 Votes 23 Answers 362 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
2 Answers
433 Views
0 Votes 2 Answers 433 Views
2 years ago
0 Votes
15 Answers
350 Views
0 Votes 15 Answers 350 Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
2 years ago
0 Votes
15 Answers
353 Views
0 Votes 15 Answers 353 Views
Is there any documentation for StorageHelper class?
one year ago
0 Votes
8 Answers
441 Views
0 Votes 8 Answers 441 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...
10 months ago
0 Votes
1 Answers
245 Views
0 Votes 1 Answers 245 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
3 months ago
0 Votes
1 Answers
226 Views
0 Votes 1 Answers 226 Views
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
4 months ago
0 Votes
12 Answers
409 Views
0 Votes 12 Answers 409 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...
one year ago
0 Votes
19 Answers
364 Views
0 Votes 19 Answers 364 Views
Hi! Which method is used to delete OutputModel from the storage? https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel/
one year ago
0 Votes
19 Answers
352 Views
0 Votes 19 Answers 352 Views
What is set_base_docker() equivalent for PipelineController ?
2 years ago
0 Votes
6 Answers
397 Views
0 Votes 6 Answers 397 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...
one year ago
0 Votes
9 Answers
347 Views
0 Votes 9 Answers 347 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
12 Answers
344 Views
0 Votes 12 Answers 344 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
2 Answers
422 Views
0 Votes 2 Answers 422 Views
one year ago
0 Votes
21 Answers
392 Views
0 Votes 21 Answers 392 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 Hi, Anyone Seen This Issue?

Yes, I'll try it straightaway

2 years ago
0 Hi, Anyone Seen This Issue?

Yes, look like it fails on 2 different containers at least

2 years ago
0 Hi, Anyone Seen This Issue?

More specifically, there are 2 tasks with almost identical docker commands. The only difference is the image itself. The task with one image works, and with another image it fails. Both images are valid images that lauch nicely on my laptop. Both images exist in the registry. Maybe you have some ideas what could possibly be wrong here?

one year ago
0 Hi, Anyone Seen This Issue?

AgitatedDove14 I run into this problem again. Are there any known issues about it? I don't remember what helped the last time

one year ago
0 Hi, Anyone Seen This Issue?

Solved. The problem was a trailing space before the image name in the Image section in web UI. I think you should probably strip the string before proceeding to environment building step, to avoid this annoying stuff to happen. Of course, users could check twice before launching, but this thing will come up every once in a while regardless

one year 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
0 Hi! How To Add Files Locally To

So now it works smoothly

2 years ago
0 Hi! I See The Following In The Docs

SuccessfulKoala55 sorry, that was a bug on my side. It was just referring to another class named Model

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

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 How To Use

It worked, thank you!

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

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

2 years ago
0 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 Be No Need In

Sorry for the delay

Not reproduced, but caught another error when running pipeline_from_tasks.py
` Traceback (most recent call last):
File "pipeline_from_tasks.py", line 31, in <module>
pipe.add_step(name='stage_data', base_task_project='examples', base_task_name='pipeline step 1 dataset artifact')
File "/home/kirillfish/.local/lib/python3.6/site-packages/clearml/automation/controller.py", line 276, in add_step
base_task_project, base_task_name))
ValueError: Could not find ...

2 years ago
0 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 Be No Need In

pipeline controller itself is stuck at running mode forever all step tasks are created but never enqueued
I can share some code

2 years ago
0 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 Be No Need In

The pipeline is initialized like this
pipe = PipelineController(project=cfg['pipe']['project_name'], name='pipeline-{}'.format(name_postfix), version='1.0.0', add_pipeline_tags=True) pipe.set_default_execution_queue('my-queue')
Then for each step I have a base task which I want to clone

` step_base_task = Task.get_task(project_name=cfg[name]['base_project'],
task_name=...

2 years ago
0 Hi, A Question About Dataset Storage Suppose I Create A Dataset Like This

AgitatedDove14 I still have name my_name , but the project name my_project/.datasets/my_name rather than my_project/.datasets

10 months ago
0 Hi, A Question About Dataset Storage Suppose I Create A Dataset Like This

Refactoring is to account for the new project names. And also to resolve the project name depending on the version of a client

10 months ago
0 Is There A Place In Web Ui To Find All

look like I created a new task for every epoch ...

one year ago
0 Is There A Place In Web Ui To Find All

There is literally Models tab in each project

one year ago
0 Is There A Place In Web Ui To Find All

I found exactly that, question is solved

one year ago
Show more results compactanswers