neural-pipeline icon indicating copy to clipboard operation
neural-pipeline copied to clipboard

Add the ability to select a subpart from dataset

Open toodef opened this issue 5 years ago • 0 comments

Frequently we need to extract part of dataset for test network for example. We need to implement this feature in DataProducer, cause it'll make possible to not change dataset class. Also, DataProsucer has flushing and loading indices interfaces.

Requirements:

  • Possible of flushing indices for reproducible
  • Different strategies for indices selection: (from begin, from range, all of it with step, e.t.c)

toodef avatar May 13 '19 16:05 toodef