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
VirtuousFish83
Moderator
14 Questions, 56 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

56 × Eureka!
0 Votes
6 Answers
629 Views
0 Votes 6 Answers 629 Views
Hi, plotting a debug sample with a " in the title fails. I think the encoding of the quote is different between the backend and the file server plt.title('th...
3 years ago
0 Votes
10 Answers
667 Views
0 Votes 10 Answers 667 Views
3 years ago
0 Votes
5 Answers
707 Views
0 Votes 5 Answers 707 Views
hi, is it possible to change the url of artifacts in clearml tasks ? (following a migration, the file has been migrated but the artifact has the old url/host...
one year ago
0 Votes
8 Answers
639 Views
0 Votes 8 Answers 639 Views
Hello, I want to report a confusion matrix with the values fig = plotly.express.imshow( matrix, labels={'x': "Predicted", 'y': "True"}, x=['0', '1'], y=['0',...
2 years ago
0 Votes
3 Answers
622 Views
0 Votes 3 Answers 622 Views
2 years ago
0 Votes
6 Answers
566 Views
0 Votes 6 Answers 566 Views
10 months ago
0 Votes
18 Answers
616 Views
0 Votes 18 Answers 616 Views
Hello, I'm a bit lost in the docs for the MLOps, I have script which already integrate clearml logging, should I use clearml-task to launch it on an agent ? ...
3 years ago
0 Votes
1 Answers
687 Views
0 Votes 1 Answers 687 Views
3 years ago
0 Votes
15 Answers
714 Views
0 Votes 15 Answers 714 Views
Sorry I have again another problem, does clearml have its own package resolution system and doesn't use pip ? I use a lib named pyfunctional ( https://pyfunc...
3 years ago
0 Votes
3 Answers
716 Views
0 Votes 3 Answers 716 Views
hello, is it possible to edit scalars/plots from an experiment (rename or delete them) with the python client or with the server api?
one year ago
0 Votes
5 Answers
677 Views
0 Votes 5 Answers 677 Views
hello, I'm using Task._query_tasks(project_name=...) to iterate on tasks, but I'm getting only the first 500 tasks of my project and I don't know how to get ...
one year ago
0 Votes
2 Answers
311 Views
0 Votes 2 Answers 311 Views
hello, clearml-server appears to fail escaping html in stdout/stderr reporting (the console view), is this a known bug ? is this fixed on 1.13.0 maybe ? I’m ...
5 months ago
0 Votes
21 Answers
757 Views
0 Votes 21 Answers 757 Views
Hello, we recently moved our clearml self-hosted server (on GCE) to be behind a load balancer with certs etc. at the address {app,files,api}.dev.companyname....
2 years ago
0 Votes
4 Answers
813 Views
0 Votes 4 Answers 813 Views
Hello, I’m trying to update our ClearML server running on kubernetes (1.6.0-213) but I get this error: > helm upgrade clearml allegroai/clearml --namespace c...
one year ago