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
+10
View File
@@ -0,0 +1,10 @@
try:
from .base import BaseTask
from .hypergraphs import HypergraphVertexClassificationTask
except:
print(
"Warning raise in module: experiments. Please install Pytorch before you use"
" functions related to nueral network"
)