Caffe on both Linux and Windows
Перейти к файлу
Yangqing Jia 391cccfa6e io.cpp: changed the imread flag to cv::IMREAD_COLOR 2013-11-19 13:37:28 -08:00
data solver restructuring: now all prototxt are specified in the solver protocol buffer 2013-10-31 16:52:22 -07:00
examples imagenet deploy prototxt: instead of having a data layer, this network proto takes an external blob called data. The shape is hardcoded to accompany the imagenet python wrapper at python/caffe/imagenet/wrapper.py. You need to change the shape if you intend to use other shapes. 2013-11-18 16:06:33 -08:00
include/caffe Made a major change: when initializing a network, the input size are no longer provided by an additional vector of blobs, but should be specified in the netparameters proto by the field "input_dim". This avoid the often awkward code of creating a dummy input vector just for the sake of initializing the network. 2013-11-15 16:58:53 -08:00
python/caffe Made a major change: when initializing a network, the input size are no longer provided by an additional vector of blobs, but should be specified in the netparameters proto by the field "input_dim". This avoid the often awkward code of creating a dummy input vector just for the sake of initializing the network. 2013-11-15 16:58:53 -08:00
src io.cpp: changed the imread flag to cv::IMREAD_COLOR 2013-11-19 13:37:28 -08:00
.gitignore misc update 2013-10-01 16:27:48 -07:00
LICENSE license 2013-10-14 10:51:10 -07:00
Makefile Made a major change: when initializing a network, the input size are no longer provided by an additional vector of blobs, but should be specified in the netparameters proto by the field "input_dim". This avoid the often awkward code of creating a dummy input vector just for the sake of initializing the network. 2013-11-15 16:58:53 -08:00
Makefile.icsi bugfix and made the C++ interface for creating leveldb 2013-10-27 10:11:23 -07:00
README.md Update README.md 2013-09-22 10:27:17 -07:00
caffe.cloc linecount improvement 2013-11-12 14:31:09 -08:00

README.md

Caffe

Caffe: Convolutional Algorithms For Feature Extraction.

Copyright Yangqing Jia