-
Please use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) for usage, installation, or modeling questions, or other requests for help.
_Do not post such requests to Issues…
-
### Issue summary
```
------------------------------------------------------------------------
Segmentation violation detected at Fri Mar 23 19:46:59 2018
----------------------------------…
-
Installed as follows, on ubuntu 15.10:
```
export CC=gcc-4.9
export CXX=g++-4.9
sudo apt-get install -y libprotobuf-dev protobuf-c-compiler protobuf-compiler
luarocks install loadcaffe
```
Test as f…
-
I ran
cd caffe
cp Makefile.config.example Makefile.config
make all
make test
make runtest
as suggested on a website to complete the installation.
I am a beginner and have recently installed Ubuntu 1…
-
I am trying to generate the adversarial images on SVHN database but getting following execution error. Can you please help or it would be helpful if you can provide me the adversarial images from SV…
-
### Issue summary
Initially reported in #19 that I am getting issues with test failures as well as core dumps, but just reporting on core dumps here for now.
In short, `NetTest/0.TestReshape`, a…
-
Loading the Caffe model...
Traceback (most recent call last):
File "convert.py", line 12, in
import caffe_pb2
ImportError: bad magic number in 'caffe_pb2': b'\x03\xf3\r\n'
是否需要安装caffe?
-
Operating system:Ubuntu 16.04LTS
Compiler:gcc 5.4.0
CUDA version (if applicable):CUDA 8.0
CUDNN version (if applicable):v5.1
BLAS:openblas
Python or MATLAB version (for pycaffe and matcaffe respe…
-
**When I run build_all.sh,I got this error:**
[ 88%] Built target caffe
Scanning dependencies of target net_speed_benchmark
Scanning dependencies of target convert_cifar_data
Scanning dependenc…
-
While I am creating lmdb using create_imagenet.sh in windows. I get this error. The code is finding the images to created to lmdb. But fails while creating the directory. I have set the path as shown …