shiftresnet-cifar
shiftresnet-cifar copied to clipboard
ResNet with Shift, Depthwise, or Convolutional Operations for CIFAR-100, CIFAR-10 on PyTorch
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
The requirement needs cffi==1.11.2, but this version only supports python 2.7 to 2.8. How to modify the files to fit Python 3?
Not sure if I understand correctly, I just need to shift the tensor in 8 different directions (plus not shifting) and that can be done in Pytorch using simple slicing?...
Running `python eval.py --model=checkpoint/shiftresnet20_3.0.t7` in root directory returns ``` Files already downloaded and verified ==> Resuming from checkpoint.. Reading from model checkpoint/shiftresnet20_3.0.t7 ...(some SourceChangeWarnings)... Traceback (most recent call last): File...