putshua / ANN_SNN_QCFS

Code for paper "Optimal ANN-SNN conversion for high-accuracy and ultra-low-latency spiking neural networks"
19 stars 5 forks source link

There is no preprocess module #4

Closed Met4physics closed 10 months ago

Met4physics commented 10 months ago

In getdataloader.py:

from preprocess.augment import Cutout, CIFAR10Policy

However, I cannot find preprocss package in this repo.

Met4physics commented 10 months ago

It seems that the first 'p' of 'preprocss should be capitalized.