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
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
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
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
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
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
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
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
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
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
1 Answers
873 Views
0 Votes 1 Answers 873 Views
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
one year ago
0 Votes
1 Answers
957 Views
0 Votes 1 Answers 957 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
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
13 Answers
959 Views
0 Votes 13 Answers 959 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
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
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Is there any documentation for StorageHelper class?
2 years ago
0 Votes
1 Answers
961 Views
0 Votes 1 Answers 961 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
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
2 Answers
547 Views
0 Votes 2 Answers 547 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
15 Answers
987 Views
0 Votes 15 Answers 987 Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
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
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/
2 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
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 What Is

I found out this happens with any other image except the default one, regardless of whether I set it with pipe._task.set_base_docker

The image is not needed to run the pipeline logic, I do it just to reduce overhead. Otherwise it would take too long to just build the default image on every launch

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

cloning base tasks and modyfing their parameters

3 years ago
0 Is There Any Documentation For

AgitatedDove14 thank you. Maybe you know about OutputModel.remove method or something like that?

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

2 years ago
0 How To Use

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

3 years ago
0 I .

@<1523701205467926528:profile|AgitatedDove14> clearml 1.1.1
Yeah, of course it is in draft mode ( Task.import_task creates a task in draft mode, it is the lower task on the screenshot)

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

hm, not quite clear how it is implemented. For example, this is how I do it now (explicitly)

2 years ago
0 Is There Any Documentation For

AgitatedDove14 by task you mean the training task or the separate task corresponding to the model itself? The former won't work since I don't want to delete the training task, only the models

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

The lower task is created during import_task , the upper one - during actual execution of the step, several minutes after

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

3 years ago
0 Is There Any Documentation For

AND also add task_name parameter to Model.query_models

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

@<1523701070390366208:profile|CostlyOstrich36> Yes, I'm self deployed, and the company I want to share it with is also self deployed

one year ago
0 Hi

AnxiousSeal95 We can make a nested pipeline, right? Like if the top pipeline calls add_step to create steps from tasks, and then we decompose any single step further and create a sub-pipeline from decorators there. We should be able to do that, because PipelineController is itself a task, right?

Also, is there a way to unfold such nested pipeline into a flat pipeline? So that only a single pipeline task is created, and it draws a single detailed DAG in PLOTS tab?

3 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

Very nice for small pipelines (where every step could be put into a function in a single repository)

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

It worked, thank you!

3 years ago
0 Has Anybody Used

never tried to start it locally in clearml

2 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

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

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

And I don't see any new projects / subprojects where that dataset creation Task is stored

Previously I had a separate, manually created project where I stored all newly created datasets for my main project. Very neat

Now the task is visible only in the "All experiment" section, but there is no separate project in the web ui where I could see it...

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

one year ago
Show more results compactanswers