jcjohnson/cnn-benchmarks

Speed: normalized by batch size?

vadimkantorov opened this issue · 3 comments

Hi,

Are the speed numbers divided by the mini-batch size ( = 16)?

From what I can see (https://github.com/jcjohnson/cnn-benchmarks/blob/master/cnn_benchmark.lua#L46), it is not normalized. Is it correct?

Thanks,
Vadim

No it is the speed for the entire mini batch

On Monday, October 10, 2016, Vadim Kantorov notifications@github.com
wrote:

Hi,

Are the speed numbers divided by the mini-batch size ( = 16)?

Thanks,
Vadim


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#13, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ACl7-kt_94CLdMfw43wDLw9azuz_GX-eks5qykYmgaJpZM4KSme7
.

Thanks for a quick response. A note in the main text about it wouldn't hurt though. All in all, very nice work, thanks for making it available!

Glad I found this issue. I was wondering the same thing.