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

STN added to Pytorch by Soumith Chintala #19

Open
Cadene opened this issue Jul 13, 2017 · 4 comments
Open

STN added to Pytorch by Soumith Chintala #19

Cadene opened this issue Jul 13, 2017 · 4 comments

Comments

@Cadene
Copy link

Cadene commented Jul 13, 2017

pytorch: Adding Spatial Transformers w/CuDNN support

@fxia22
Copy link
Owner

fxia22 commented Jul 13, 2017

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.

@jwyang
Copy link

jwyang commented Sep 16, 2017

@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!

@jwyang
Copy link

jwyang commented Sep 16, 2017

@fxia22

One more point, when channel > 1, the gradients of the first channel are the same, the other channels are different.

@jwyang
Copy link

jwyang commented Sep 17, 2017

I found the problem, it is not about the cuda code, it on my own code. never mind.

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