bhpfelix / Compositional-Attention-Networks-for-Machine-Reasoning-PyTorch

A PyTorch implementation of Compositional Attention Networks
MIT License
23 stars 5 forks source link

FYI: original tf implementation is here https://github.com/stanfordnlp/mac-network/ #2

Open dorarad opened 6 years ago

dorarad commented 6 years ago

Definitely not an issue! but just wanted to comment that the original tensorflow implementation is available here https://github.com/stanfordnlp/mac-network/ ! :)

bhpfelix commented 6 years ago

Thank you for the pointer! Congratulation on the strong results. The implementation here is currently not achieving desirable performance. The official implementation would be very helpful.