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

The log is "/usr/local/miniconda3/envs/dl/bin/python: Error while finding module specification for 'squad.prepro' (ModuleNotFoundError: No module named 'squad')" I download the squad in other servers and upload to corresponding server. How to...

File "/usr/local/Cellar/python/3.6.4_4/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/local/Cellar/python/3.6.4_4/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/Users/srijanr/fyp17/Question-Answering/Allanai-fyp/bi-att-flow/basic/cli.py", line 5, in from basic.main import main as m File "/Users/srijanr/fyp17/Question-Answering/Allanai-fyp/bi-att-flow/basic/main.py", line...

This import error shows up when I try to train.

I'm running the dev branch on tensorflow 1.3.0 and python 3.5.2. The loss at tensorboard is zero throughout the training. Should the tensorboard log work correctly? I'm running the code...

In basic/read_data.py from my.tensorflow import grouper grouper file not present in my/tensorflow

Hi: After i reload the mrc model, how can I implement the function like predict to get the answers for different input questions and contexts. Meanwhile, i want to reuse...

File "/home/u19872/.conda/envs/bert01/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/u19872/.conda/envs/bert01/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/u19872/bert01/bi-att-flow/basic/cli.py", line 126, in tf.app.run() File "/home/u19872/.conda/envs/bert01/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] +...

Like in the submission folder 37/ https://worksheets.codalab.org/worksheets/0x37a9b8c44f6845c28866267ef941c89d/ Is it .data file generated by tensorflow training? Thanks.

This was previously closed but I am not sure why. The folder "inter_single/" exists with two .json files in it, neither of which are eval.json Has anyone identified how to...