-
`./scripts.sh`
```
FileNotFoundError: [Errno 2] No such file or directory: 'out/basic/14/eval/test-040000.pklz'
Traceback (most recent call last):
File "newsqa/evaluate.py", line 93, in
…
-
in ()
42 print("**********************************************************")
43 print(question)
---> 44 y_output = bidaf_model.predict_ans(paragraph, question)
45 print(y_output)
…
-
The column names are wrong from Maluuba
The other closed issue did not address this issue: [Issue](https://github.com/Maluuba/newsqa/issues/16)
```
python -m newsqa.prepro
Preprocessing data t…
-
What parameters are used to train model 'bidaf_10.h5'? When I am trying to train the code, I am not getting that much accuracy. I used epochs=1000, steps_per_epoch=10, validation _steps=1.
-
@ParikhKadam I have implemented the code using flask .
The error that I face is that.
1. For first time when I load the passage and question . I get the answer but when I reload to the get page…
-
I would like to restore from the checkpoint but it shows this runtime error:
"train_pm.py" line 194
trainer.train_minibatch(data)
"cntk_py.py", line 2862
return _cntk_py.Trainer_restore_fr…
-
I would love to see gpt-2 used to generate questions. I have a working example here that uses BIDAF and an automatic question generator. Do you think the full model will ever be released, or can you…
-
I use Google Colab to run model but I got RAM overflow. Could you help me to resolve this issues. Thanks!
![bidaf.jpg](https://imgbbb.com/images/2019/10/31/bidaf.jpg)
-
Thanks for your code.
It helps me understand the BiDAF in details.
However, I found the model had no performance increasing.
Every epoch, the metric is always the same.
And then, I found it's th…
-