modestyachts / neural_kernels_code

36 stars 5 forks source link

Request for CIFAR10 dataset with ZCA #6

Closed sunrainyg closed 1 year ago

sunrainyg commented 1 year ago

The link you provided has expired. Could you kindly provide an alternative link for downloading the dataset? Your assistance is greatly appreciated.

By the way, in the 'preprocess.py' file, it appears that there is no module named 'random_aug'.

Vaishaal commented 1 year ago

Unfortunately that file was deleted after I graduated, however you can use something like this: https://github.com/modestyachts/neural_kernels_code/blob/master/preprocess.py#L92-L196, load CIFAR-10 from some source (such as pytorch, convert it to npy files) to generate the ZCA-ed version.