]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/log
jacinto-ai/caffe-jacinto.git
10 years agoReorganization of codes.
Yangqing Jia [Tue, 15 Oct 2013 21:35:14 +0000 (14:35 -0700)]
Reorganization of codes.

10 years agoremoved the net proto test that relies on external data
Yangqing Jia [Tue, 15 Oct 2013 20:54:49 +0000 (13:54 -0700)]
removed the net proto test that relies on external data

10 years agoMerge branch 'master' of github.com:Yangqing/caffeine
Yangqing Jia [Tue, 15 Oct 2013 20:47:27 +0000 (13:47 -0700)]
Merge branch 'master' of github.com:Yangqing/caffeine

10 years agosolver: added snapshotting ability
Yangqing Jia [Tue, 15 Oct 2013 20:46:34 +0000 (13:46 -0700)]
solver: added snapshotting ability

10 years agoindentation
Yangqing Jia [Tue, 15 Oct 2013 20:45:41 +0000 (13:45 -0700)]
indentation

10 years agoMoved the layer factory implementation to cpp; added snapshot and restore functions...
Yangqing Jia [Tue, 15 Oct 2013 18:28:26 +0000 (11:28 -0700)]
Moved the layer factory implementation to cpp; added snapshot and restore functions to solver.

10 years agoMerge branch 'master' of github.com:Yangqing/caffe
Yangqing Jia [Tue, 15 Oct 2013 05:54:41 +0000 (22:54 -0700)]
Merge branch 'master' of github.com:Yangqing/caffe

10 years agodraw a network proto
Yangqing Jia [Mon, 14 Oct 2013 23:22:49 +0000 (16:22 -0700)]
draw a network proto

10 years agopyutil update
Yangqing Jia [Mon, 14 Oct 2013 22:48:04 +0000 (15:48 -0700)]
pyutil update

10 years agoallow in-place neuron layers
Yangqing Jia [Mon, 14 Oct 2013 22:29:30 +0000 (15:29 -0700)]
allow in-place neuron layers

10 years agocommon.hpp linting
Yangqing Jia [Mon, 14 Oct 2013 22:05:41 +0000 (15:05 -0700)]
common.hpp linting

Note: caffe-0.2: imagenet training is working with this submission.

10 years agoMerge branch 'master' of github.com:Yangqing/caffe
Yangqing Jia [Mon, 14 Oct 2013 18:29:54 +0000 (11:29 -0700)]
Merge branch 'master' of github.com:Yangqing/caffe

10 years agoembarassing update
Yangqing Jia [Mon, 14 Oct 2013 18:21:04 +0000 (11:21 -0700)]
embarassing update

10 years agolicense
Yangqing Jia [Mon, 14 Oct 2013 17:51:10 +0000 (10:51 -0700)]
license

10 years agoadded custom learning rate for individual blobs
Yangqing Jia [Mon, 14 Oct 2013 17:50:32 +0000 (10:50 -0700)]
added custom learning rate for individual blobs

10 years agocaffe relu layer update, not sure if it's useful or not
Yangqing Jia [Mon, 14 Oct 2013 17:49:29 +0000 (10:49 -0700)]
caffe relu layer update, not sure if it's useful or not

10 years agopooling layer: max pooling: removed the max threshold
Yangqing Jia [Mon, 14 Oct 2013 17:48:49 +0000 (10:48 -0700)]
pooling layer: max pooling: removed the max threshold

10 years agorequire sm_2x and above
Yangqing Jia [Mon, 14 Oct 2013 17:47:59 +0000 (10:47 -0700)]
require sm_2x and above

10 years agosnapshot. prepare to debug
Yangqing Jia [Fri, 11 Oct 2013 04:48:40 +0000 (21:48 -0700)]
snapshot. prepare to debug

10 years agoremoved opencv dependency for easier distribution
Yangqing Jia [Thu, 10 Oct 2013 23:54:39 +0000 (16:54 -0700)]
removed opencv dependency for easier distribution

10 years agodata layer pthread function fix
Yangqing Jia [Thu, 10 Oct 2013 23:10:24 +0000 (16:10 -0700)]
data layer pthread function fix

10 years agomakefile cleaning: now it supports -j while the old version has bugs in dependencies
Yangqing Jia [Thu, 10 Oct 2013 22:20:20 +0000 (15:20 -0700)]
makefile cleaning: now it supports -j while the old version has bugs in dependencies

