Files
2026-07-13 12:36:30 +08:00

11 lines
260 B
Python

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"
)