toodef / neural-pipeline

Neural networks training pipeline based on PyTorch
https://neural-pipeline.readthedocs.io
MIT License
312 stars 24 forks source link

Add the ability to select a subpart from dataset #29

Open toodef opened 5 years ago

toodef commented 5 years ago

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: