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
Answered
Is There An Elegant Way To Download All Images Posted In “Debug_Samples” From The Trains Server?

Is there an elegant way to download all images posted in “debug_samples” from the trains server? 🙂

  
  
Posted 3 years ago
Votes Newest

Answers 5


TrickyRaccoon92
I guess elegant is the challenge 🙂
What exactly is the use case ?

  
  
Posted 3 years ago

Or you want to generate it from a previously executed run?

  
  
Posted 3 years ago

Yes, exactly, from a previously executed run. Essentially, I write a grid of images which are supposed to learn a generative task, i’d like to download all images and generate a gif from the collection of images.

  
  
Posted 3 years ago

I’d like to create an animated gif

  
  
Posted 3 years ago
567 Views
5 Answers
3 years ago
one year ago
Tags