Yangqing Jia
|
2d975527a4
|
allow in-place neuron layers
|
2013-10-14 15:29:30 -07:00 |
Yangqing Jia
|
f3b59196ea
|
common.hpp linting
Note: caffe-0.2: imagenet training is working with this submission.
|
2013-10-14 15:05:56 -07:00 |
Yangqing Jia
|
d566c0bcba
|
Merge branch 'master' of github.com:Yangqing/caffe
|
2013-10-14 11:29:54 -07:00 |
Yangqing Jia
|
8500c5537f
|
embarassing update
|
2013-10-14 11:21:04 -07:00 |
Yangqing Jia
|
c1e6f076b6
|
license
|
2013-10-14 10:51:10 -07:00 |
Yangqing Jia
|
e05b0887aa
|
added custom learning rate for individual blobs
|
2013-10-14 10:50:32 -07:00 |
Yangqing Jia
|
c425952688
|
caffe relu layer update, not sure if it's useful or not
|
2013-10-14 10:49:29 -07:00 |
Yangqing Jia
|
06167a2209
|
pooling layer: max pooling: removed the max threshold
|
2013-10-14 10:48:49 -07:00 |
Yangqing Jia
|
f7e6bd4dfb
|
require sm_2x and above
|
2013-10-14 10:47:59 -07:00 |
Yangqing Jia
|
0b9b73214b
|
snapshot. prepare to debug
|
2013-10-10 21:48:40 -07:00 |
Yangqing Jia
|
6ecaa904e5
|
removed opencv dependency for easier distribution
|
2013-10-10 16:54:39 -07:00 |
Yangqing Jia
|
20dde61d73
|
data layer pthread function fix
|
2013-10-10 16:10:24 -07:00 |
Yangqing Jia
|
5badef47fb
|
makefile cleaning: now it supports -j while the old version has bugs in dependencies
|
2013-10-10 15:20:20 -07:00 |
Yangqing Jia
|
7d3fcf92ab
|
misc update
|
2013-10-10 14:46:02 -07:00 |
Yangqing Jia
|
3f0efbd2af
|
blob math preparation
|
2013-10-10 09:08:46 -07:00 |
Yangqing Jia
|
2d9cad7b40
|
cpplint
|
2013-10-10 08:30:07 -07:00 |
Yangqing Jia
|
c840119b6f
|
dropout serious bugfix. Seems to be working...
|
2013-10-09 22:55:53 -07:00 |
Yangqing Jia
|
e1af72e53a
|
relu gradient: >=0 -> >0
|
2013-10-09 20:44:58 -07:00 |
Yangqing Jia
|
9d1eb5e335
|
cleaning some logging print
|
2013-10-09 16:53:56 -07:00 |
Yangqing Jia
|
1a2046a344
|
layer initialization
|
2013-10-09 16:49:50 -07:00 |
Yangqing Jia
|
e7e525f9bb
|
misc update
|
2013-10-09 16:41:35 -07:00 |
Yangqing Jia
|
da6c40fa6a
|
misc update. Moved the data to caffe/src/ and will not store it in the repo any more. changed the pooling behavior so now ave pooling runs according to the pooling region size.
|
2013-10-09 10:57:02 -07:00 |
Yangqing Jia
|
6697984d44
|
softmaxwithloss layer: softmax + loss
|
2013-10-08 22:25:03 -07:00 |
Yangqing Jia
|
f33a43d9ec
|
misc update
|
2013-10-08 15:22:54 -07:00 |
Yangqing Jia
|
795edaa7ec
|
working on translator
|
2013-10-08 13:20:35 -07:00 |
Yangqing Jia
|
4a84388ef6
|
misc update
|
2013-10-07 17:38:03 -07:00 |
Yangqing Jia
|
eb058bd423
|
common.hpp/cpp update, and lenet using random subcrop
|
2013-10-07 14:22:13 -07:00 |
Yangqing Jia
|
bc520bdf61
|
misc update
|
2013-10-07 12:35:13 -07:00 |
Yangqing Jia
|
730fe287ad
|
add tcmalloc
|
2013-10-07 10:55:10 -07:00 |
Yangqing Jia
|
dc688beef6
|
caffe test convolution
|
2013-10-03 23:19:13 -07:00 |
Yangqing Jia
|
0f86840c17
|
misc sample programs
|
2013-10-03 21:02:24 -07:00 |
Yangqing Jia
|
febae548d1
|
data layer: using pthread
|
2013-10-03 21:01:52 -07:00 |
Yangqing Jia
|
5790c8df47
|
bugfix
|
2013-10-03 17:06:10 -07:00 |
Yangqing Jia
|
c89300686a
|
scripts to convert dataset
|
2013-10-02 15:20:47 -07:00 |
Yangqing Jia
|
05ff293ca4
|
datalayer random cropping, not tested
|
2013-10-01 16:50:44 -07:00 |
Yangqing Jia
|
0a84d0b645
|
misc update
|
2013-10-01 16:27:48 -07:00 |
Yangqing Jia
|
fb28244f88
|
misc update...
|
2013-10-01 14:00:18 -07:00 |
Yangqing Jia
|
5b79183483
|
lenet training code
|
2013-09-30 16:32:11 -07:00 |
Yangqing Jia
|
eae32438ec
|
mnist network generation
|
2013-09-30 14:10:04 -07:00 |
Yangqing Jia
|
f171796995
|
solver
|
2013-09-30 14:08:39 -07:00 |
Yangqing Jia
|
45cbe8e317
|
euclidean layer update
|
2013-09-30 11:04:40 -07:00 |
Yangqing Jia
|
6bd78d59f2
|
mnist leveldb data generation
|
2013-09-30 09:26:22 -07:00 |
Yangqing Jia
|
096598ed36
|
layer more debug msg
|
2013-09-30 09:26:08 -07:00 |
Yangqing Jia
|
6fe4603e1c
|
data layer: allow scaling and subtraction
|
2013-09-29 21:00:42 -07:00 |
Yangqing Jia
|
9711bb999d
|
convert scripts
|
2013-09-29 17:58:03 -07:00 |
Yangqing Jia
|
0c814f7760
|
data conversion
|
2013-09-29 17:29:21 -07:00 |
Yangqing Jia
|
8c61897015
|
simple forward test
|
2013-09-29 17:29:05 -07:00 |
Yangqing Jia
|
474884582a
|
a bunch of updates.
|
2013-09-29 11:08:11 -07:00 |
Yangqing Jia
|
f6f54966b8
|
test loading from text file
|
2013-09-27 18:05:02 -07:00 |
Yangqing Jia
|
e9caecb427
|
blob cpp bugfix
|
2013-09-27 17:08:45 -07:00 |