Proto commits in luoyetx/mini-caffe

These 12 commits are when the Protocol Buffers files have changed:

Commit:144edab
Author:Jie Zhang
Committer:GitHub

Add SSD example (#69) * add cpu code * add gpu code, add depthwise conv * update README * update * fix FLT_MAX * clean up

The documentation is generated from this commit.

Commit:673f8da
Author:zhangjie
Committer:zhangjie

not work yet

Commit:17472f7
Author:Jie Zhang
Committer:GitHub

[Example] R-FCN (#30) * init * update * finish cpu side * fix * update * init cuda code * fix * finish cuda code * add r-fcn * remove map channels * fix * fix * update * impl cpp code for psroi_pooling_layer * update * fix caffe.proto * reorder layer parameter id * fix

Commit:10548cf
Author:Jie Zhang
Committer:GitHub

Add layers (#19) * add bn layer * fix cudnn * add ROIPoolingLayer * fix

Commit:51682b0
Author:zhangjie
Committer:GitHub

Clean API (#10) * remove im2col layer, remove V0 LayerParameter * move file structure * clean * update * update * memory usage * move layer factory

Commit:b2982f6
Author:zhangjie
Committer:GitHub

Cuda (#8) * remove blob diff * fix warning * only build Release * add cuda code * fix * update appveyor * Revert "update appveyor" This reverts commit a29ce8fdf9129b7a71310c0bb65b5bde6b5409b2. * add cudnn * update

Commit:377da1c
Author:zhangjie
Committer:GitHub

shared library (#5) * move structure * add exports * clean headers * remove rnn layer * remove phase * remove random filler * clean net * fix gcc issues * add travis * fix * fix * fix * fix * fix * fix * fix proto * fix travis

Commit:37e7320
Author:zhangjie
Committer:GitHub

x64 and remove some code (#4) * remove Backward * optimize pooling - No STOCHASTIC pooling - Avg forward (1000 times) time cost of mini-caffe-example reduces from 2.9ms to 2.4ms * remove all loss layer * remove * moving to x64 * update README * add class Caffe * add missing dll * remove * clean caffe.proto * update README

Commit:3c85204
Author:zhangjie

copy from Caffe@f28f5ae2f2453f42b5824723efc326a04dd16d85

Commit:d2c5efe
Author:zhangjie

update update to BVLC/caffe@b590f1d27eb5cbd9bc7b9157d447706407c68682

Commit:d96a906
Author:zhangjie
Committer:zhangjie

update

Commit:78bd730
Author:zhangjie
Committer:zhangjie

init