jaffe-fly opened this issue 3 years ago · 1 comments
tfrecord/tfrecord/reader.py
Line 116 in 74b2d24
when i use open('xxx.jpg','rb').read() to read the image, I get wrong shape
open('xxx.jpg','rb').read()
data = next(iter(loader)) print(data['image'].shape)
torch.Size([1, 12751])
how to do ?
See readme.