Closed ratmcu closed 6 months ago
Thanks a lot! I'll try to have a look soon.
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.
Thanks, I cleaned up the code. Hopefully it can be used by:
pip install git+https://github.com/ratmcu/keras-gcn.git
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?
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.