10 years agomisc update
Yangqing Jia [Thu, 10 Oct 2013 21:45:10 +0000 (14:45 -0700)]
misc update

10 years agoblob math preparation
Yangqing Jia [Thu, 10 Oct 2013 16:08:46 +0000 (09:08 -0700)]
blob math preparation

10 years agocpplint
Yangqing Jia [Thu, 10 Oct 2013 15:30:07 +0000 (08:30 -0700)]
cpplint

10 years agodropout serious bugfix. Seems to be working...
Yangqing Jia [Thu, 10 Oct 2013 05:55:53 +0000 (22:55 -0700)]
dropout serious bugfix. Seems to be working...

10 years agorelu gradient: >=0 -> >0
Yangqing Jia [Thu, 10 Oct 2013 03:44:58 +0000 (20:44 -0700)]
relu gradient: >=0 -> >0

10 years agocleaning some logging print
Yangqing Jia [Wed, 9 Oct 2013 23:53:56 +0000 (16:53 -0700)]
cleaning some logging print

10 years agolayer initialization
Yangqing Jia [Wed, 9 Oct 2013 23:49:50 +0000 (16:49 -0700)]
layer initialization

10 years agomisc update
Yangqing Jia [Wed, 9 Oct 2013 23:41:35 +0000 (16:41 -0700)]
misc update

10 years agomisc update. Moved the data to caffe/src/ and will not store it in the repo any more...
Yangqing Jia [Wed, 9 Oct 2013 17:57:02 +0000 (10:57 -0700)]
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.

10 years agosoftmaxwithloss layer: softmax + loss
Yangqing Jia [Wed, 9 Oct 2013 05:25:03 +0000 (22:25 -0700)]
softmaxwithloss layer: softmax + loss

10 years agomisc update
Yangqing Jia [Tue, 8 Oct 2013 22:22:54 +0000 (15:22 -0700)]
misc update

10 years agoworking on translator
Yangqing Jia [Tue, 8 Oct 2013 20:20:35 +0000 (13:20 -0700)]
working on translator

10 years agomisc update
Yangqing Jia [Tue, 8 Oct 2013 00:38:03 +0000 (17:38 -0700)]
misc update

10 years agocommon.hpp/cpp update, and lenet using random subcrop
Yangqing Jia [Mon, 7 Oct 2013 21:22:13 +0000 (14:22 -0700)]
common.hpp/cpp update, and lenet using random subcrop

10 years agomisc update
Yangqing Jia [Mon, 7 Oct 2013 19:35:13 +0000 (12:35 -0700)]
misc update

10 years agoadd tcmalloc
Yangqing Jia [Mon, 7 Oct 2013 17:55:10 +0000 (10:55 -0700)]
add tcmalloc

10 years agocaffe test convolution
Yangqing Jia [Fri, 4 Oct 2013 06:19:13 +0000 (23:19 -0700)]
caffe test convolution

10 years agomisc sample programs
Yangqing Jia [Fri, 4 Oct 2013 04:02:24 +0000 (21:02 -0700)]
misc sample programs

10 years agodata layer: using pthread
Yangqing Jia [Fri, 4 Oct 2013 04:01:52 +0000 (21:01 -0700)]
data layer: using pthread

10 years agobugfix
Yangqing Jia [Fri, 4 Oct 2013 00:06:10 +0000 (17:06 -0700)]
bugfix

10 years agoscripts to convert dataset
Yangqing Jia [Wed, 2 Oct 2013 22:20:47 +0000 (15:20 -0700)]
scripts to convert dataset

10 years agodatalayer random cropping, not tested
Yangqing Jia [Tue, 1 Oct 2013 23:50:44 +0000 (16:50 -0700)]
datalayer random cropping, not tested

10 years agomisc update
Yangqing Jia [Tue, 1 Oct 2013 23:27:48 +0000 (16:27 -0700)]
misc update

10 years agomisc update...
Yangqing Jia [Tue, 1 Oct 2013 21:00:18 +0000 (14:00 -0700)]
misc update...

10 years agolenet training code
Yangqing Jia [Mon, 30 Sep 2013 23:32:11 +0000 (16:32 -0700)]
lenet training code

10 years agomnist network generation
Yangqing Jia [Mon, 30 Sep 2013 21:10:04 +0000 (14:10 -0700)]
mnist network generation

