-
Notifications
You must be signed in to change notification settings - Fork 87
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
STN added to Pytorch by Soumith Chintala #19
Comments
Thanks @Cadene, I am aware of it. I am going to fix the existing issues for this repo when I have a chance for current users. But given STN is added to pytorch with higher performance, it's unlikely I will develop this repo further. |
@fxia22 , Hi, Fei, thanks a lot for sharing this code. I compared with Pytorch official STN and your implementation, and found the gradients are different when the number of channel of feature map > 1. I am wondering whether you also found this, or it's just me having something wrong? thanks! |
One more point, when channel > 1, the gradients of the first channel are the same, the other channels are different. |
I found the problem, it is not about the cuda code, it on my own code. never mind. |
pytorch: Adding Spatial Transformers w/CuDNN support
The text was updated successfully, but these errors were encountered: