Hi,
Currently, I have a list of arrays with shapes like [(shape), (64, 64,12), (64, 64,56), (64, 64,5), . . . ] they vary in the last dimension so I can't use a np.array(list).
Is it possible to use bcolz to save the list of arrays? If so how? Or do I have to create a folder and save each array in the list individually? I don't really want to
do this since my list is ~1000.