HennyJie / BrainGB

Officially Accepted to IEEE Transactions on Medical Imaging (TMI, IF: 11.037) - Special Issue on Geometric Deep Learning in Medical Imaging.
MIT License
165 stars 42 forks source link

ImportError #4

Closed xuhangc closed 1 year ago

xuhangc commented 1 year ago

Hi, when I try your example code

from BrainGB import GAT, GCN, BrainNN, GCN

It pops up the following error message

ImportError: cannot import name 'GAT' from 'BrainGB' (/home/cxh/miniconda3/envs/bit/lib/python3.9/site-packages/BrainGB/__init__.py)

Are there any other prerequisite packages needed?

HennyJie commented 1 year ago

Just updated the readme file to resolve the conflict.