-
Notifications
You must be signed in to change notification settings - Fork 545
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
How to make it compatible with CUDNN v5 #36
Comments
Hi, current evaluation code is forked from DeepLab v2 and it seems that it is not suitable with cuDNN v5. We are trying to work out the training one with v5 support. Thanks. |
OK, Look forward to it! |
I have update this repository to cudnn v5, however when using cudnn, an error *misalgin address" occured. So now I can only train without cudnn. what a pitty. I wonder whether the error is caused by odd spatial size of feature map.
|
Hello, I try to modify this repository to cuDNN v5 based on the new Deeplab-v2. I am not sure if it solves this problem as well, but it can be built in my server environment. |
When I try to find why I cannot compile PSPNet with CUDNN v5 successfully, I find that the author is changing the README to say it is compatible with CUDNN v4...
So, can anybody give me a hint how to modify the code to make it compatible with CUDNN v5?
The text was updated successfully, but these errors were encountered: