platform/upstream/caffe.git
2014-02-27 Evan Shelhamerfix formatting + notebook url of 8c245b5
2014-02-27 Evan Shelhamerupdate detection example post re-arrangement in #124
2014-02-26 Evan ShelhamerMerge pull request #167 from BVLC/next
2014-02-26 Evan ShelhamerDefine split layer (merge trick)
2014-02-26 Evan ShelhamerMerge pull request #129 from jeffdonahue/dags-by-split
2014-02-26 Jeff Donahueminor cleanup; only get blob_name if needed
2014-02-26 Jeff Donahueadd idempotence test
2014-02-26 Jeff Donahueadd imagenet no split insertion test
2014-02-26 Jeff Donahuefix split layer insertion bug with in-place layers
2014-02-26 Jeff Donahueremove unnecessary include
2014-02-26 Jeff Donahueeliminate some cruft by relying on std::map default...
2014-02-26 Jeff Donahueget rid of messy snprintf string concatenation
2014-02-26 Jeff Donahueget_split_blob_name returns a string to remove some...
2014-02-26 Jeff Donahueremove redundant add_bottom (immediately cleared and...
2014-02-26 Jeff Donahueadd test for layer with two tops that are inputs to...
2014-02-26 Jeff Donahuefix comment typo
2014-02-26 Jeff Donahueremove pointlessly duplicated CheckGradientExhaustive...
2014-02-26 Jeff Donahuechange \" in test_split_layer to ' for readability
2014-02-26 Jeff Donahueallow in place computation of SplitLayer 0th top blob
2014-02-26 Jeff Donahuegive first top split blob same name as bottom blob
2014-02-26 Jeff Donahuechange \n's to less distracting spaces in hard-coded...
2014-02-26 Jeff Donahueeliminate redundant code with get_split_blob_name method
2014-02-26 Jeff Donahuesome cleanup
2014-02-26 Jeff Donahueadd split layer insertion tests; move split insertion...
2014-02-26 Jeff Donahueadd split layer tests
2014-02-26 Jeff Donahueadd split layer tests
2014-02-26 Jeff Donahuemake split_layer backward obey propagate_down
2014-02-26 Evan ShelhamerMerge pull request #116 from aravindhm/tanh
2014-02-26 Aravindh MahendranAdded a test for the tanh layer.
2014-02-26 Aravindh MahendranAdded tanh activation function layer.
2014-02-26 Evan ShelhamerMerge pull request #142 from shelhamer/data-aux
2014-02-26 Evan Shelhamerbring imagenet docs back to reality
2014-02-26 Evan Shelhamerbring mnist docs back to reality
2014-02-26 Evan Shelhamerfix + rename lenet training script
2014-02-26 Evan Shelhamerharmonize imagenet example, name caffe reference model...
2014-02-26 Evan Shelhamerfix mnist, add deploy net example
2014-02-26 Evan ShelhamerTODO cifar example
2014-02-26 Evan Shelhamereverything in its right place
2014-02-26 Evan Shelhamerinclude model checksum, you never know these days
2014-02-26 Evan Shelhamerfetch caffe_reference_imagenet_model
2014-02-26 Evan Shelhamerswap ilsvrc data with fetch script
2014-02-26 Evan Shelhamerexplain ignore, and ignore data, models, and examples
2014-02-26 Evan Shelhamerfile models
2014-02-26 Evan Shelhamerfix mnist comments in cifar example
2014-02-26 Evan ShelhamerMake tools/ for core binaries, stow scripts/ in tools...
2014-02-26 Evan Shelhamerfile mnist
2014-02-26 Evan Shelhameradd imagenet mean file
2014-02-26 Evan Shelhamermove imagenet splits + synsets to data
2014-02-26 Evan ShelhamerMerge pull request #164 from t-abe/fix-typo
2014-02-26 tabeFix error message typo in SoftmaxWithLossLayer
2014-02-26 Evan ShelhamerMerge pull request #154 from sguada/leveldb_max_open_files
2014-02-26 Sergio GuadarramaSet leveldb options.max_open_files = 100. Fix #13 and #38
2014-02-26 Sergey Karayevminor README fix
2014-02-26 Sergey KarayevMore comments in Makefile.config.example
2014-02-26 Sergey Karayevmore instructions on how to contribute
2014-02-25 Sergey KarayevMerge pull request #157 from sergeyk/master
2014-02-25 Sergey KarayevUpdated README with doc info
2014-02-25 Sergey KarayevSafer docs/ build process: into own folder
2014-02-25 Sergey Karayevimproved docs-building script
2014-02-25 Sergey KarayevMoving gh-pages docs to docs/ folder, with script to...
2014-02-23 Evan ShelhamerProperly index windows in detector list mode
2014-02-22 Evan Shelhamerfix detector's coordinate mapping for images smaller...
2014-02-21 Sergey KarayevMerge pull request #123 from longjon/master
2014-02-18 Evan ShelhamerRevert "Merge pull request #114 from jeffdonahue/dags...
2014-02-17 Jonathan L... don't pass LDFLAGS when only performing compilation...
2014-02-17 Evan Shelhameradd contributing guide
2014-02-17 Evan ShelhamerMerge pull request #114 from jeffdonahue/dags-by-split
2014-02-16 Jeff Donahueremove unnecessary include
2014-02-16 Jeff Donahueeliminate some cruft by relying on std::map default...
2014-02-16 Jeff Donahueget rid of messy snprintf string concatenation
2014-02-16 Jeff Donahueget_split_blob_name returns a string to remove some...
2014-02-16 Jeff Donahueremove redundant add_bottom (immediately cleared and...
2014-02-16 Jeff Donahueadd test for layer with two tops that are inputs to...
2014-02-16 Jeff Donahuefix comment typo
2014-02-16 Jeff Donahueremove pointlessly duplicated CheckGradientExhaustive...
2014-02-16 Jeff Donahuechange \" in test_split_layer to ' for readability
2014-02-16 Jeff Donahueallow in place computation of SplitLayer 0th top blob
2014-02-16 Jeff Donahuegive first top split blob same name as bottom blob
2014-02-15 Jeff Donahuechange \n's to less distracting spaces in hard-coded...
2014-02-15 Jeff Donahueeliminate redundant code with get_split_blob_name method
2014-02-15 Jeff Donahuesome cleanup
2014-02-15 Jeff Donahueadd split layer insertion tests; move split insertion...
2014-02-15 Jeff Donahueadd split layer tests
2014-02-15 Jeff Donahueadd split layer tests
2014-02-15 Jeff Donahuemake split_layer backward obey propagate_down
2014-02-15 Jeff Donahueadd SplitLayer and Net::AddSplits to transform shared...
2014-02-15 Evan Shelhamerdefine by := (no need for re-expansion)
2014-02-15 Evan Shelhamerpython requirements: don't fear the future
2014-02-14 Evan Shelhameradd shebang to python scripts
2014-02-14 Evan Shelhameradd macro for numpy < 1.7
2014-02-13 Yangqing JiaMerge pull request #106 from tdomhan/sigmoidlayer
2014-02-13 Tobias Domhanfixed copyright
2014-02-13 Tobias Domhansigmoid layer cpu and gpu code
2014-02-13 Tobias Domhanadded sigmoid layer
2014-02-13 Evan ShelhamerMerge pull request #104 from sergeyk/master
2014-02-13 Sergey Karayevselective_search_demo final updated version
2014-02-13 Sergey Karayevdetector.py refactored with argparse (was gflags)
2014-02-13 Sergey KarayevUpdated detection demo notebook.
2014-02-13 Sergey Karayevgit-ignoring ipython notebook checkpoints
2014-02-13 Sergey Karayevmoving selective_search_demo notebook to examples/
next