-
Notifications
You must be signed in to change notification settings - Fork 69
Issues: iMoonLab/DeepHypergraph
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
您好在使用dhg.models.HGNN出现torch.sparse_coo_tensor的索引超出我的张量尺寸范围,具体的bug如下
#52
by JK-chance
was closed Mar 12, 2024
e_weight=None,agg='softmax' 时Graph类v2v中x=torch.sparse.mm(P,dim=1)应该是x=torch.sparse.softmax(P,dim=1)
#43
by FuYou0723
was closed Sep 20, 2023
hypergraph.e2v_aggregation_of_group方法出错
bug
Something isn't working
#22
by tsubasa0425
was closed Dec 27, 2022
Dataset: Coauthor network from DBLP
Dataset
Denote or upload dataset
#21
by mgao97
was closed Dec 28, 2022
BUG: dhg.Hypergraph.from_feature_kNN() need .detach() for input feature tensor
bug
Something isn't working
#19
by realxuyang
was closed Dec 28, 2022
BUG: hg.add_hyperedges can add edges out of vertex index
enhancement
New feature or request
#15
by realxuyang
was closed Dec 21, 2022
Can the k in top-k recall (retrieval evaluator) set to a ratio of samples instead of a fixed int?
enhancement
New feature or request
#14
by realxuyang
was closed Sep 29, 2022
BUG: RetrievalEvaluator.validate_add_batch use the Tensor in CPU
bug
Something isn't working
#13
by realxuyang
was closed Sep 28, 2022
可视化部分draw_in_poincare_ball(), Norm 运算产生0,导致除法运算报错
bug
Something isn't working
#11
by FUNCTIONair-han
was closed Dec 21, 2022
I am wondering if the tutorial is still going to be added? It seems like been a year for this repo.
#2
by RussellXie7
was closed Aug 29, 2022
ProTip!
Adding no:label will show everything without a label.