未验证 提交 3de99430 编写于 作者: B Bin Lu 提交者: GitHub

Update deephashloss.py

上级 d9ca31a6
......@@ -57,7 +57,7 @@ class DSHSDLoss(nn.Layer):
return {"dshsdloss": Lc + Ld * self.alpha}
class LCDSHLoss(paddle.nn.Layer):
class LCDSHLoss(nn.Layer):
"""
# paper [Locality-Constrained Deep Supervised Hashing for Image Retrieval](https://www.ijcai.org/Proceedings/2017/0499.pdf)
# [LCDSH] epoch:145, bit:48, dataset:cifar10-1, MAP:0.798, Best MAP: 0.798
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册