face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

Model code different from lua

Open elbaro opened this issue 6 years ago • 0 comments

Hi, I found a few differences from the Lua model.

  • ConvBlock's batchnorm has no bias (affine=False) in Lua
  • FullyConnected(1x1 conv) has batchnorm(affine=False) in Lua
  • The first pooling is max_pool in Lua while pytorch model uses avg_pool

elbaro avatar Apr 29 '18 19:04 elbaro