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.53k stars 680 forks source link

Compatibility with tf-serving #11

Open f2012444 opened 7 years ago

f2012444 commented 7 years ago

I am working on making this compatible with tf-serving ? How do I set the config variables... tf-serving only takes tensors, right but how do you update scalars ?

seominjoon commented 7 years ago

Hi, I am unfamiliar with tf-serving but I am quite interested in it so will look into this!