iMoonLab / DeepHypergraph

A pytorch library for graph and hypergraph computation.

Home Page:https://deephypergraph.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: dhg.Hypergraph.from_feature_kNN() need .detach() for input feature tensor

realxuyang opened this issue · comments

Got it! We will invoke .detach() for the input feature matrix.