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 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
17 Answers
3K Views
0 Votes 17 Answers 3K Views
Hi folks, Any idea why I am getting this strange error from clearml-data: $ clearml-data list --project myproject clearml-data - Dataset Management & Version...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi i installed clearml helm chart, i am able access clearml ui(webserver), but i am not be see datasets and pipeline options. Am i doing anything wrong?
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi. Help 🥺 I have a clearml.Datase which I can't get
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello everyone.I have no idea why clearml-serving inference server tries to get model from that url(pic 1), but in ClearML UI i have correct url(pic 2). Coul...
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
We're trying to upgrade our ClearML on K8s but we're getting this error - Error: UPGRADE FAILED: cannot patch "clearml-fileserver-data" with kind PersistentV...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, I'm looking for an example show how clearml dataset is consumed by sklearn pipeline or pytorch datapipe. e.g. since pytorch uses torch datasets, can we w...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
👋 Hi everyone! I am in the process of moving from wandb to clearml . Is there a simple way to track gradients and parameters in a pytorch model as simple as...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is there some built-in way in clearml to trigger further action on task fail (or pipeline fail)?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hey, I am using the autoscaler for both GCP and AWS. The issue is that I can't see all of my workers in GCP in the queue. I assume the worker field is taken ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I'm having a little issue with the Task.get_tasks() function. Specifically with the tags argument. In the documentations it states that "Task must have a...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hello, I have a local install using the docker compose approach. I'm trying to set default_output_uri in /opt/clearml.conf and it's ignored. I also tried to ...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, i was adding data using clearml-data and get the following consistent errors. Retrying (Retry(total=237, connect=237, read=240, redirect=240, status=240)...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
is it possible to add extra arguments to pip install for a docker agent? somewhere in clearml.conf or maybe some docker arguments? I'm trying to add a truste...
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hi everyone! Is anybody using log-scale parameter ranges for hyper-parameter optimization? It seems that there is a bug in the hpbandster module. I'm getting...
3 years ago
0 Votes
5 Answers
3K Views
0 Votes 5 Answers 3K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi Everyone, I have a training job task which was using GPU that went to failed status because of CUDA Out of memory . However when i look at the worker view...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello again 🙂 Is there a way to prevent Task from automatically logging model info into ClearML? I mean into MODELS tab.
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, I am running my script from PyCharm and create a task inside it using Task.init() My PyCharm is connected to my git repo, and I want to add my git repo i...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I have a question about how to load a local directory to clearml's venv-builds Assume the following file layout: tree . ├── demo.py └── local_dir ├── hello.p...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there a way to add a free-text field to a Task, e.g. a human readable description of what the user trained?
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello! Thanks again for all the hard work you've put in to bring such a great MLops tool to the community! I have a question about ClearML agent config file,...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Performance of project overview We see some performance issues with the projects list in the Web UI. When there are lots of sub projects the server response ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Does Task.init() just return the current task when run on a task that has been launched remotely by Task.execute_remotely ? It looks like that is the behavio...
3 years ago
Show more results questions