nyoki-mtl/keras-facenet

Did the keras model you provide here implement l2 norm?

seed-fe opened this issue · 1 comments

Hi, I see in your three demo a function: l2_normalize, so the keras facenet model you provided has no l2_norm step inside, right?

Thanks.

It can be seen in 'keras-facenet/code/inception_resnet_v1.py' or use model.summary(). I know now.