DeepGraphLearning/KnowledgeGraphEmbedding

L3 regularization

yancy826 opened this issue · 0 comments

When Using L3 regularization for ComplEx and DistMult, you apply norm function two times for relation embedding, just as follwing (model.relation_embedding.norm(p=3).norm(p=3) ** 3). Can you explain why you apply norm function two times? Thank you.