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
28 Questions, 174 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

149 × Eureka!
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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...
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
When I pass invalid key to task_overrides parameter in PipelineController.add_step method, it fails but with COMPLETED status
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K 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...
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K 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...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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 =...
3 years ago
0 Votes
27 Answers
1K Views
0 Votes 27 Answers 1K Views
I .
I add_step with clone_base_task=False . However, it still clones the task, wtf
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is there a place in web UI to find all Models I created?
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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...
2 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K 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...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hi! Which method is used to delete OutputModel from the storage? https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel/
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
What is set_base_docker() equivalent for PipelineController ?
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi everyone. I'm facing a problem when connecting to Azure storage. When the task tries to download a dataset, it fails with the message 2024-08-29 11:02:19,...
one year ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Is there any documentation for StorageHelper class?
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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...
2 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K 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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Hi! Is There A Way To

I still haven't figured out how to make files downloaded this way visible for future get_local_copy calls though

2 years ago
3 years ago
0 Hi! For

And can I store models with no attachment to tasks? For example, original pretrained checkpoints

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

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

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

3 years ago
0 Hi! Is There A Way To

@<1523701435869433856:profile|SmugDolphin23> maybe I could make a pull request ? Is there any community guideline how to make pull requests to ClearML?

2 years ago
0 Hi

I could insert some updated info to my conference talk if you share the recording by tomorrow morning 😄

3 years ago
0 Hi! How To Add Files Locally To

CostlyOstrich36 hi! yes, as I expected, it doesn't see any files unless I call add_files first

But add_files has no output_url parameter and tries to upload to the default place. This returns 413 Request Entity Too Large error because there are too many files, so using the default location is not an option. Could you please help with this?

3 years ago
0 Is There Any Documentation For

StorageManager class seems to lack methods for removal as well

3 years ago
0 What Is

After I set base docker for pipeline controller task, I cannot clone the repo...

3 years ago
0 Is There Any Documentation For

so that the way of doing it would be like this:
all_models = Model.query_models(projeect_name=..., task_name=..., tags=['running-best-checkpoint']) all_models = sorted(all_models, key=lambda x: extract_epoch(x)) for model in all_models[:-num_to_preserve]: Model.remove(model, delete_weights_file=True)

3 years ago
0 Is There Any Documentation For

AgitatedDove14 are models technically Task s and can they be treated as such? If not, how to delete a model permanently (both from the server and from AWS storage)?

3 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

3 years ago
0 Hi

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

3 years ago
0 Is There Any Canonical Way To Migrate All Data Between Different

SuccessfulKoala55 Turns out we have copied elasticsearch database as well. Also it seems that the error is thrown only for experiments with artifacts

3 years ago
0 Hi, Anyone Seen This Issue?

No, when I run the pipeline from the console on my local machine, it for some reason launches on clearml-services hostname (despite of the fact I specified the queue with the desired agent with pipe.set_default_execution_queue in my code)

3 years ago
0 Hi, Anyone Seen This Issue?

I regularly run into the same problem when I launch pipelines locally (for remote execution)

However, when I clone the pipeline from web UI and launch it once again, it works. Is there a way to bypass this?

3 years ago
0 How To Use

It worked, thank you!

3 years ago
0 Hi, Anyone Seen This Issue?

Yes, it works, thank you! The question remains though: why docker containers won't launch on services

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

3 years ago
0 Hi, Anyone Seen This Issue?

Oh, I need to ask the guy who deployed it

3 years ago
0 Hi, Anyone Seen This Issue?

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

3 years ago
0 Hi, Anyone Seen This Issue?

Yes, I'll try it straightaway

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

3 years ago
0 Is There Any Documentation For

AND also add task_name parameter to Model.query_models

3 years ago
0 I .

Suppose I have the following scenario (real-world project, real ML pipeline scenario)

  • I have separate projects for different steps (ETL, train, test, tensorrt conversion...). Every step has it's own git repository, docker image, branch etc
  • For quite a long time all the steps were not functioning as parts of an automated pipeline. For example, collaborative experimentation (training and validation steps). We were just focusing on reproducibility/versioning etc
  • After some time, we decided...
3 years ago
Show more results compactanswers