preetum/cifar5m

How to load the npz file quickly?

Closed this issue · 1 comments

Hi, thank you for sharing the generated CIFAR dataset. However, it seems difficult to load npz file (larger than 2GB). Here is the code to load npz file.

import numpy as np
new = np.load("./cifar5m/cifar5m_part0.npz")
print(new["X"].shape)

Could you provide a more convenient way to load the dataset?

solved.