pytorch-cifar10
pytorch-cifar10 copied to clipboard
When shakedrop run in eval model, shake shake take over?
In 73th line of shakedrop/model.py:
out = self.shake_shake(out, alpha, drop_factor)
I don't now why u use the shake_shake here?