MultimodalExplanations
MultimodalExplanations copied to clipboard
Compile the feature/20160617_cb_softattention branch of our fork of Caffe
Hi,
I cannot seem to find the feature directory nor any softattention file. Could you please tell us where can we find this?
Thanks, Oana
Hi,
Here is the link to the repo: https://github.com/akirafukui/caffe/tree/feature/20160617_cb_softattention.
What you have to do is clone this git repo, check-out to this branch, and compile Caffe.
Hi,
I could install caffe easily using conda create -n caffe_gpu -c defaults python=3.6 caffe-gpu. But I want to compile the feature/20160617_cb_softattention branch of caffe as it contains some functions that i need to use. By following the compile steps given in the official documentation, it fails. What steps should I follow?
Thanks in advance!
Hi @Radhikadua123. Did you manage to install it? Thanks