10 years agosolver
Yangqing Jia [Mon, 30 Sep 2013 21:08:39 +0000 (14:08 -0700)]
solver

10 years agoeuclidean layer update
Yangqing Jia [Mon, 30 Sep 2013 18:04:40 +0000 (11:04 -0700)]
euclidean layer update

10 years agomnist leveldb data generation
Yangqing Jia [Mon, 30 Sep 2013 16:26:22 +0000 (09:26 -0700)]
mnist leveldb data generation

10 years agolayer more debug msg
Yangqing Jia [Mon, 30 Sep 2013 16:26:08 +0000 (09:26 -0700)]
layer more debug msg

10 years agodata layer: allow scaling and subtraction
Yangqing Jia [Mon, 30 Sep 2013 04:00:42 +0000 (21:00 -0700)]
data layer: allow scaling and subtraction

10 years agoconvert scripts
Yangqing Jia [Mon, 30 Sep 2013 00:58:03 +0000 (17:58 -0700)]
convert scripts

10 years agodata conversion
Yangqing Jia [Mon, 30 Sep 2013 00:29:21 +0000 (17:29 -0700)]
data conversion

10 years agosimple forward test
Yangqing Jia [Mon, 30 Sep 2013 00:29:05 +0000 (17:29 -0700)]
simple forward test

10 years agoa bunch of updates.
Yangqing Jia [Sun, 29 Sep 2013 18:08:11 +0000 (11:08 -0700)]
a bunch of updates.

10 years agotest loading from text file
Yangqing Jia [Sat, 28 Sep 2013 01:05:02 +0000 (18:05 -0700)]
test loading from text file

10 years agoblob cpp bugfix
Yangqing Jia [Sat, 28 Sep 2013 00:08:45 +0000 (17:08 -0700)]
blob cpp bugfix

10 years agoupdated a bunch of things, ready to test if it breaks things
Yangqing Jia [Fri, 27 Sep 2013 23:59:43 +0000 (16:59 -0700)]
updated a bunch of things, ready to test if it breaks things

10 years agostarted writing solver
Yangqing Jia [Fri, 27 Sep 2013 21:56:06 +0000 (14:56 -0700)]
started writing solver

10 years ago blob
Yangqing Jia [Fri, 27 Sep 2013 21:55:11 +0000 (14:55 -0700)]
 blob

10 years agomore restrictions.
Yangqing Jia [Fri, 27 Sep 2013 18:55:11 +0000 (11:55 -0700)]
more restrictions.

10 years agomore cpplint
Yangqing Jia [Fri, 27 Sep 2013 18:53:12 +0000 (11:53 -0700)]
more cpplint

10 years agocpplint
Yangqing Jia [Fri, 27 Sep 2013 18:44:07 +0000 (11:44 -0700)]
cpplint

10 years agomake caffe.hpp the only header one need
Yangqing Jia [Fri, 27 Sep 2013 18:12:47 +0000 (11:12 -0700)]
make caffe.hpp the only header one need

10 years agoio
Yangqing Jia [Fri, 27 Sep 2013 17:54:29 +0000 (10:54 -0700)]
io

10 years agoxavier filler
Yangqing Jia [Fri, 27 Sep 2013 17:25:23 +0000 (10:25 -0700)]
xavier filler

10 years agoinner product bugfix
Yangqing Jia [Fri, 27 Sep 2013 17:02:20 +0000 (10:02 -0700)]
inner product bugfix

10 years agoforgot to add the renamed file
Yangqing Jia [Fri, 27 Sep 2013 16:54:10 +0000 (09:54 -0700)]
forgot to add the renamed file

10 years agoinner product bugfix: not tested yet
Yangqing Jia [Fri, 27 Sep 2013 16:48:37 +0000 (09:48 -0700)]
inner product bugfix: not tested yet

10 years agosoftmax bug fix and net testing
Yangqing Jia [Fri, 27 Sep 2013 15:34:12 +0000 (08:34 -0700)]
softmax bug fix and net testing

10 years agonet
Yangqing Jia [Fri, 27 Sep 2013 00:01:08 +0000 (17:01 -0700)]
net

10 years agoa lot of modifications - disallow copy constructors and misc
Yangqing Jia [Thu, 26 Sep 2013 23:08:40 +0000 (16:08 -0700)]
a lot of modifications - disallow copy constructors and misc

