Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ResNetCustom' object has no attribute '_norm_layer' #44

Open
hello-trouble opened this issue Aug 4, 2021 · 2 comments
Open

'ResNetCustom' object has no attribute '_norm_layer' #44

hello-trouble opened this issue Aug 4, 2021 · 2 comments

Comments

@hello-trouble
Copy link

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.

@miguelvr
Copy link
Owner

miguelvr commented Aug 4, 2021

It could be a pytorch version incompatibility. Which version are you using?

@SangRyul
Copy link

SangRyul commented Jan 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants