Skip to content

Commit 825b41f

Browse files
committed
update name
1 parent f3962a1 commit 825b41f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+50
-50
lines changed

HyperG/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions

SuperMoon/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "SuperMoon"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from torch import nn
33
from torch.nn import Parameter
44

5-
from HyperG.hyedge import degree_hyedge, degree_node, count_hyedge, count_node
5+
from SuperMoon.hyedge import degree_hyedge, degree_node, count_hyedge, count_node
66

77

88
class HyConv(nn.Module):

0 commit comments

Comments
 (0)