caffe
caffe copied to clipboard
Caffe: a fast open framework for deep learning.
### Issue summary Caffe doest not build with opencv 4.0.1 (which is the latest opencv at the time of writing). This was identified as part of Homebrew testing: https://github.com/Homebrew/homebrew-core/pull/35521/files ###...
### Issue summary I could install Caffe from BVLC GitHub source with GPU support successfully, but when trying to train on [Mobilenet SSD](https://github.com/chuanqi305/MobileNet-SSD) facing an issue as below. ``` [libprotobuf...
Windows Caffe This is an experimental, community based branch led by Guillaume Dumont (@willyd). It is a work-in-progress. This branch of Caffe ports the framework to Windows. Travis Build Status...
### Issue summary Error when normalising mnist dataset after following instructions from: [NXP tutorial] (https://www.nxp.com/docs/en/application-note/AN12781.pdf) --- root@6ced916972d5:/opt/caffe# build/tools/compute_image_mean -backend=lmdb examples/mnist/mnist_train_lmdb examples/mnist/ I0731 11:32:20.036314 1153 db_lmdb.cpp:35] Opened lmdb examples/mnist/mnist_train_lmdb I0731 11:32:20.036592...
### Issue summary WinRT originate error - 0x80004005 : 'Non-zero status code returned while running Reshape node. Name:'conv5-2_Reshape' Status Message: D:\a\_work\1\s\onnxruntime\core\providers\cpu\tensor\reshape_helper.h:42 onnxruntime::ReshapeHelper::ReshapeHelper gsl::narrow_cast(input_shape.Size()) == size was false. The input tensor...
when I run the command below: make -j8 && cmake pycaffe the terminal showed: Makefile:6: *** Makefile.config not found. See Makefile.config.example.. Stop. How can I solve this problem? Thx a...
when caffe training was loading, it failed with the below message, I1118 09:29:19.723623 27879 upgrade_proto.cpp:59] Successfully upgraded file specified using deprecated V1LayerParameter F1118 09:29:19.724726 27879 net.cpp:822] Check failed: target_blobs.size() ==...
I'm not sure what might be causing this, but here's what I'm seeing when I run `make runtest` on a checkout of master. I'm running on Debian Jessie, with GCC...
I am compiling Caffe framework to run faster RCNN. I did 'make all j4' and got error: collect2: error: ld returned 1 exit status Makefile:554: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed...
## 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...