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
FierceFly22
Moderator
5 Questions, 8 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

8 Γ— Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, Does anyone know that when using tensorboard to record loss (such as writer.add_scalar('Loss/train', loss.data, epoch*len(trainLoader)+step) ), where wil...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi, I would like to install python package using conda in my worker machine. so I edit the trains.conf file to : package_manager: { # supported options: pip,...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi allegroal team, I recently saw your project and tried it. This is a great tool! I have a question to ask: How to upload tasks from local machine to server...
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, does anyone know where trains stores tensorboard data? Because I am used to using tensorboard to record experimental data and store data, I hope I can ac...
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi, I encountered a few problems: Which files will be uploaded by trains according to the task's output_uri ? model, text or images? Is the judgment based on...
4 years ago