yao8839836 / text_gcn

Graph Convolutional Networks for Text Classification. AAAI 2019
1.35k stars 434 forks source link

Error with Tf 2.5 #122

Closed yogeshhk closed 3 years ago

yogeshhk commented 3 years ago

Seems like tf compatability issue. For tf 2.5.5 on Windows 10, with just CPU, getting following error while training R8 corpus:

AttributeError: module 'tensorflow' has no attribute 'app'

Any ideas?

yogeshhk commented 3 years ago

Added https://github.com/yao8839836/text_gcn/pull/123 to address the above error. Fork https://github.com/yogeshhk/text_gcn has multiple such changes to get the codebase working in tf 2