HyeonwooNoh / DPPnet

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

C++ exception #3

Closed surbhi18 closed 8 years ago

surbhi18 commented 8 years ago

I get a C++ exception when I run the vqa_tes.lua in 006_test_DPPNet. Could you help me out?

iamaaditya commented 8 years ago

Newer version of torch is not compatible with this project.

Use the following commit of torch

https://github.com/torch/distro/tree/660bdfea60df0d7c6db690c13ac0c23f13fcb3e7

EdwinYam commented 8 years ago

I have already used older version of torch, but I still get a C++ exception when I run the vqa_train.lua in 004_train_DPPnet_fixed_cnn or vqa_tes.lua in 006_test_DPPNet. Could somebody help me? Thx. (I run torch on Titan X)

warahul commented 7 years ago

Hi. Make sure you have nvcc working and older version of torch. Having both these things should solve the c++ exception.