chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:36:30 +08:00
commit 55ab4e4a73
473 changed files with 72932 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
try:
from .hypergraphs import DHCF
from .hypergraphs import HGNN
from .hypergraphs import HGNNP
from .hypergraphs import HNHN
from .hypergraphs import HWNN
from .hypergraphs import HyperGCN
from .hypergraphs import SetGNN
from .hypergraphs import UniGAT
from .hypergraphs import UniGCN
from .hypergraphs import UniGIN
from .hypergraphs import UniSAGE
except:
print(
"Warning raise in module:model.Please install "
"Pytorch before you use hypergraph neural networks"
" related to Hypergraph"
)