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 6582

Questions 6582

Tags
Sorting
Results
per page
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
3 years ago
0 Votes
20 Answers
1K Views
0 Votes 20 Answers 1K Views
Hi everyone, i have a question about using custom decorators with clearml pipeline. Here is my setup: decorators.py def my_decorator(function): @wraps(functi...
one year ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
is clearml able to intercept (automatically) metrics gathered via torchmetrics.MetricTracker ?
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is it possible to have clearml launch aws instances to run clearml-agent , execute jobs and then shutdown after the jobs have been completed? I have two rele...
aws
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello, we're getting a strange error while training YoloV5: Retrying (Retry(total=237, connect=237, read=240, redirect=240, status=240)) after connection bro...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hello, I have a problem with task.set_initial_iteration(0) in Google Colab. After continuing the experiment, gaps appear on my graph, but if you use Colab. I...
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi!
Hi! 👋 I am still quite new to ClearML but we are currently assessing how useful it is at the place where I work - and so far, it looks pretty cool! 🙂 We ha...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
When viewing scalars is it possible to: Have a grid view (e.g. 3 plots per line instead of just one) Group the metrics differently (seems like if I log X/a a...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi, I’m training on multi-node, clearml captures only a single machine utility (memory/cpu/etc.). I assume it captures node 0. Is there a way to make it repo...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, Question regarding the command > clearml-agent list Were do you define the company and user that is running the Worker ? Looking at the https://clear.ml/...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi, i am running several python scripts but all for the same project/task. Is it possible to Task.init to existing running/completed task and adding on the r...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Suggestion : ClearML to clear "/tmp" directory once in a while from it's own created files Explanation: We just encountered an error (very uninformative) "OS...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there any problem with the website? https://clear.ml/
3 years ago
0 Votes
2 Answers
828 Views
0 Votes 2 Answers 828 Views
How does clearml-agent install -e python package ? I have a homemade python package which I just moved to pyproject.toml, that I am not familiar with so not ...
8 months ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hello, I’m a beginner of ClearML and reading documents, but I have some questions. Is ClearML supports distributed cluster mode(multi-host, multi-gpu) for on...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
one year ago
0 Votes
19 Answers
724 Views
0 Votes 19 Answers 724 Views
Hello, I wanted to test out clearml and installed the 7.14.2 helm chart. The deployment looks ok. I can access the webui and create workspace API credentials...
9 months ago
0 Votes
2 Answers
961 Views
0 Votes 2 Answers 961 Views
one year ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Question about Pipeline : my setup is as follow: - Step1: train_foo.py (which import config from other .py) => generate a model.pt - Step2: gen_bar.py + mode...
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
i tried to run trains-server in docker but i created 3 subdomains (api/files/trains)....but now i have problem that trains webserver always tries to connect ...
5 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey there! I'm trying to make changes to the agent config, but when I update clearml.conf , take down the agent (with kill -9 agent-pid ), and restart the ag...
one year ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
I am trying PyTorch Nightly again with Python 3.10. Works fine locally, but fails on clearml-agent in docker mode. ERROR: Ignored the following versions that...
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
I use ignite and their ModelCheckpoint system to be able to resume a training in case of unexpected issue (the electricity shut down last week and our cluste...
5 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
I might be missing something, but is there no way to clear all tags or remove a tag in a Task? I only see a add_tags()
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
5 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
one year ago
0 Votes
24 Answers
3K Views
0 Votes 24 Answers 3K Views
Hi everyone, is it possible to not create a copy of a dataset when adding to clearml? My data is already in a directory on the clearml-server machine and I d...
3 years ago
Show more results questions