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

can't reproduce cifar10

Open twmht opened this issue 5 years ago • 13 comments

Can't reproduce cifar10 result.

Here is mine

without stn: 78.3% with stn: 76.7%

Any idea?

twmht avatar Dec 03 '18 16:12 twmht

What optimizer are you using?

aicaffeinelife avatar Dec 11 '18 21:12 aicaffeinelife

sgd

twmht avatar Dec 12 '18 01:12 twmht

Does this code can reproduce the result?

twmht avatar Dec 12 '18 01:12 twmht

yeah, this code uses Adam optimizer. Can you try using that? If not I'll take a closer look again

Thanks

aicaffeinelife avatar Dec 12 '18 01:12 aicaffeinelife

@aicaffeinelife

I use adam and still can't repoduce the result

without stn: 78.4 with stn: 76.1

twmht avatar Dec 12 '18 02:12 twmht

Interesting, I'm traveling at the moment, I'll check the code again and update you about it in a couple of days. In the mean time, if you find any bug in the code, let me know.

aicaffeinelife avatar Dec 12 '18 23:12 aicaffeinelife

hello,when the epoch=82,the value is 77.3,after epoch=82,the value is very low,i don't know how to interpret it,can you help me ?ths

tkone2018 avatar Jan 07 '19 12:01 tkone2018

can you teach me how to use the STN with vgg16 or resnet50?ths

tkone2018 avatar Jan 07 '19 13:01 tkone2018

@tkone2018 open a separate issue for this one. Using STN in any CNN is easy, but it's not relevant to this thread.

aicaffeinelife avatar Jan 07 '19 16:01 aicaffeinelife

@twmht I just cloned the repo and re-ran experiments on the hardware mentioned in README.md. I got 78.19% accuracy. What hardware were you using?

aicaffeinelife avatar Jan 07 '19 16:01 aicaffeinelife

@aicaffeinelife ok

tkone2018 avatar Jan 08 '19 01:01 tkone2018

@aicaffeinelife

GTX-1080

twmht avatar Jan 08 '19 01:01 twmht

@twmht that is strange. Can you share your params.json here?

aicaffeinelife avatar Jan 08 '19 17:01 aicaffeinelife