bi-att-flow icon indicating copy to clipboard operation
bi-att-flow copied to clipboard

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 ach...

Results 74 bi-att-flow issues
Sort by recently updated
recently updated
newest added

I trained a model using the dev branch (tensorflow v1.12) and tried running that model in the demo branch, but got the above error in the run-demo.py file.

Hi all, I'm trying to downgrade the code into python 2.7. I found in the customized evaluation class overloaded the add operation as: def __add__(self, other). When sum over evaluation...

https://github.com/allenai/bi-att-flow/tree/master/basic and https://github.com/allenai/bi-att-flow/tree/master/basic_cnn Thank you.

Hi, I have a question about process_tokens(temp_tokens) in utils.py. After invoke the function of process_tokens(), the punctuation in [-−—–/~"\\'“’”‘°] will split temp_tokens again. This may result in some items of...

I have a test file, whose name is mytest1.json. The context is a large text, which has so many words in it. when i run the folowing: basic/run_single.sh $HOME/data/squad/mytest1.json single.json...

tensor flow 1.0 update script link added

In the class "ForwardEvaluator" in the evaluator.py, there is a function: class ForwardEvaluator(Evaluator): def _get2(context, xi, span): if len(xi)

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 ?