We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Andreas Veit:
My PyTorch version is 4.0 , cuda is 9.0 and python is 3.5. I run the code, but I find this problem.
python train.py
problem:
I think the problem is ResNet110_cifar() function in convnet_aig.py file. I don't know how to fix the debug, can you help me? Thanks. @andreasveit
ResNet110_cifar()
The text was updated successfully, but these errors were encountered:
This code is developed for Python 3.6.5 PyTorch 0.3.1 CUDA 9.1 Please test with that setup.
Sorry, something went wrong.
For Pytorch 4.1, the batchnorm should be 2d instead of 1d.
Change here: https://github.com/andreasveit/convnet-aig/blob/master/convnet_aig.py#L80
No branches or pull requests
Hello Andreas Veit:
My PyTorch version is 4.0 , cuda is 9.0 and python is 3.5.
I run the code, but I find this problem.
problem:
I think the problem is
ResNet110_cifar()
function in convnet_aig.py file. I don't know how to fix the debug, can you help me? Thanks. @andreasveitThe text was updated successfully, but these errors were encountered: