Open yonatanbitton opened 3 years ago
I added built and make:
cd /opt/caffe/build
make runtest
make -j8
make pycaffe
It worked
[100%] Built target pycaffe
root@e9234b09a03f:/opt/caffe/build# ls
But still when activating the code I receive
ImportError: No module named _caffe
Hello.
I am trying to use the Docker installation.
I follow the instructions here (GPU): https://github.com/BVLC/caffe/tree/master/docker
These commands work, but I dont have
_caffe
:Next, I enter the docker:
docker run --runtime=nvidia -ti -v $data_path:/workspace/data:ro -v $code_path/bottom-up-attention:/workspace/code bvlc/caffe:gpu
So when I run my code forcode/tools/generate_tsv_v2.py
I receive:I know I am suppose to
make -j8 && make pycaffe
, but where?I've trying going to
/opt/caffe
and:But it fails.
How can I fix it?
I believe your current instructions are not complete. I would be glad for help. Thank you!