platform/upstream/caffeonacl.git
2013-11-28 Yangqing JiaUpdate io.cpp
2013-11-26 Yangqing Jiagit ignore
2013-11-26 Yangqing Jianet speed benchmark: set device 0
2013-11-26 Yangqing Jiaremoved the -Wl flag which was an earlier experimental try
2013-11-26 Yangqing Jiamakefile update
2013-11-25 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-25 Yangqing Jiamakefile: add both lib and lib64 to the cuda library...
2013-11-23 Yangqing Jiamakefile: added a MATLAB_DIR variable. pycaffe and...
2013-11-22 Ross Girshickupdate Makefile and add some more docs
2013-11-22 Ross GirshickMerge remote-tracking branch 'origin/master'
2013-11-22 Ross Girshickcleanup and include ILSVRC mean image
2013-11-22 Ross Girshickfirst pass at matlab wrapper (somewhat messy still)
2013-11-22 Yangqing Jiafix Makefile problem
2013-11-21 Ross Girshickfixed minor typo in imagenet wrapper
2013-11-21 Yangqing Jiacleaned makefile a little bit
2013-11-21 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-21 Yangqing Jiaremove remaining distributed solver stuff
2013-11-21 Yangqing Jiaremove caffe header for distributed solver
2013-11-21 Yangqing Jiaremoved the unsuccessful distributed solver code
2013-11-19 Yangqing Jiafix pycaffe dependency
2013-11-19 Yangqing Jiafixed the missing CV flag
2013-11-19 Yangqing Jiamakefile: not compile test in default
2013-11-19 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-19 Yangqing Jiamakefile: fixed the nvcc path
2013-11-19 Yangqing Jiaio.cpp: changed the imread flag to cv::IMREAD_COLOR
2013-11-19 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-19 Yangqing Jiaadded explanation notes to syncedmem
2013-11-19 Yangqing Jiaimagenet_solver.prototxt: added back the missing test...
2013-11-19 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-19 Yangqing Jiaimagenet deploy prototxt: instead of having a data...
2013-11-17 Jeff Donahueprint status message on error opening leveldb
2013-11-17 Jeff DonahueMerge branch 'master', remote-tracking branch 'origin'
2013-11-17 Yangqing Jiaremoved the StillFresh function that was used to make...
2013-11-16 Yangqing JiaMade a major change: when initializing a network, the...
2013-11-15 Yangqing Jiawrapper update
2013-11-15 Yangqing Jiafinetune code
2013-11-14 Yangqing Jiapycaffe: added a temporary numpy 1.6 compile solution
2013-11-14 Yangqing Jiamisc update
2013-11-14 Yangqing Jiapycaffe update and imagenet wrapper
2013-11-13 Yangqing Jiapycaffe update
2013-11-12 Yangqing Jialinecount improvement
2013-11-12 Yangqing Jiailsvrc 2012 mean
2013-11-12 Yangqing Jiaremoved obsolete scripts
2013-11-12 Yangqing Jiapython reorganization
2013-11-12 Yangqing Jiachanged makefile, and removed the no longer needed...
2013-11-12 Yangqing Jiachanged the python file paths
2013-11-12 Yangqing Jiaadded pycaffe wrapper. Preparing to clean the structure
2013-11-12 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-12 Yangqing Jiaremove python deps
2013-11-12 Yangqing Jiastochastic pooling: avoid nan
2013-11-12 Yangqing Jiaio.hpp bugfix
2013-11-11 Yangqing Jiaadded infogain loss layer
2013-11-11 Yangqing Jiabugfix
2013-11-08 Yangqing Jiamisc update
2013-11-07 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffeine
2013-11-07 Yangqing Jiailsvrc 2012 train file list
2013-11-07 Yangqing Jiadistributed solver still having bugs. Pausing for now...
2013-11-07 Yangqing Jiadistributed solver: small fix, still bugs
2013-11-06 Yangqing Jiadistributed server update. bug in synchronous connections.
2013-11-06 Yangqing Jiadata layer: random skip
2013-11-06 Yangqing Jiaworking asynchronous sgd code. may have errors.
2013-11-04 Yangqing Jiadistributed solver - not checked thoroughly
2013-11-04 Yangqing Jiasolver minor change
2013-11-01 Yangqing Jiaaccuracy layer: also produce logprob
2013-11-01 Yangqing Jiaimagenet solver 2nd try
2013-10-31 Yangqing Jiaimagenet test prototxt
2013-10-31 Yangqing Jiasolver restructuring: now all prototxt are specified...
2013-10-31 Yangqing Jiastochastic pooling test
2013-10-31 Yangqing Jiatest convolution more thoroughly
2013-10-30 Yangqing Jiascript to convert cifar data
2013-10-30 Yangqing Jiascript to get cifar
2013-10-30 Yangqing Jiatest net scripts
2013-10-30 Yangqing Jiadata_layer: more clear logging
2013-10-30 Yangqing Jiasyncedmem: added code to not use cudamalloc/cudafree
2013-10-30 Yangqing Jiadata_layer: do center cropping when testing
2013-10-30 Yangqing Jiacommon.cpp: rand seed fix
2013-10-30 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffeine
2013-10-30 Yangqing Jiapooling layer: added stochastic pooling layer, not...
2013-10-30 Yangqing Jiaconvert_imageset.cpp script: added error message
2013-10-28 Yangqing Jiacaffe common cpp: fixed an embarassing bug
2013-10-28 Yangqing Jiaremoved an accidental mnist update
2013-10-28 Yangqing Jiapython code: use BGR order to match the C++ code
2013-10-28 Yangqing Jiasyncedmem bugfix
2013-10-28 Yangqing Jiaoption to run on cpu without gpu
2013-10-28 Yangqing Jiaimagenet solver: a better decreasing policy
2013-10-27 Yangqing Jiabugfix and made the C++ interface for creating leveldb
2013-10-26 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-10-26 Yangqing Jiaadded back opencv dependency and convert scripts
2013-10-26 Yangqing Jiaadded back opencv dependency and convert scripts
2013-10-26 Yangqing Jiaregarding https://plus.google.com/113952791760990667476...
2013-10-26 Yangqing Jianeuron layer test: added bnll
2013-10-25 Yangqing Jiabugfix
2013-10-25 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-10-25 Yangqing Jiabnll
2013-10-25 Yangqing Jiaremoved the old transcribe script.
2013-10-25 Yangqing Jiapushing missing checkout
2013-10-25 Yangqing Jiareverted the layer register effort. Live today, fight...
2013-10-25 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-10-25 Yangqing Jiasimply inreasing report interval
2013-10-25 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffeine
next