Open 520040428 opened 6 months ago
label = np.frombuffer(self.txn.get(key_label.encode()),dtype = np.int64) A error:ValueError: buffer size must be a multiple of element size,how to solute,thank you for answering.
Hello, I guess it is the problem of the lmdbDataset class? You can check if the lengths of the lmdb dataset matches the number
label = np.frombuffer(self.txn.get(key_label.encode()),dtype = np.int64) A error:ValueError: buffer size must be a multiple of element size,how to solute,thank you for answering.