ZixiangLuo1161 / scGAE

single-cell graph autoencoder
MIT License
21 stars 11 forks source link

Import error #3

Open vgiansanti opened 3 years ago

vgiansanti commented 3 years ago

Hello everyone! I wanted to use your model, but it gives me an error when I import SCGAE:

"cannot import name 'GraphAttention' from 'spektral.layers'"

I don't really known Spektral, I'm new on graph NN, but I couldn't find in the documentation the layers you refer to (also GraphConvSkip)... What am I missing??

Thank you!

ps: I installed spektral==0.6.1 as you recommended

ZixiangLuo1161 commented 3 years ago

Sorry for the mistake. It maybe some version errors. We are trying to fix it. You can use the GAT layer for now. (see the updated version)