未验证 提交 eaf3b315 编写于 作者: F Felix 提交者: GitHub

Update circlemargin.py

上级 42aefbb4
......@@ -20,7 +20,7 @@ import paddle.nn.functional as F
class CircleMargin(nn.Layer):
def __init__(self, embedding_size, class_num, margin, scale):
super(CircleSoftmax, self).__init__()
super(CircleMargin, self).__init__()
self.scale = scale
self.margin = margin
self.embedding_size = embedding_size
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册