caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Caffe: a fast open framework for deep learning.

Results 136 caffe issues
Sort by recently updated
recently updated
newest added

### Issue summary I am trying to install Caffe (which is required by another github project installation https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation.md) however when I begin to install cafe it gives me the error:...

Dose this caffe support Visual Studio 2015/2017, CUDA 9.x, Python 3.5/3.6/3.7? Because now with the upgrade of hardware devices, many have not been updated, I hope the official can solve...

windows

## Important - read before submitting *Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue!* *Please do not post installation, build, usage, or modeling questions, or other requests for...

How to replace the OpenCV version during installation on Windows? Thanks!

I'm having the following error on several files while trying to build Caffe OpenCL on Windows 8.1 and Visual Studio 2015: Error C2206: typedef cannot be used for function definition....

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`: ```python (cc) (base) [ec2-user@ip-172-31-46-120 bottom-up-attention]$ nvidia-docker...

Hello all, I'm currently working on implementing the repository https://github.com/sfzhang15/RefineDet. I do not have a powerful GPU on my machine and hence wanted to implement the same on Colab. One...

Hi, i am new to caffe, trying to build a face detection program,got the error below,anyone knows why? Many Thanks~ Env: ubuntu16.04 python3.5 cuda 10 caffe 1.0.0 Errors: [libprotobuf ERROR...

### Issue summary Following the instructions here: http://caffe.berkeleyvision.org/installation.html#compilation Working on RHEL / Fedora / CentOS Installation The first lines: ``` sudo yum install protobuf-devel leveldb-devel snappy-devel opencv-devel boost-devel hdf5-devel sudo...

I am using Ubuntu and tried to build Caffe and got a bunch of errors saying `this file was generated by an older version of protoc` After doing some research...