vahidk/tfrecord

is there any way to process the TFRecordDataset?

shijian97 opened this issue · 2 comments

hi, thanks for your contrubutions! I have some problems when I'm make the torch.utils.data.DataLoader(TFRecordDataset, batch_size), because the data of my tfrecrds files was encoded, so they have different length.
Is there any way to process the TFRecordDataset? or I can only preprocess in the feature descriptor?
thank you so much

oh I see, thank you