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

Reputation

0

Badges 1

149 × Eureka!
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...
3 years 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
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
2 Answers
652 Views
0 Votes 2 Answers 652 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...
11 months 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...
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
1K Views
0 Votes 15 Answers 1K Views
Is there any documentation for StorageHelper class?
3 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
What is set_base_docker() equivalent for PipelineController ?
3 years ago
0 Votes
3 Answers
341 Views
0 Votes 3 Answers 341 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,...
4 months ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
3 years 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...
3 years 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
27 Answers
594 Views
0 Votes 27 Answers 594 Views
I .
I add_step with clone_base_task=False . However, it still clones the task, wtf
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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
1K Views
0 Votes 5 Answers 1K Views
3 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...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
13 Answers
1K Views
0 Votes 13 Answers 1K 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
1K Views
0 Votes 1 Answers 1K 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
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 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
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Is there a place in web UI to find all Models I created?
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
1 Answers
954 Views
0 Votes 1 Answers 954 Views
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
one year ago
0 Votes
13 Answers
958 Views
0 Votes 13 Answers 958 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
23 Answers
1K Views
0 Votes 23 Answers 1K 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
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
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/
3 years ago
0 What Is

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

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

Changing sdk.development.default_output_uri in clearml.conf seems to be bad idea, because different datasets will likely have different addresses on S3

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

there seems to be no way to change default_output_uri from the code.

Dataset.create calls Task.create which in turn accepts add_task_init_call flag. Task.init accepts output_uri , but we cannot add arguments with add_task_init_call , so we cannot change output_uri from Dataset.create , right?

3 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

one year ago
0 I .

I think it's still an issue, not critical though, because we have another way to do it and it works

3 years ago
0 I .

maybe being able to change 100% of things with task_overrides would be the most convenient way

3 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

3 years ago
0 I .

We digressed a bit from the original thread topic though 😆 About clone_base_task=False .

I ended up using task_overrides for every change, and this way I only need 2 tasks (a base task and a step task, thus I use clone_base_task=True and it works as expected - yay!)

So, the problem I described in the beginning can be reproduced only this way:

  • to have a base task
  • export_data - modify - import_data - have a second task
  • pass the second task to add_step with `cl...
3 years ago
0 Hi! How To Add Files Locally To

AgitatedDove14 Yes, this is exactly what I was looking for and was running into 413 Request Entity Too Large error during add_files . This is what helped to solve this:
https://github.com/allegroai/clearml/issues/257#issuecomment-736020929

3 years ago
0 Hi! Is There A Way To

@<1523701435869433856:profile|SmugDolphin23> about ignore_parent_datasets ? I renamed it the same day you added that comment. Please let me know if there is anything else I need to pay attention to

one year ago
0 Is There Any Documentation For

AgitatedDove14 Yes this would be great

3 years ago
0 Hi All, I Have Python File Build_Pipeline, That Contain Pipelinecontroller With One Step Only. When I Try To Run The File I Get 'Build_Pipline.Py': [Errno 2] No Such File Or Directory' On The Webui. What I Do Wrong? Thanks!

SparklingElephant70 then use task_overrides argument, like this
task_overrides={'script.branch': 'main', 'script.version_num': '', 'script.diff': '', 'project': Task.get_project_id(project_name=cfg[name]['base_project']), 'name': 'task-name', 'container.image': 'registry.gitlab.com/image:tag'}there must be some schema to change script name as well

3 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 Is There Any Documentation For

As for now it seems to query only by project name and model name.

3 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, A Question About Dataset Storage Suppose I Create A Dataset Like This

AgitatedDove14 yeah, makes sense, that would require some refactoring in our projects though...

But why is my_name a subproject? Why not just my_project/.datasets ?

one year 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

3 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

3 years ago
0 What Is

cloning base tasks and modyfing their parameters

3 years ago
0 What Is

AgitatedDove14
`
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: Could not fetch origin
Repository cloning failed: Command '['git', 'fetch', '--all', '--recurse-submodules']' returned non-zero exit status 1.
clearml_agent: ERROR: Failed cloning repository.

  1. Make sure you pushed the requested commit:
    (repository='git@...', branch='main', commit_id='...', tag='', docker_cmd='registry.gitlab.com/...:...', en...
3 years 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 Is There Any Documentation For

AND also add task_name parameter to Model.query_models

3 years ago
0 Has Anybody Used

never tried to start it locally in clearml

3 years ago
Show more results compactanswers