Pytorch-STN icon indicating copy to clipboard operation
Pytorch-STN copied to clipboard

Detaching STN input

Open janzd opened this issue 4 years ago • 2 comments

Hello, can I ask you a question? Why the input of conv1 in SpatialTransformer should be detached? Look forward to your reply.

Originally posted by @wuwenbin970731 in https://github.com/aicaffeinelife/Pytorch-STN/issues/5#issuecomment-659167815

janzd avatar Jul 17 '20 07:07 janzd

That's a good question. I don't know why it's there but I implemented STN myself based on this repository without detaching the input and it seems to work fine.

janzd avatar Jul 17 '20 07:07 janzd

Thanks for your reply, I will try it without detaching the input.

wuwenbin970731 avatar Jul 17 '20 07:07 wuwenbin970731