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
HollowDeer18
Moderator
6 Questions, 19 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Furthermore, if I try to execute a pipe in a remote agent, I get a python error from the clearml engine:
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
File "/home/thermo/.clearml/venvs-builds/3.8/code/controller.py", line 20, in from .job import LocalClearmlJob, RunningJob, BaseJob
2 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
(a regular experiment did execute in the remote agent, I only get this with the pipe)
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
ImportError: attempted relative import with no known parent package
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
How can you clone an experiment, but update the commit so it runs with the latest version of the code?
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi,
Hi,
2 years ago