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
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
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
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
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
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
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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 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
5 Answers
2K Views
0 Votes 5 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
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
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
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
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Is there any documentation for StorageHelper class?
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
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
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 Hi! Which Method Is Used To Delete Outputmodel From The Storage?

Strictly speaking, there is only one training task, but I want to keep top-3 best checkpoints for it all the time

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

So, to summarize:
PipelineController works with default image, but it incurs overhead 4-5 min It doesn't work with any other image
I can add issue on Github

3 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

3 years ago
0 When I Pass Invalid Key To

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

3 years ago
0 What Is

I initialize tasks not as functions, but as scripts from different repositories, with different images

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

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

3 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

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
0 Hi! I'M With That F***Ed Up Migration To A Newer Clearml Server Version Again. We Did Everything Possible To Carefully Move All The Data, But I Still Cannot Access Some Of The Old Experiments On The New Server, Neither From Ui Nor From The Python Client

I see the task on the web UI, but get Fetch experiment failed when I click on it, as I described. It even fetches the correct ID by it's name. I'm almost sure it will be present in mongodb

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

There is literally Models tab in each project

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

CostlyOstrich36 thank you for the answer! Maybe I just can delete old models along with corresponding tasks, seems to be easier

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

2 years ago
0 What Is

You can try to spin the "services" queue without docker support, if there is no need for containers it will accelerate the process.

With pipe.start(queue='services') , it still tries to run some docker for some reason
1633799714110 kirillfish-ROG-Strix-G512LW-G512LW info ClearML Task: created new task id=a4b0fbc6a1454947a06be4e48eda6740 ClearML results page: `
1633799714974 kirillfish-ROG-Strix-G512LW-G512LW info ClearML new version available: upgrade to v1.1.2 is recommended!

...

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 Hi! For

Thanks. What is the difference between import_model and load_model ?

Why can I only call import_model with weights_url and not model name or ID? This means I need to call query_models first, if I got it right

3 years ago
0 Hi! For

AgitatedDove14 not exactly:
input: just a checkpoint file
output: a clearml model entity + stored weights on S3

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)

2 years ago
3 years ago
0 Dear Clearml Practitioners, I'D Like To Share My Experiment To Another Company, In Order For Them To

CostlyOstrich36 idk, I need to share it to see

how do I share it?

2 years ago
0 Hi! For

CostlyOstrich36 and at what point the model weights will be actually uploaded?

3 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

3 years ago
0 Hi! For

ok, got it, thanks

3 years ago
0 When I Pass Invalid Key To

For example, export_data returns task configuration that contains many keys that can be modified with task_overrides

3 years ago
Show more results compactanswers