-
Hi everyone,
I follow the following website to build cuda with caffe:
https://github.com/BVLC/caffe/wiki/OpenCV-3.2-Installation-Guide-on-Ubuntu-16.04
However, after make -j $(($(nproc) + 1)), …
-
Hi ahangchen,
I install ncs(https://github.com/movidius/ncsdk),the ssd-caffe path is /opt/movidius/ssd-caffe/.
When i run merge_bn.py file,it's output is AttributeError: 'collections.OrderedDict' ob…
-
When trying to `import caffe` errorr appear
```
Traceback (most recent call last):
File "", line 1, in
File "/opt/caffe/python/caffe/__init__.py", line 1, in
from .pycaffe import Net, S…
-
Hi, when I run build_all.sh, I got the error below:
..........................................
[ 98%] Scanning dependencies of target convert_mnist_siamese_data
Scanning dependencies of target…
-
Hi,
I receive the following error when I execute the run-flownet script:
_flownet2/python/caffe/proto/caffe_pb2.py", line 6, in
from google.protobuf.internal import enum_type_wrapper
Import…
buemi updated
6 years ago
-
@nqanh
Hi,
Do I need to install official caffe or just install your modified version, I have some compiling problem with your cudnn_tanh_layer, so I want to double check that you are using CUDA8.0…
-
Is it possible to list the major changes to this version of caffe you use? I want know the potential issues/conflict while merging it with the newer version of caffe.
My GPU has to run with CUDA 8.…
-
After switching to the current caffe version today, dynamic loading of several libraries, which contain different classifiers for specific tasks, does not work anymore. We've got the following error m…
-
models/textspotter.caffemodel
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0718 15:41:54.913141 23734 _caffe.cpp:140] DEPRECATION WARNING - deprecated use of Python interface
W…
-
Excuse me, I was trying to install Gnina within a singularity container (nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04) on a HPC and experienced the following errors:
[ 43%] Built target classification
…