projects
/
platform
/
upstream
/
caffe.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/caffe.git
2014-12-29
Jon Long
Merge pull request #1648 from longjon/find-warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-12-29
Jon Long
Merge pull request #1561 from longjon/pretty-build
commit
|
commitdiff
|
tree
|
snapshot
2014-12-29
Jonathan L...
[scripts] fix find warnings in upload_model_to_gist.sh
commit
|
commitdiff
|
tree
|
snapshot
2014-12-29
Jeff Donahue
Merge pull request #1645 from longjon/remove-get-layer
commit
|
commitdiff
|
tree
|
snapshot
2014-12-29
Jonathan L...
remove unused GetLayer function (replaced by LayerRegis...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-29
Jonathan L...
pretty the build with the Q variable
commit
|
commitdiff
|
tree
|
snapshot
2014-12-29
Jon Long
Merge pull request #1472 from longjon/incremental-build
commit
|
commitdiff
|
tree
|
snapshot
2014-12-29
Jonathan L...
automatic dependency generation
commit
|
commitdiff
|
tree
|
snapshot
2014-12-28
Yangqing Jia
Merge pull request #1636 from longjon/get-layer-gone
commit
|
commitdiff
|
tree
|
snapshot
2014-12-27
Jonathan L...
update use of GetLayer -> LayerRegistry::CreateLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-12-26
Sergio Guadarrama
Merge pull request #1585 from longjon/check-malloc
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Evan Shelhamer
Merge pull request #1608 from sguada/added_credits
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Sergio
Added credits and bvlc_googlenet to model_zoo.md
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Sergio
Added credits for training bvlc models
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Sergio Guadarrama
Merge pull request #1598 from sguada/bvlc_googlenet
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Sergio
Added bvlc_googlenet prototxt and weights
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Jonathan L...
check host malloc result
commit
|
commitdiff
|
tree
|
snapshot
2014-12-16
Sergio Guadarrama
Merge pull request #1558 from hojonathanho/hdf5_error_msg
commit
|
commitdiff
|
tree
|
snapshot
2014-12-16
Jonathan L...
move cuda output from build/.../.cuo -> build/cuda...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-16
Jonathan L...
automatic discovery of source directories
commit
|
commitdiff
|
tree
|
snapshot
2014-12-16
Jonathan L...
consolidate build rules for object files
commit
|
commitdiff
|
tree
|
snapshot
2014-12-16
Jonathan L...
remove extra blank line
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Jonathan Ho
Check input line count in HDF5 data layer
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Evan Shelhamer
Merge pull request #1384 from CellScope/log-parser...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Daniel Golden
Store data in lists of dicts and use csv package
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Daniel Golden
Take train loss from `Iteration N, loss = X` lines
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Daniel Golden
Created parse_log.py, competitor to parse_log.sh
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Evan Shelhamer
Merge pull request #1406 from CellScope/matcaffe-osx...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Evan Shelhamer
Merge pull request #1516 from drdan14/update-homebrew...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Evan Shelhamer
Merge pull request #1527 from drdan14/classify-py-mean...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-07
Jonathan L...
clarify #endif comment
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Daniel Golden
Update mean file help
commit
|
commitdiff
|
tree
|
snapshot
2014-12-02
Daniel Golden
Better instructions for updating Homebrew after modifyi...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-01
Jeff Donahue
Merge pull request #1505 from longjon/conv-dedup
commit
|
commitdiff
|
tree
|
snapshot
2014-12-01
Jonathan L...
remove redundant code in ConvolutionLayer::Reshape
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Jeff Donahue
Merge pull request #1455 from seanbell/tanh-fix
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Jeff Donahue
Merge pull request #1469 from longjon/label-lower-bound
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Jonathan L...
use DCHECK in SoftmaxLossLayer so that bounds checking...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Jonathan L...
in SoftmaxLossLayer, check label >= 0 in addition to...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-20
Sean Bell
Fixed header order to satisfy linter
commit
|
commitdiff
|
tree
|
snapshot
2014-11-19
Sean Bell
fixed tanh to not return NaN for input values outside...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-14
Yangqing Jia
Merge pull request #1432 from Yangqing/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-11-14
Yangqing Jia
fix relu cudnn test bug
commit
|
commitdiff
|
tree
|
snapshot
2014-11-08
Yangqing Jia
Merge pull request #1417 from Yangqing/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-11-08
Yangqing Jia
relax benchmark milliseconds threshold
commit
|
commitdiff
|
tree
|
snapshot
2014-11-08
Yangqing Jia
clean incorrect relu test code
commit
|
commitdiff
|
tree
|
snapshot
2014-11-06
Daniel Golden
Prevent Matlab on OS X from crashing on error
commit
|
commitdiff
|
tree
|
snapshot
2014-10-23
Yangqing Jia
Merge pull request #1344 from baeuml/minor-whitespace...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-22
Martin Baeuml
Minor whitespace fix in logging message in HDF5 output...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Evan Shelhamer
make release, debug build dirs configurable in Makefile
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Evan Shelhamer
groom ignore
commit
|
commitdiff
|
tree
|
snapshot
2014-10-20
Yangqing Jia
Update data_transformer.hpp
commit
|
commitdiff
|
tree
|
snapshot
2014-10-20
Evan Shelhamer
Merge pull request #1326 from jackculpepper/absgradatzero
commit
|
commitdiff
|
tree
|
snapshot
2014-10-19
Jack Culpepper
define gradient at zero to be zero
commit
|
commitdiff
|
tree
|
snapshot
2014-10-19
Evan Shelhamer
Merge pull request #1319 from kmatzen/lmdb_iter_fix
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Sergio Guadarrama
Merge pull request #1320 from sguada/remove_TIMING
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Sergio
Remove TIMING from ForwardBackward
commit
|
commitdiff
|
tree
|
snapshot
2014-10-18
Kevin James...
LMDB doesn't support many concurrent read-only transact...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Sergey Karayev
back-merge
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Sergey Karayev
Merge pull request #1315 from sergeyk/master
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Sergey Karayev
Fixing finetune_flickr_style model reported accuracy.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio Guadarrama
Merge pull request #1308 from sguada/new_lr_policies
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Evan Shelhamer
Merge pull request #1309 from CellScope/edit-brew-boost...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Daniel Golden
Edit boost-python formula
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Fix init current_step
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Yangqing Jia
Merge pull request #1296 from crizCraig/patch-5
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio Guadarrama
Merge pull request #1293 from sguada/new_lr_policies
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Craig Quiter
Sometimes anaconda is installed in root.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Adapt lenet_multistep_solver.prototxt to current solvers
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio Guadarrama
Merge pull request #190 from sguada/new_lr_policies
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio Guadarrama
Merge pull request #1239 from sguada/encoded
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Added CPUTimer
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Upgrade compute_image_mean to use gflags, accept list_o...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Change caffe time to do forward/backward and accumulate...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Added cache_images to WindowDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Speed up WindowDataLayer and add mean_values
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Sergio
Add root_folder to ImageDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio
Add fast code for transform(cv::Mat,Blob)
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio
Added timers for benchmarking
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio
Added test for encoded Datum to test_io.cpp
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio
Added encoded datum to io
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio
Added encoded option and check_size to convert_imageset
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio Guadarrama
Merge pull request #1288 from sguada/first_last
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio
Added first_key and last_key to dataset
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Sergio Guadarrama
Merge pull request #1238 from kmatzen/db
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Evan Shelhamer
[docs] proofreading suggested by @cNikolaou
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Jeff Donahue
Merge pull request #1283 from jeffdonahue/optional...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Jeff Donahue
Reintroduce pkg-config with optional Makefile.config...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Reworked the Coder interface such that a Dataset now...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Had forgotten to set some of the Dataset test cases...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Renamed Database interface to Dataset.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Templated the key and value types for the Database...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Switched some Database logging statements from LOG...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Added function to Database interface to retrieve keys...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Changed Database::buffer_t to Database::key_type and...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
The LevelDB iterator/DB deallocation order bug is prett...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Updated Database interface to take key and value by...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Updated Database interface so that rather than CHECKing...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Added some tests for the Database iterator interface...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Kevin James...
Added get interface to Database. Added test cases...
commit
|
commitdiff
|
tree
|
snapshot
next