is there any way to process the TFRecordDataset?
shijian97 opened this issue · 2 comments
shijian97 commented
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
vahidk commented
See readme for an example.
…On Tue, Aug 17, 2021 at 6:50 PM Citta ***@***.***> wrote:
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?
thank you so much
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#74>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDQAGVVB4WBWGKAYFC4DTT5MGWDANCNFSM5CLAT5XA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
shijian97 commented
oh I see, thank you