summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Add level and stages to Net constructorLuke Yeager2-1/+138
2016-06-01Add LSTMLayer and LSTMUnitLayer, with testsJeff Donahue4-0/+817
2016-06-01Add RNNLayer, with testsJeff Donahue2-0/+453
2016-06-01Add RecurrentLayer: an abstract superclass for other recurrent layer typesJeff Donahue3-1/+360
2016-05-30Merge pull request #4236 from CDLuminate/fix-spelling-errorEvan Shelhamer1-1/+1
2016-05-30fix spelling error in memory_data_layer.cppLumin Zhou1-1/+1
2016-05-27Check for non-empty ImageData filelist.Siddarth Malreddy1-0/+2
2016-05-25Remove misleading comment from a test fileLuke Yeager1-3/+0
2016-05-18Merge pull request #4059 from crazytan/masterJon Long2-6/+47
2016-05-17handle image names with spacescrazytan2-6/+47
2016-05-17Merge pull request #4148 from bobpoekert/window_data_nonzero_checkJon Long1-0/+3
2016-05-16Add cuDNN v5 support, drop cuDNN v3 supportFelix Abecassis7-16/+69
2016-05-14add check for background and foreground window size > 0 in WindowData layerBob Poekert1-0/+3
2016-05-11a comment misses a space chargdh19951-1/+1
2016-05-09Catch MDB_MAP_FULL errors from mdb_txn_commitLuke Yeager1-15/+21
2016-05-08Merge pull request #2079 from longjon/parameter-layerJon Long2-1/+14
2016-05-05Allow reshaping blobs to size 0.Eric Tzeng2-1/+11
2016-05-04add parameter layer for learning any bottomJonathan L Long2-1/+14
2016-04-27Fix an error in the example of ReshapeParameter.Kun Wang1-1/+1
2016-04-20Don't set map_size=1TB in util/db_lmdbLuke Yeager1-13/+52
2016-04-14CropLayer: groom commentsEvan Shelhamer2-23/+8
2016-04-14[fix] CropLayer: check dimension bounds only for cropped dimensionsEvan Shelhamer1-5/+4
2016-04-14[test] CropLayer: test dimensions check to reveal bounds checking bugEvan Shelhamer1-0/+18
2016-04-08Solving issue with exp layer with base eemmanuel maggiori2-1/+22
2016-04-05Net: setting `propagate_down: true` forces backpropJeff Donahue2-6/+10
2016-04-04test_net.cpp: add TestForcePropagateDownJeff Donahue1-0/+102
2016-03-05Merge pull request #3590 from junshi15/GPUUtilitiesJon Long1-0/+42
2016-03-05Merge pull request #3588 from junshi15/P2psyncPrepareJon Long2-8/+14
2016-03-05split p2psync::run()Jun Shi2-8/+14
2016-03-05Crop: more tests and test tuning.Evan Shelhamer1-73/+110
2016-03-05Crop: fixes, tests and negative axis indexing.max argus4-26/+261
2016-03-05Extend Crop to N-D, changed CropParameter.max argus3-50/+190
2016-03-05add CropLayer: crop blob to another blob's dimensions with offsetsJonathan L Long3-1/+147
2016-03-04add check and find GPU device utilitiesJun Shi1-0/+42
2016-02-29refuse to upgrade net with layer/layers inconsistencyEvan Shelhamer1-4/+6
2016-02-29fix input field -> input layer net upgrade: only convert full defsEvan Shelhamer1-20/+26
2016-02-29check all net upgrade conditionsEvan Shelhamer1-1/+2
2016-02-28Merge pull request #3725 from shaibagon/drop_nd_blobsJeff Donahue1-2/+2
2016-02-28supporting N-D Blobs in Dropout layer Reshapeshai1-2/+2
2016-02-26Deprecate ForwardPrefilled(), Forward(bottom, loss) in lieu of droppingEvan Shelhamer1-0/+12
2016-02-25collect Net inputs from Input layersEvan Shelhamer1-0/+6
2016-02-25drop Net inputs + Forward with bottomsEvan Shelhamer6-227/+51
2016-02-25deprecate input fields and upgrade automagicallyEvan Shelhamer2-3/+48
2016-02-25add InputLayer for Net inputEvan Shelhamer2-2/+38
2016-02-25Merge pull request #3612 from kashefy/tied_weights_ip_transposeJeff Donahue4-15/+303
2016-02-20tranpose parameter added to IP layer to support tied weights in an autoencode...Youssef Kashef4-15/+303
2016-02-15Remove useless LevelDB includeFelix Abecassis1-1/+0
2016-02-02Nicely prints GPU namesSergei Nikolaev1-0/+1
2016-01-26Remove incorrect cast of gemm int arg to Dtype in BiasLayerJeff Donahue1-1/+1
2016-01-26Merge pull request #3591 from jeffdonahue/scale-bias-layerEvan Shelhamer7-1/+1580