keras-gcn icon indicating copy to clipboard operation
keras-gcn copied to clipboard

changes for keras 2.4.3 and tf 2.4.1

Open ratmcu opened this issue 4 years ago • 4 comments

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.

ratmcu avatar Apr 16 '21 13:04 ratmcu

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

tkipf avatar Apr 16 '21 13:04 tkipf

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.

tkipf avatar Apr 18 '21 18:04 tkipf

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

ratmcu avatar Apr 20 '21 00:04 ratmcu

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?

utkarsh0902311047 avatar Jun 05 '23 06:06 utkarsh0902311047