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
ExcitedFish86
Moderator
8 Questions, 55 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
3 Answers
592 Views
0 Votes 3 Answers 592 Views
Hi all, I see there is an option for running a bash script / commands inside a container started by an agent. Is it possible to have this set differently per...
2 years ago
0 Votes
2 Answers
601 Views
0 Votes 2 Answers 601 Views
Hi guys, just wanted to let you know that many links in the ClearML github page are broken (i.e., https://github.com/allegroai/clearml/blob/master )
3 years ago
0 Votes
9 Answers
638 Views
0 Votes 9 Answers 638 Views
Hi all, I'm trying to upgrade clearml-server but I keep getting permission errors from the elastic search container: clearml-elastic | ElasticsearchException...
3 years ago
0 Votes
11 Answers
661 Views
0 Votes 11 Answers 661 Views
Hi all, I have a question regarding multi-node training using the clearml-agent. What is the recommended setup in this case? Say I have 3 nodes with 3 agents...
2 years ago
0 Votes
18 Answers
631 Views
0 Votes 18 Answers 631 Views
2 years ago
0 Votes
13 Answers
703 Views
0 Votes 13 Answers 703 Views
Hi folks! I'm using SummaryWriter from PyTorch's tensorboard utils to log pr_curve , and I get the attached curve. Looks like the X axis is reversed, and I c...
3 years ago
0 Votes
3 Answers
690 Views
0 Votes 3 Answers 690 Views
Hi all, Is there a way to filter a experiments in a hyperparameter sweep based on a given range of a parameter/metric in the UI (similar to wandb )? Also, is...
2 years ago
0 Votes
30 Answers
573 Views
0 Votes 30 Answers 573 Views
Hi guys! Is there a way to tell an agent to run a task in an existing venv (without creating a new one)?
2 years ago