tkipf / keras-gcn

Keras implementation of Graph Convolutional Networks
MIT License
791 stars 266 forks source link

changes for keras 2.4.3 and tf 2.4.1 #66

Closed ratmcu closed 6 months ago

ratmcu commented 3 years ago

Fixed few complains on the type mismatch of tensors and arguments for creating tensors. Also a failed assertion was omitted. Code works and trains. Would be helpful if these changes are to be reviewed.

tkipf commented 3 years ago

Thanks a lot! I'll try to have a look soon.

tkipf commented 3 years ago

I'll leave this open for now, so anyone can patch/merge it locally if they need these updates. I'm unable to test the commit right now, but I would nonetheless recommend to clean it up somewhat and remove commented out blocks and print statements.

ratmcu commented 3 years ago

Thanks, I cleaned up the code. Hopefully it can be used by: pip install git+https://github.com/ratmcu/keras-gcn.git

utkarsh0902311047 commented 1 year ago

Hi @ratmcu . Using your github code for Keras-GCN the test accuracy achieved is only 32.3%. Am I missing something or why is it so?