Skip to content

Commit

Permalink
Fix paper reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Oct 17, 2023
1 parent 0c81202 commit 3992661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cornac/models/lightgcn/lightgcn.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Reference: https://github.com/dmlc/dgl/blob/master/examples/pytorch/NGCF/NGCF/model.py

import torch
import torch.nn as nn
import torch.nn.functional as F
Expand Down
4 changes: 3 additions & 1 deletion cornac/models/lightgcn/recom_lightgcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ class LightGCN(Recommender):
References
----------
* Wang, Xiang, et al. "Neural graph collaborative filtering." Proceedings of the 42nd international ACM SIGIR conference on Research and development in Information Retrieval. 2019.
* He, X., Deng, K., Wang, X., Li, Y., Zhang, Y., & Wang, M. (2020).
LightGCN: Simplifying and Powering Graph Convolution Network for
Recommendation.
"""

def __init__(
Expand Down

0 comments on commit 3992661

Please sign in to comment.