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

Reputation

0

Badges 1

47 × Eureka!
0 Votes
10 Answers
632 Views
0 Votes 10 Answers 632 Views
3 years ago
0 Votes
2 Answers
555 Views
0 Votes 2 Answers 555 Views
3 years ago
0 Votes
10 Answers
565 Views
0 Votes 10 Answers 565 Views
Is it possible to disable vcs-cache? I tried to change value from true to false in the trains.conf, but it does not affect anything. I want to disable it, be...
3 years ago
0 Votes
15 Answers
616 Views
0 Votes 15 Answers 616 Views
Hi, I faced with a silly error, when I run the python script with task = trains.init(project_name='my project', task_name='my task'). The task goes to the tr...
3 years ago
0 Votes
7 Answers
622 Views
0 Votes 7 Answers 622 Views
3 years ago
0 Votes
25 Answers
568 Views
0 Votes 25 Answers 568 Views
3 years ago
0 Votes
30 Answers
668 Views
0 Votes 30 Answers 668 Views
Hi, I am trying to execeute my code on nvidia/cuda docker, but it keeps running, it is not failed or not aborted. The last log message is "Successfully insta...
3 years ago
0 Votes
4 Answers
592 Views
0 Votes 4 Answers 592 Views
Hi, does 'trains' save scalars somewhere in the machine similar to log file?
3 years ago