lucidrains / DALLE2-pytorch

Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
MIT License
11.15k stars 1.09k forks source link

The order of image embedding .npy file and original image .tar files #240

Open sbyebss opened 2 years ago

sbyebss commented 2 years ago

Hi! You mentioned the numpy array in image embedding .npy files generated from clip_retrieval lost the index correspondence to the original image .tar files. I wonder are they completely irrelevant orders or the same sequential order but divided into different shards?