10 years agomultinomial logistic loss
Yangqing Jia [Thu, 26 Sep 2013 18:32:46 +0000 (11:32 -0700)]
multinomial logistic loss

10 years agosoftmax test
Yangqing Jia [Thu, 26 Sep 2013 17:04:25 +0000 (10:04 -0700)]
softmax test

10 years agobugfix
Yangqing Jia [Thu, 26 Sep 2013 05:38:20 +0000 (22:38 -0700)]
bugfix

10 years agoMerge branch 'master' of github.com:Yangqing/caffe
Yangqing Jia [Wed, 25 Sep 2013 22:39:38 +0000 (15:39 -0700)]
Merge branch 'master' of github.com:Yangqing/caffe

10 years agocaffe proto txt
Yangqing Jia [Wed, 25 Sep 2013 22:38:46 +0000 (15:38 -0700)]
caffe proto txt

10 years agosoftmax layer, test to be written
Yangqing Jia [Wed, 25 Sep 2013 22:38:04 +0000 (15:38 -0700)]
softmax layer, test to be written

10 years agotest code log
Yangqing Jia [Wed, 25 Sep 2013 03:50:56 +0000 (20:50 -0700)]
test code log

10 years agonet cpp working version
Yangqing Jia [Wed, 25 Sep 2013 03:09:26 +0000 (20:09 -0700)]
net cpp working version

10 years agodata layer modification, and net header
Yangqing Jia [Wed, 25 Sep 2013 03:08:56 +0000 (20:08 -0700)]
data layer modification, and net header

10 years agopyutil
Yangqing Jia [Wed, 25 Sep 2013 00:26:12 +0000 (17:26 -0700)]
pyutil

10 years agopython init
Yangqing Jia [Wed, 25 Sep 2013 00:25:59 +0000 (17:25 -0700)]
python init

10 years agocpplint
Yangqing Jia [Tue, 24 Sep 2013 22:55:25 +0000 (15:55 -0700)]
cpplint

10 years agorenaming
Yangqing Jia [Tue, 24 Sep 2013 22:49:30 +0000 (15:49 -0700)]
renaming

10 years agodata layer testing
Yangqing Jia [Tue, 24 Sep 2013 22:45:15 +0000 (15:45 -0700)]
data layer testing

10 years agoa few updates
Yangqing Jia [Tue, 24 Sep 2013 21:52:09 +0000 (14:52 -0700)]
a few updates

10 years agoproto update
Yangqing Jia [Tue, 24 Sep 2013 19:56:40 +0000 (12:56 -0700)]
proto update

10 years agomore cpplint
Yangqing Jia [Mon, 23 Sep 2013 23:16:35 +0000 (16:16 -0700)]
more cpplint

10 years agomore cpplint
Yangqing Jia [Mon, 23 Sep 2013 23:05:39 +0000 (16:05 -0700)]
more cpplint

10 years agopylint and code cleaning
Yangqing Jia [Mon, 23 Sep 2013 23:00:47 +0000 (16:00 -0700)]
pylint and code cleaning

10 years agocopyright message
Yangqing Jia [Mon, 23 Sep 2013 22:35:11 +0000 (15:35 -0700)]
copyright message

10 years agothe previous submit did not include the layer factory (blush)
Yangqing Jia [Mon, 23 Sep 2013 22:31:55 +0000 (15:31 -0700)]
the previous submit did not include the layer factory (blush)

10 years agolayer_factory, and misc update
Yangqing Jia [Mon, 23 Sep 2013 22:16:46 +0000 (15:16 -0700)]
layer_factory, and misc update

10 years agopooling layer
Yangqing Jia [Mon, 23 Sep 2013 21:42:24 +0000 (14:42 -0700)]
pooling layer

10 years agopooling layer cpu
Yangqing Jia [Mon, 23 Sep 2013 18:03:39 +0000 (11:03 -0700)]
pooling layer cpu

10 years agoUpdate README.md
Yangqing Jia [Sun, 22 Sep 2013 17:27:17 +0000 (10:27 -0700)]
Update README.md

10 years agonaming. I might regret it someday.
Yangqing Jia [Sun, 22 Sep 2013 17:18:13 +0000 (10:18 -0700)]
naming. I might regret it someday.