how to generate two samples each line using pyDataProvider
Created by: pkuyym
Each line encodes two samples in input files. I want to extract them when parsing each line in pyDataProvider. These two samples must be next to each other in a mini-batch. Anyone have a good solution? Thx.