chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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"
|
||||
)
|
||||
Reference in New Issue
Block a user