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 2 months ago

Reputation

0

Badges 1

149 × Eureka!
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Is there any documentation for StorageHelper class?
2 years ago
0 Votes
3 Answers
198 Views
0 Votes 3 Answers 198 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,...
2 months ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K 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
12 Answers
1K Views
0 Votes 12 Answers 1K 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
4 Answers
996 Views
0 Votes 4 Answers 996 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
9 Answers
1K Views
0 Votes 9 Answers 1K 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 =...
2 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K 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
2 Answers
546 Views
0 Votes 2 Answers 546 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...
10 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K 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
18 Answers
1K Views
0 Votes 18 Answers 1K 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
15 Answers
986 Views
0 Votes 15 Answers 986 Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
3 years ago
0 Votes
23 Answers
972 Views
0 Votes 23 Answers 972 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
1 Answers
956 Views
0 Votes 1 Answers 956 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
13 Answers
861 Views
0 Votes 13 Answers 861 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...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Is there a place in web UI to find all Models I created?
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
1 Answers
975 Views
0 Votes 1 Answers 975 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
19 Answers
984 Views
0 Votes 19 Answers 984 Views
What is set_base_docker() equivalent for PipelineController ?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
958 Views
0 Votes 13 Answers 958 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
1 Answers
959 Views
0 Votes 1 Answers 959 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
one year ago
0 Votes
27 Answers
477 Views
0 Votes 27 Answers 477 Views
I .
I add_step with clone_base_task=False . However, it still clones the task, wtf
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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
1 Answers
872 Views
0 Votes 1 Answers 872 Views
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
one year 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
0 I .

base task is in draft status, so when I call import_data it imports draft status as well, am I right?

3 years ago
0 I .

@<1523701070390366208:profile|CostlyOstrich36> On the screenshot, the upper task has the lower task as parent

3 years ago
0 Hi! For

No, I just want to register a new model in the storage. I need to create a separate task for this right?

2 years ago
0 Hi! Which Method Is Used To Delete Outputmodel From The Storage?

e.g. if I want to store only top-3 running best checkpoints

2 years ago
0 Is There A Place In Web Ui To Find All

For datasets it's easily done with a dedicated project, a separate task per dataset, and Artifacts tab within it

2 years ago
0 Hi! Is There A Way To

@<1523701435869433856:profile|SmugDolphin23> could you please give me a link to it? I can't find it on github... Here I see only one comment
None

one year ago
0 Hi! How To Add Files Locally To

add_files . There is no upload call, because add_files uploads files by itself, if I got it correctly

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

CostlyOstrich36 thank you for the quick answer! I tried it but there is still 413 Request Entity Too Large error, as if it still uses a default fileserver

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

one year 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
one year ago
0 Hi! Which Method Is Used To Delete Outputmodel From The Storage?

` clearml_name = os.path.basename(save_path)

output_model_best = OutputModel(
task=task,
name=clearml_name,
tags=['running-best'])

output_model_best.update_weights(
save_path,
upload_uri=params.clearml_aws_checkpoints,
target_filename=clearml_name
) `

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

one year ago
0 What Is

PipelineContoller._task.set_base_docker ?? :good-thinking:

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

For experiments with no artifacts, everything seems to work properly

3 years ago
0 Is There A Place In Web Ui To Find All

this is the same thing as in the previous thread. I suggest that we move there

2 years ago
0 Hi! Is There A Way To

sorry, no GH issue, just a link to this thread (I saw other contributors did this and got their PR merged, hehe)

one year 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 Is There A Place In Web Ui To Find All

There is literally Models tab in each project

2 years ago
0 Has Anybody Used

never tried to start it locally in clearml

2 years ago
0 I .

doesn't target_project force the same project on all pipeline steps?

3 years ago
0 I .

@<1523701205467926528:profile|AgitatedDove14> yeah, I'll try calling task.reset() before add_step
No, IMO it's better to leave task_overrides arguments with "." - the same structure as in the dictionary we get from export_data - this is more intuitive

3 years ago
Show more results compactanswers