stn.pytorch
                                
                                 stn.pytorch copied to clipboard
                                
                                    stn.pytorch copied to clipboard
                            
                            
                            
                        pytorch version of spatial transformer networks
Hi. When I install the repro, it shows ypeError: dist must be a Distribution instance. Thanks.
After reading your code, it seems that the code doesn't mention anything about backpropogation. Does pytorch do it automatically? Thanks!
I want to use STN to correct the distorted picture with text ,in order to recognize the text,how to use this?
``` python test.py Variable containing: (0 ,.,.) = 0.8000 0.3000 1.0000 0.5000 0.0000 0.0000 [torch.FloatTensor of size 1x2x3] Traceback (most recent call last): File "test.py", line 28, in out, aux...
Hi, @berleon @aarcosg @lim0606 @fxia22 @jj0mst. How can I run make.sh in my MacOSX terminal? Is it impossible? Thanks in advances~ iMac i5, (arch=i386), MacOSX High Sierra.
We've recently seen the release of mxnet 1.0. Would you consider an upgrade? https://github.com/apache/incubator-mxnet/releases/tag/1.0.0
Hello, I get the following error when the code below gets executed: ```RuntimeError Traceback (most recent call last) in () 19 loss += crit(input1, input1.detach()*0) 20 ---> 21 loss.backward() ~/anaconda2/envs/python36/lib/python3.6/site-packages/torch/autograd/variable.py...
Hi, is the module support windows (CPU) ? For your information, I have installed windows based pytorch and VS2017. Thank you.
[pytorch: Adding Spatial Transformers w/CuDNN support](https://github.com/pytorch/pytorch/pull/2007)
i'm a noob in pytorch and it's difficult for me to imple it