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
27 Questions, 173 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

148 × Eureka!
0 Votes
23 Answers
607 Views
0 Votes 23 Answers 607 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
6 Answers
652 Views
0 Votes 6 Answers 652 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
12 Answers
727 Views
0 Votes 12 Answers 727 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
9 Answers
720 Views
0 Votes 9 Answers 720 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
610 Views
0 Votes 15 Answers 610 Views
Is there any documentation for StorageHelper class?
2 years ago
0 Votes
7 Answers
628 Views
0 Votes 7 Answers 628 Views
Is there a place in web UI to find all Models I created?
2 years ago
0 Votes
1 Answers
536 Views
0 Votes 1 Answers 536 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
9 months ago
0 Votes
5 Answers
633 Views
0 Votes 5 Answers 633 Views
2 years ago
0 Votes
4 Answers
638 Views
0 Votes 4 Answers 638 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
635 Views
0 Votes 9 Answers 635 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
19 Answers
603 Views
0 Votes 19 Answers 603 Views
What is set_base_docker() equivalent for PipelineController ?
2 years ago
0 Votes
1 Answers
562 Views
0 Votes 1 Answers 562 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
1 Answers
615 Views
0 Votes 1 Answers 615 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...
2 years ago
0 Votes
13 Answers
476 Views
0 Votes 13 Answers 476 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...
9 months ago
0 Votes
2 Answers
693 Views
0 Votes 2 Answers 693 Views
2 years ago
0 Votes
2 Answers
717 Views
0 Votes 2 Answers 717 Views
2 years ago
0 Votes
8 Answers
733 Views
0 Votes 8 Answers 733 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
3 Answers
605 Views
0 Votes 3 Answers 605 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
19 Answers
630 Views
0 Votes 19 Answers 630 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
18 Answers
627 Views
0 Votes 18 Answers 627 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...
2 years ago
0 Votes
21 Answers
642 Views
0 Votes 21 Answers 642 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...
2 years ago
0 Votes
2 Answers
173 Views
0 Votes 2 Answers 173 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...
3 months ago
0 Votes
1 Answers
500 Views
0 Votes 1 Answers 500 Views
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
10 months ago
0 Votes
10 Answers
598 Views
0 Votes 10 Answers 598 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...
2 years ago
0 Votes
13 Answers
573 Views
0 Votes 13 Answers 573 Views
When I pass invalid key to task_overrides parameter in PipelineController.add_step method, it fails but with COMPLETED status
2 years ago
0 Votes
15 Answers
616 Views
0 Votes 15 Answers 616 Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
2 years ago
0 Votes
27 Answers
76 Views
0 Votes 27 Answers 76 Views
I .
I add_step with clone_base_task=False . However, it still clones the task, wtf
2 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

The pipeline is initialized like this
pipe = PipelineController(project=cfg['pipe']['project_name'], name='pipeline-{}'.format(name_postfix), version='1.0.0', add_pipeline_tags=True) pipe.set_default_execution_queue('my-queue')
Then for each step I have a base task which I want to clone

` step_base_task = Task.get_task(project_name=cfg[name]['base_project'],
task_name=...

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 Is There Any Canonical Way To Migrate All Data Between Different

What exactly we need to copy? I believe we have already copied everything, but it keeps throwing "Fetch experiment failed" error

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

For experiments with no artifacts, everything seems to work properly

2 years ago
0 How To Use

When I launch tasks with a pipeline, they keep complaining about missing pip packages. I run it inside a docker container, and I'm sure these packages are present inside it (when I launch the container locally, run python3 and import them, it works like charm). Any ideas how to fix this?

2 years ago
0 How To Use

It worked, thank you!

2 years ago
0 I .

so yeah, in short, target_project cannot do that

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

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!

...

2 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

2 years ago
0 What Is

of course, I use custom images all the time, the question was how to do it for a pipeline 😆 setting private attributes directly doesn't look as good practice

2 years ago
0 Is There Any Documentation For

StorageManager class seems to lack methods for removal as well

2 years ago
0 What Is

I launch everything in docker mode, and since it builds an image on every run, it builds default nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 image, which incurs heavy overhead. What if I want to give it my custom lightweight image instead? The same way I do for all individual tasks

2 years ago
0 What Is

but the question was about the pipeline controller, not individual tasks.

2 years ago
0 What Is

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

2 years ago
0 What Is

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

2 years ago
0 What Is

cloning base tasks and modyfing their parameters

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...
2 years ago
0 Has Anybody Used

When I run locally w/o clearml, it doesn't freeze

2 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

2 years ago
0 Has Anybody Used

never tried to start it locally in clearml

2 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

2 years ago
0 Hi, I Tried To Make A Clearml Dataset Using The

RotundHedgehog76 We were using clearml-server on kubernetes cluster, so I just reached out to our devops to change nginx settings and re-deploy it

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

one year 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
Show more results compactanswers