stn.pytorch icon indicating copy to clipboard operation
stn.pytorch copied to clipboard

STN added to Pytorch by Soumith Chintala

Open Cadene opened this issue 7 years ago • 4 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 avatar Jul 13 '17 16:07 fxia22

@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 avatar Sep 16 '17 22:09 jwyang

@fxia22

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

jwyang avatar Sep 16 '17 22:09 jwyang

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

jwyang avatar Sep 17 '17 06:09 jwyang