summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-04fix comment I forgot about from @shelhamer's review of #1970Jeff Donahue1-1/+1
2015-03-03Add option not to reshape to Blob::FromProto; use when loading BlobsJeff Donahue2-18/+22
2015-03-03Add CHECK_EQ(4, ...)s to "vision layers" to enforce that theJeff Donahue4-0/+10
2015-03-03DummyDataLayer outputs blobs of arbitrary shapeJeff Donahue2-22/+41
2015-03-03EuclideanLossLayer: generalized Blob axesJeff Donahue1-5/+3
2015-03-03WindowDataLayer outputs 1D labelsJeff Donahue1-2/+3
2015-03-03ImageDataLayer outputs 1D labelsJeff Donahue1-2/+3
2015-03-03MemoryDataLayer outputs 1D labelsJeff Donahue1-2/+3
2015-03-03DataLayer outputs 1D labelsJeff Donahue1-3/+3
2015-03-03HDF5DataLayer shapes output according to HDF5 shapeJeff Donahue3-17/+20
2015-03-03SplitLayer: change Reshape(n,h,c,w) to ReshapeLike(...)Jeff Donahue1-2/+1
2015-03-03SoftmaxLossLayer generalized like SoftmaxLayerJeff Donahue2-31/+31
2015-03-03CuDNNSoftmaxLayer: generalized Blob axesJeff Donahue1-4/+4
2015-03-03SoftmaxLayer: generalized Blob axesJeff Donahue3-51/+51
2015-03-03SliceLayer: generalized Blob axesJeff Donahue4-133/+97
2015-03-03ConcatLayer: generalized Blob axesJeff Donahue4-120/+101
2015-03-03TestConcatLayer: add forward/gradient tests for concatenation along numJeff Donahue1-2/+40
2015-03-03TestConcatLayer: fix style errorsJeff Donahue1-34/+34
2015-03-03FlattenLayer: generalized Blob axesJeff Donahue2-33/+5
2015-03-03EltwiseLayer need not assume old 4D dim namesJeff Donahue1-10/+3
2015-03-03Test{Net,Solver} fixes for AccuracyLayer generalizationJeff Donahue2-16/+18
2015-03-03AccuracyLayer generalized to N instance axesJeff Donahue2-4/+10
2015-03-03AccuracyLayer output is 0D (scalar)Jeff Donahue1-7/+8
2015-03-03LossLayer output is 0D (scalar)Jeff Donahue1-1/+2
2015-03-03ConvLayer biases are 1DJeff Donahue1-4/+5
2015-03-03InnerProductLayer can multiply along any axisJeff Donahue2-7/+24
2015-03-03InnerProductLayer weights are 2D; biases are 1DJeff Donahue1-4/+12
2015-03-03TestBlob: test that legacy BlobProtos are correctly handled by ShapeEqualsJeff Donahue1-0/+54
2015-03-03Add BlobShape message; use for Net input shapesJeff Donahue3-16/+49
2015-03-03Blobs are ND arrays (for N not necessarily equals 4).Jeff Donahue5-55/+88
2015-02-24Decoding the datum before feeding it into the reshaping data layerphilkr1-1/+8
2015-02-19Merge pull request #1910 from philkr/encodedEvan Shelhamer5-6/+126
2015-02-19Repeal revert of #1878Evan Shelhamer4-58/+39
2015-02-19added a force_encoded_color flag to the data layer. Printing a warning if ima...philkr5-6/+124
2015-02-19Revert "Merge pull request #1878 from philkr/encoded"Evan Shelhamer4-39/+58
2015-02-19relax MemoryData transform check to warningEvan Shelhamer1-3/+5
2015-02-19Merge pull request #1899 from philkr/project_source_dirEvan Shelhamer2-5/+5
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr2-5/+5
2015-02-17construct Net from file and phaseEvan Shelhamer1-1/+2
2015-02-17no phase for the solver to orchestrateEvan Shelhamer1-4/+0
2015-02-17pass phase to transformer through layerEvan Shelhamer5-16/+17
2015-02-17give phase to Net and LayerEvan Shelhamer14-88/+55
2015-02-16except PythonLayer from layer factory testEvan Shelhamer1-0/+2
2015-02-16[pycaffe] allow Layer to be extended from PythonJonathan L Long2-1/+29
2015-02-16LayerRegistry uses shared_ptr instead of raw pointersJonathan L Long5-24/+23
2015-02-16Merge pull request #1878 from philkr/encodedEvan Shelhamer4-58/+39
2015-02-16Merge pull request #1667 from Nerei/feature/cmake_well_doneEvan Shelhamer7-210/+66
2015-02-16opencv 3.0 compilation (replace #1714)Anatoly Baksheev1-4/+1
2015-02-16improve CMake buildAnatoly Baksheev6-206/+65
2015-02-16Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...philkr4-58/+39