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

Questions 6526

Questions 6526

Tags
Sorting
Results
per page
0 Votes
1 Answers
879 Views
0 Votes 1 Answers 879 Views
Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
one year ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
one year ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hey, how can we control the pod of PipelineController not use the gpu? according to the documentation, the The pipeline controller lives as long as the pipel...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey everyone anyone had experience with installing clearml-server on Openshift? I assume some modifications requires comapred to vanilla k8s installation (in...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi community :) I'm new to ClearML and seeking advice on best practices for managing datasets. I have two types of datasets: (1) PDFs (2) Tabular data stored...
one year ago
0 Votes
4 Answers
785 Views
0 Votes 4 Answers 785 Views
Hi everyone. Is there any way to customize web_server and api_server urls in this dialog window? Clearml in our case installed on k8s using helm chart (versi...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hello Folks! I've deployed ClearML, helm chart version 7.11.1 , on a k8s cluster. I've created ingresses for all three api , web and file servers. I'm trying...
one year ago
0 Votes
2 Answers
973 Views
0 Votes 2 Answers 973 Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
8 Answers
906 Views
0 Votes 8 Answers 906 Views
There are still a ton of instances of the documentation using 'import allegroai', is that deprecated?
one year ago
0 Votes
6 Answers
837 Views
0 Votes 6 Answers 837 Views
Is it possible to upload a hyperdataset? Or can we only upload datasts
one year ago
0 Votes
2 Answers
846 Views
0 Votes 2 Answers 846 Views
Hi ClearML team, does upload_folder None also have the capability of retrying to upload? It doesn't have the retries parameter
one year ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
any tips on debugging worker graphs not showing up? seems to be some js errors in the console that may be related. running localhost against 1.16.1 images
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
3 Answers
841 Views
0 Votes 3 Answers 841 Views
I am trying to do some hyperparameter optimization using a script and have closely followed the example on Github. I keep getting this warning when using Opt...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hey, I have pipeline from code, but have problem with caching. Actually clearml didn't cache already executed steps (tried to re-run pipeline from web-ui). D...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey guys, if I set file_upload_retries arbitrarily high like 1000, should I be good to upload a large dataset >1GB on spotty connections?
one year ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
one year ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi, can I run a single hyperparameter optimization task with at least 100 experiments on multiple machines by using clearml-agent and queue?
one year ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
one year ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey, I am trying to clone existing pipeline using clearml API, but I didn't managed to override pipeline parameters. Task was cloned successfully with parame...
one year ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, Is clearml-task --docker able to take docker image > 10GB? I got some issue when using clearml-task --docker with AWS autoscaler. The error shows no spac...
one year ago
0 Votes
1 Answers
993 Views
0 Votes 1 Answers 993 Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello everyone! Can I create a report via API or SDK? Сan the model inference task generate a report that will be displayed in the reports tab?
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello! Is there a way to launch clearml apps (for example clearml schedulers) via API or code with status tracking on ClearML application tab? If we run clea...
one year ago
Show more results questions