__init__.py 157 Bytes
Newer Older
zhangwq5's avatar
all  
zhangwq5 committed
1
2
"""This package provides Graph Neural Network classes for solving the problem"""
__all__ = ['MPN', 'MPN_simplenet', 'SkipMPN', 'MaskEmbdMPN', 'MultiConvNet']