Skip to content
Snippets Groups Projects
Commit f67e6bbd authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Apply suggestion to bob/learn/tensorflow/layers.py

parent f95282fb
No related branches found
No related tags found
No related merge requests found
Pipeline #47260 canceled
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
......@@ -201,7 +201,7 @@ class ModifiedLogitsHead(tf.keras.layers.Layer):
class AngularHead(tf.keras.layers.Layer):
"""
Implements :math:`\frac{x_i}{||x_i||}\frac{W}{||W||}`.
Implements :math:`\\frac{x_i}{||x_i||}\\frac{W}{||W||}`.
This is the base operation for equations (3) and (4) of the paper
`ArcFace: Additive Angular Margin Loss for Deep Face Recognition <https://arxiv.org/abs/1801.07698>`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment