shiftresnet-cifar
shiftresnet-cifar copied to clipboard
Can the shift be implemented in Pytorch without custom cuda function?
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?
Is that what the cuda operation is doing?