You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your TF implementation of ArcFace related models. I am trying to port this into tfjs-node but I am stuck because of custom layers you have implemented in nets/L_Resnet_E_IR_fix_issue9.py.
Is your BatchNormLayer different than TensorFlow's BatchNormalisation layer? If yes, could you shed some light on their differences?
The text was updated successfully, but these errors were encountered:
Thanks for your TF implementation of ArcFace related models. I am trying to port this into tfjs-node but I am stuck because of custom layers you have implemented in
nets/L_Resnet_E_IR_fix_issue9.py
.Is your BatchNormLayer different than TensorFlow's BatchNormalisation layer? If yes, could you shed some light on their differences?
The text was updated successfully, but these errors were encountered: