Dynamic-Clip-Attention
Dynamic-Clip-Attention copied to clipboard
how to produce the result published in your paper?
Hi, I have tried the command given in the readme but it is not giving the result published in your paper. Do you achieve that with a different config that those given in the readme? Thanks.
Have answered the question in your email? more confusion or question can be ask here, sorry for late again, I'm in travel recently.
Thanks for your reply. Can you be more specific on the instruction? I do include the theano options. But I have to add device=cuda as the latest theano requires that. Can you tell me whether the epoch number given in the command found in the readme would give the result found in your paper? I am getting this as well:
Using Theano backend.
ERROR (theano.gpuarray): pygpu was configured but could not be imported or is too old (version 0.7 or higher required)
Traceback (most recent call last):
File "/root/anaconda/lib/python2.7/site-packages/theano/gpuarray/init.py", line 23, in
with the new theano.
Does that matter? And if yes, how can I handle the error?
I am getting this when trying k_max:
2017-12-28 08:36:48,917 [line:132] INFO wikiqa_k_max evaluate on test data at epoch 5 MAP: 0.719562 2017-12-28 08:36:48,918 [line:133] INFO evaluate on test data at epoch 5 MRR: 0.734092 2017-12-28 08:36:48,918 [line:170] INFO best model at epoch 3 2017-12-28 08:36:48,918 [line:171] INFO the dev score of best model: MAP_0.732828459019 MRR_0.738882105549 2017-12-28 08:36:48,918 [line:172] INFO the test score of best model: MAP_0.718857289271 MRR_0.732009514263
and I get the following error when trying k_threshold:
File "main.py", line 176, in
Thanks.