Open zimenglan-sysu-512 opened 7 years ago
No, you need to use loadcaffe and add missing modules to lua torch.
Hi @zimenglan-sysu-512 , can I ask how you fix the loading model problem using GradCAM? I meet a problem these days when using GradCAM to visualize a self-trained caffemodel. The outputs dimension is 4096 not my defined label number (10 in my model). Did you meet this problem?
Hi @szagoruyko , you said to add missing modules to lua torch. But how can I assign the values of the weights to the added modules?
hi @szagoruyko thanks for your great work. but, how do i use my own caffe (just follow your instruction to install it:
CAFFE_DIR=/*path-to-caffe-root*/ luarocks install caffe
), to make it behave asloadcaffe
so that i can use https://github.com/ramprs/grad-cam to visualize my trained caffemodel?e.g.
how to get
modules
?thanks.