platform/upstream/caffeonacl.git
2015-05-15 Jeff DonahueUpdate docs for ND blobs (#1970) and layer type is...
2015-03-24 Evan ShelhamerMerge pull request #2038 from shelhamer/cudnn-r2
2015-03-24 Evan Shelhamernote cuDNN v2 convolutional TODOs
2015-03-24 Evan ShelhamercuDNN pooling can pad now
2015-03-24 Evan Shelhamerreplace cuDNN alphas and betas with coefficient values
2015-03-24 Simon Laytonswitch to cuDNN R2
2015-03-23 Jon LongMerge pull request #2178 from Lewuathe/typo-in-docs
2015-03-22 lewuatheTypos in documents
2015-03-18 Jeff DonahueMerge pull request #1922 from erictzeng/lrn_large_regio...
2015-03-17 Jon LongMerge pull request #2127 from kentashoji/fix-python...
2015-03-15 Kenta ShojiFix invalid syntax
2015-03-13 Jeff DonahueFix for solver issue pointed out by @moskewcz in #1972
2015-03-13 Jeff DonahueHDF5DataLayer: remove redundant shuffle
2015-03-13 Jeff DonahueMerge pull request #2118 from jeffdonahue/PatWie-shuffl...
2015-03-13 Jeff DonahueHDF5DataLayer shuffle: minor cleanup; clarification...
2015-03-13 wiescholshuffle data
2015-03-12 Jeff DonahueMerge pull request #1940 from tnarihi/prelu2
2015-03-12 Takuya NarihiraPReLU Layer and its tests
2015-03-11 Evan Shelhamer[docs] open release of BVLC models for unrestricted use
2015-03-10 Sergio GuadarramaRemove Gist from BVLC GoogleNet
2015-03-09 Jeff DonahueMerge pull request #2076 from jeffdonahue/accuracy...
2015-03-09 Jeff DonahueAccuracyLayerTest: add tests for ignore_label and spati...
2015-03-09 max argusAccuracyLayer: add ignore_label param
2015-03-09 Jeff DonahueFixup AccuracyLayer like SoftmaxLossLayer in #1970...
2015-03-09 Evan ShelhamerMerge pull request #2058 from shelhamer/py-fixes
2015-03-09 Evan Shelhamer[example] pycaffe classification downloads the model...
2015-03-09 Jeff DonahueMerge pull request #2066 from caotto/leveldb_include_update
2015-03-09 Jeff DonahueSoftmaxLossLayer fix: canonicalize input axis
2015-03-08 Evan Shelhamer[example] warm-start web demo
2015-03-08 Evan Shelhamer[example] revise hdf5 classification
2015-03-08 Evan Shelhamer[example] revise net surgery + add designer filters
2015-03-08 Evan Shelhamer[example] revise filter visualization
2015-03-08 Evan Shelhamer[pycaffe] align web demo with #1728 and #1902
2015-03-08 Evan Shelhamer[pycaffe] classifier + detector only have one input
2015-03-08 Evan Shelhamer[pycaffe] fix CPU / GPU switch in example scripts
2015-03-08 ariandyy[pycaffe] make classify.py print input + output file...
2015-03-08 Evan Shelhamer[pycaffe] no need to squeeze output after #1970
2015-03-08 Evan ShelhamerMerge pull request #1457 from jyegerlehner/preserve...
2015-03-08 J Yegerlehnerextract_features preserves feature shape
2015-03-08 Evan ShelhamerMerge pull request #1456 from jyegerlehner/load-weights...
2015-03-08 J YegerlehnerLoad weights from multiple caffemodels.
2015-03-08 Jonathan L... whitespace in common.hpp
2015-03-08 Jonathan L... comment grammar in net.cpp
2015-03-07 Charles OttoUpdate leveldb include variable name to match FindLevel...
2015-03-07 Christos NikolaouFix references to plural names in API documentation
2015-03-07 Evan ShelhamerMerge pull request #1987 from tnarihi/fix-siam-example
2015-03-07 Evan ShelhamerMerge pull request #2059 from philkr/python_layer_cmake
2015-03-07 Evan ShelhamerMerge pull request #2056 from philkr/hdf5
2015-03-07 Evan ShelhamerMerge pull request #2055 from tishibas/iss1506
2015-03-07 philkrMaking python layer work with cmake
2015-03-07 Evan ShelhamerMerge pull request #2010 from danielhamngren/update_pyt...
2015-03-07 Evan ShelhamerMerge pull request #2037 from shelhamer/expose-solver...
2015-03-06 tishibas67fix #1506
2015-03-05 philkrAdding correct hdf5 path
2015-03-05 Evan Shelhamer[docs] include boost-python in OSX pycaffe install
2015-03-05 Jonathan L... [pycaffe] add missing import sys
2015-03-05 Evan Shelhamerexpose Solver::Restore() as public and Solver.restore...
2015-03-05 Evan Shelhamer[pycaffe] check mean channels for transformation
2015-03-04 Jeff DonahueMerge pull request #2035 from jeffdonahue/include-climits
2015-03-04 Jeff Donahueinclude/caffe/common.hpp: add <climits> for INT_MAX...
2015-03-04 Jeff Donahuefix comment I forgot about from @shelhamer's review...
2015-03-04 Evan ShelhamerMerge pull request #2031 from NVIDIA/image_mean
2015-03-04 Luke YeagerAdd error checking for image mean
2015-03-04 Jon LongMerge pull request #1966 from philkr/python_fixes
2015-03-04 Evan ShelhamerMerge pull request #1970 from jeffdonahue/tensor-blob
2015-03-03 Jonathan L... [pytest] use non-4d blobs in test_python_layer
2015-03-03 Jonathan L... [pycaffe] expose Blob.reshape as *args function
2015-03-03 Jeff DonahueAdd option not to reshape to Blob::FromProto; use when...
2015-03-03 Jeff DonahuePyBlobs support generalized axes
2015-03-03 Jeff DonahueAdd CHECK_EQ(4, ...)s to "vision layers" to enforce...
2015-03-03 Jeff DonahueDummyDataLayer outputs blobs of arbitrary shape
2015-03-03 Jeff DonahueEuclideanLossLayer: generalized Blob axes
2015-03-03 Jeff DonahueWindowDataLayer outputs 1D labels
2015-03-03 Jeff DonahueImageDataLayer outputs 1D labels
2015-03-03 Jeff DonahueMemoryDataLayer outputs 1D labels
2015-03-03 Jeff DonahueDataLayer outputs 1D labels
2015-03-03 Jeff DonahueHDF5DataLayer shapes output according to HDF5 shape
2015-03-03 Jeff DonahueSplitLayer: change Reshape(n,h,c,w) to ReshapeLike...
2015-03-03 Jeff DonahueSoftmaxLossLayer generalized like SoftmaxLayer
2015-03-03 Jeff DonahueCuDNNSoftmaxLayer: generalized Blob axes
2015-03-03 Jeff DonahueSoftmaxLayer: generalized Blob axes
2015-03-03 Jeff DonahueSliceLayer: generalized Blob axes
2015-03-03 Jeff DonahueConcatLayer: generalized Blob axes
2015-03-03 Jeff DonahueTestConcatLayer: add forward/gradient tests for concate...
2015-03-03 Jeff DonahueTestConcatLayer: fix style errors
2015-03-03 Jeff Donahuecommon_layers.hpp: remove unused "Blob col_bob_"
2015-03-03 Jeff DonahueFlattenLayer: generalized Blob axes
2015-03-03 Jeff DonahueEltwiseLayer need not assume old 4D dim names
2015-03-03 Jeff DonahueTest{Net,Solver} fixes for AccuracyLayer generalization
2015-03-03 Jeff DonahueAccuracyLayer generalized to N instance axes
2015-03-03 Jeff DonahueAccuracyLayer output is 0D (scalar)
2015-03-03 Jeff DonahueLossLayer output is 0D (scalar)
2015-03-03 Jeff DonahueConvLayer biases are 1D
2015-03-03 Jeff DonahueInnerProductLayer can multiply along any axis
2015-03-03 Jeff DonahueFix sparse GaussianFiller for new IPLayer weight axes
2015-03-03 Jeff DonahueInnerProductLayer weights are 2D; biases are 1D
2015-03-03 Jeff DonahueTestBlob: test that legacy BlobProtos are correctly...
2015-03-03 Jeff Donahueadd offset, {data,diff}_at nd blob accessors
2015-03-03 Jeff DonahueAdd BlobShape message; use for Net input shapes
2015-03-03 Jeff DonahueBlobs are ND arrays (for N not necessarily equals 4).
next