allenai / bi-att-flow

Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that represents context at different levels of granularity and uses a bi-directional attention flow mechanism to achieve a query-aware context representation without early summarization.
http://allenai.github.io/bi-att-flow
Apache License 2.0
1.54k stars 679 forks source link

Is there any work happening to make this compatible with TF 2.0? #120

Open karrtikiyer opened 4 years ago

karrtikiyer commented 4 years ago

Hi, is there work inprogress which makes this work with TF2.0?

AnushaPorwal commented 3 years ago

Hi, I'm also looking for some work done in TF 2.0 In the mean time I'm also trying to modify the code to work in TF 2.3

Please let me know if someone has found anything