HyeonwooNoh / DPPnet

DPPnet: Image Question Answering using Convolutional Neural Network with Dynamic Parameter Prediction
Other
95 stars 45 forks source link

It has a problem that C++ exception when I run vqa_test.lua #11

Open WeiqiuChen opened 7 years ago

WeiqiuChen commented 7 years ago

when I run vqa_test.lua,it occurs: /home/jxas/cwq/torch/install/bin/luajit: C++ exception I find that the problem may be casued by the function " libhashnn.mysort(self['sortkey' .. WorB],self['sortval'.. WorB])". I wrint the print statement,and find that the program can't catch the function libhashnn.mysort() in the file called myhashnn.cu. I see the previous Issues about this problem ,and I install the old version torch ,but it doesn't work.

who can give some addvice to solve the problem?

JU-Chang commented 7 years ago

I've solved the problem .. just follow the answer of #3 .

warahul commented 7 years ago

Make sure you have nvcc working too along with old torch