I run into the following error. I am using python 3.5.
Traceback (most recent call last):
File "train.py", line 47, in
train_dataset = ImageFolderLMDB(traindir, train_transform)
File "/media/folder2lmdb.py", line 32, in init
self.keys = msgpack.loads(txn.get(b'keys'))
File "msgpack/_unpacker.pyx", line 209, in msgpack._cmsgpack.unpackb msgpack.exceptions.ExtraData: unpack(b) received extra data.
I run into the following error. I am using python 3.5. Traceback (most recent call last): File "train.py", line 47, in
train_dataset = ImageFolderLMDB(traindir, train_transform)
File "/media/folder2lmdb.py", line 32, in init
self.keys = msgpack.loads(txn.get(b'keys'))
File "msgpack/_unpacker.pyx", line 209, in msgpack._cmsgpack.unpackb msgpack.exceptions.ExtraData: unpack(b) received extra data.