alelab-upenn / graph-neural-networks

Library to implement graph neural networks in PyTorch
GNU General Public License v3.0
250 stars 64 forks source link

Tutorial Module is not updated #14

Open mikhsanikhsan99 opened 4 months ago

mikhsanikhsan99 commented 4 months ago

import Utils.graphML as gml

should be

import alegnn.utils..graphML as gml

etc.