Fixed command path in documentation
[platform/upstream/caffe.git] / src /
2014-02-26 Evan ShelhamerMerge pull request #167 from BVLC/next
2014-02-26 Evan ShelhamerDefine split layer (merge trick)
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 Aravindh MahendranAdded a test for the tanh layer.
2014-02-26 Aravindh MahendranAdded tanh activation function layer.
2014-02-26 tabeFix error message typo in SoftmaxWithLossLayer
2014-02-26 Sergio GuadarramaSet leveldb options.max_open_files = 100. Fix #13 and #38
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 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-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 Yangqing JiaMerge pull request #103 from Yangqing/master
2014-02-13 Yangqing Jiabugfix regarding #100
2014-02-13 Yangqing JiaUpdate net.cpp
2014-02-11 Evan ShelhamerMerge pull request #91 from kloudkl/plot_training_log
2014-02-11 Kai LiUpdate script to parse log format that contains test...
2014-02-11 Kai LiPrint iteration along with every test score in Solver...
2014-02-04 Evan ShelhamerMerge pull request #69 from sguada/solver_device_id
2014-02-03 Sergio GuadarramaUpdate solver.cpp
2014-02-03 Sergio GuadarramaUpdate caffe.proto
2014-02-03 sguadaAdded device_query.cpp to examples/ to get basic inform...
2014-02-03 sguadaAdded device_id to solver.prototxt and to solver.cpp
2014-02-03 Evan Shelhamerfix flatten layer backwards to dummy return
2014-02-01 Evan ShelhamerMerge pull request #62 from viirya/master
2014-02-01 Kai LiFix test_data_layer segfault by adding destructor to...
2014-01-24 Yangqing JiaMerge pull request #51 from sguada/solver_test
2014-01-24 Sergio GuadarramaDo snapshot after computing loss and test accuracy
2014-01-20 Evan ShelhamerMerge pull request #11 from longjon/master
2014-01-19 Evan Shelhamercleanup whitespace
2013-12-05 Yangqing JiaMerge pull request #9 from jeffdonahue/fixflattenbug
2013-12-05 Jeff Donahuefix really stupid bug in flatten layer (and add test...
2013-12-02 Yangqing JiaSeveral changes:
2013-11-28 Yangqing JiaMerge pull request #6 from jeffdonahue/flatten
2013-11-28 Jeff Donahueadd flatten layer
2013-11-28 Yangqing Jianet.cpp: LOG to DLOG
2013-11-28 Yangqing Jiaio.cpp: changed back CV_LOAD_IMAGE_COLOR for earlier...
2013-11-28 Yangqing JiaUpdate io.cpp
2013-11-22 Ross GirshickMerge remote-tracking branch 'origin/master'
2013-11-22 Yangqing Jiafix Makefile problem
2013-11-21 Yangqing Jiaremoved the unsuccessful distributed solver code
2013-11-19 Yangqing Jiafixed the missing CV flag
2013-11-19 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
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 JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-17 Jeff Donahueprint status message on error opening leveldb
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-13 Yangqing Jiapycaffe update
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 Jiastochastic pooling: avoid nan
2013-11-11 Yangqing Jiaadded infogain loss layer
2013-11-11 Yangqing Jiabugfix
2013-11-08 Yangqing Jiamisc update
next