Open hello-trouble opened 3 years ago
It could be a pytorch version incompatibility. Which version are you using?
It could be a pytorch version incompatibility. Which version are you using?
same here. Which version did you use on this example? I use torch 1.8.1
Thank you for your excellent job about the dropblock. However, there are some errors when I run the code. It occured in the 34 line of resnet-cifar10.py, self.layer1 = self._make_layer(block, 64, layers[0]). I am puzzled about it.