platform/upstream/caffeonacl.git
2014-03-28 Jeff Donahueadd test for input/input_dim and fix bug, wasn't copyin...
2014-03-28 Jeff Donahueadd upgrade_net_proto tool
2014-03-28 Jeff Donahuefix insert_splits for new layer param format
2014-03-28 Jeff Donahueadd test which includes upgraded params
2014-03-28 Jeff Donahueadd imagenet upgrade test and fix bug in upgrade_proto
2014-03-28 Jeff Donahuemore padding layer upgrade tests
2014-03-28 Jeff Donahueimagenet padding upgrade test
2014-03-28 Jeff Donahueset correct bottom blob name in upgraded conv layer
2014-03-28 Jeff Donahuefunction to upgrade padding layers
2014-03-28 Jeff Donahuemake solver use upgrade_proto (by constructing net...
2014-03-28 Jeff Donahueadd deprecated protos to PROTO_OBJS in makefile so...
2014-03-28 Jeff Donahuemake ReadProtoFromTextFile not die on parse failure...
2014-03-28 Jeff Donahueadd V0NetParameter and UpgradeV0Net
2014-03-28 Jeff Donahuecaffe.proto: layer->layers
2014-03-28 Jeff Donahueadd v0->v1 'bridge' proto and add util that uses it
2014-03-28 Jeff Donahuemove caffe.proto.v0 -> deprecated/caffe.v0.proto and...
2014-03-28 Jeff Donahueupdate tests for new proto format; now they compile
2014-03-28 Jeff Donahuechanges to layers etc to make 'make all' run successful...
2014-03-28 Jeff Donahueadd duplicated params from InnerProductParam to Convolu...
2014-03-28 Jeff DonahueHDF5DataParameter message and concat_param
2014-03-28 Jeff DonahueNetParameter.layers -> layer
2014-03-28 Jeff Donahueremove LayerConnection from proto, bottom and top now...
2014-03-28 Jeff Donahuemove LayerParameter and individual layer param messages...
2014-03-28 Jeff Donahuemove individual layer parameters to individual proto...
2014-03-28 Jeff Donahuecreate file caffe.proto.v0 which duplicates current...
2014-03-28 Jeff Donahuefix caffe.proto style bugs
2014-03-28 Evan ShelhamerMerge pull request #266 from longjon/toomanyargs
2014-03-28 Jeff DonahueMerge pull request #268 from longjon/debug
2014-03-28 Jonathan L... add DEBUG option to Makefile/Makefile.config.example
2014-03-27 Jonathan L... tools should have nonzero error exit codes
2014-03-27 Jonathan L... passing too many args to tool binaries is an error
2014-03-27 Jeff DonahueMerge pull request #265 from jeffdonahue/hdf5-output...
2014-03-27 Jeff Donahuechange hdf5 output layer test output file to a tmpnam...
2014-03-27 Evan Shelhamerinstallation proofreading, split parallel compilation
2014-03-27 Evan ShelhamerMerge pull request #255 from shelhamer/copyright-credit
2014-03-27 Evan Shelhamernote copyright assignment in development guide
2014-03-27 Evan ShelhamerStandardize copyright, add root-level CONTRIBUTORS...
2014-03-26 Jeff DonahueMerge pull request #260 from kloudkl/fix_doc_typos
2014-03-26 Sergey Karayevremoving lena in favor of cat
2014-03-26 Kai LiAdd packages installation command for CentOS/RHEL
2014-03-26 Kai LiFix imagenet pretrained links
2014-03-26 Kai LiAdd in doc how to remove leveldb dir if existed
2014-03-26 Kai LiFix feature extraction reference model path and file...
2014-03-25 Sergey Karayevfixed compilation error on window_data_layer.cu in...
2014-03-25 Kai LiAdd headers to build on OS X
2014-03-25 Kai LiSeparate WindowDataLayer::Forward_gpu into a cu file
2014-03-25 Kai LiSeparate ImagesLayer::Forward_gpu into a cu file
2014-03-24 Evan ShelhamerMerge pull request #201 from kloudkl/more_math_functions
2014-03-24 Sergey KarayevMerge pull request #252 from kloudkl/hdf5_output_layer
2014-03-24 Kai LiSeparate HDF5OutputLayer::Forward_gpu/Backward_gpu...
2014-03-23 Kai LiFixed CPPLint errors related to math funtions
2014-03-23 Kai LiRename signbit in macros to sgnbit to avoid conflicts...
2014-03-23 Kai LiAdd signbit math func, simplify GPU defs & instantiatio...
2014-03-23 Kai LiAdd and test non-in-place scale math functions for...
2014-03-23 Kai LiUse macro to simplify element wise cpu math functions
2014-03-23 Kai LiAdd and test element wise abs math functions for CPU...
2014-03-23 Kai LiInstantiate caffe_cpu_sign for float and double
2014-03-23 Kai LiAdd and test element wise sign math funtions for CPU...
2014-03-23 Kai LiAdd and test sum of absolute values math functions...
2014-03-23 Kai LiRebase and change the HDF5OutputLayer::Forward/Backward...
2014-03-23 Kai LiAdd HDF5OutputLayer to the layer factory
2014-03-23 Kai LiImplement and test HDF5OutputLayer
2014-03-23 Kai LiImplement HDF5 save dataset IO utility function
2014-03-23 Evan ShelhamerMerge pull request #165 from BVLC/boost-eigen
2014-03-22 Evan ShelhamerSet copyright to BVLC and contributors.
2014-03-22 Evan ShelhamerHide boost rng behind facade for osx compatibility
2014-03-22 Evan Shelhamerlint
2014-03-21 Evan Shelhamerclean up residual mkl comments and code
2014-03-21 James ThewlisAdded extern C wrapper to cblas.h include
2014-03-21 jamt9000Fixed order of cblas and atlas linker flags
2014-03-21 Evan Shelhamercomment out stray mkl includes
2014-03-21 Evan Shelhamermake MKL switch surprise-proof
2014-03-21 Evan Shelhamerrewrite MKL flag note, polish makefile
2014-03-21 Rowland Deppmajor refactoring allow coexistence of MKL and non...
2014-03-21 Kai LiReplace atlas with multithreaded OpenBLAS to speed...
2014-03-21 Jeff Donahuefix bernoulli generator bug
2014-03-21 Jeff Donahueadd bernoulli rng test to demonstrate bug (generates...
2014-03-21 Jeff Donahuechange all Rng's to use variate_generator for consistency
2014-03-21 Jeff Donahueuse boost variate_generator to pass tests w/ boost...
2014-03-21 Jeff Donahuemake uniform distribution usage compatible with boost...
2014-03-21 Alejandro Dubrovskymean_bound and sample_mean need referencing with this
2014-03-21 Alejandro Dubrovskynextafter templates off one type
2014-03-21 Evan Shelhamerrelax precision of MultinomialLogisticLossLayer test
2014-03-21 Kai LiFix math funcs, add tests, change Eigen Map to unaligne...
2014-03-21 Kai LiFix test stochastic pooling stepsize/threshold to be...
2014-03-21 Kai LiFixed FlattenLayer Backward_cpu/gpu have no return...
2014-03-21 Kai LiFixed uniform distribution upper bound to be inclusive
2014-03-21 Rodrigo Benensoncompile caffe without MKL (dependency replaced by boost...
2014-03-21 Jeff DonahueMerge pull request #247 from jeffdonahue/loss-in-forwar...
2014-03-21 Jeff Donahueloss in forward pass fix for window data layer
2014-03-21 Jeff DonahueMerge pull request #209 from jeffdonahue/loss-in-forwar...
2014-03-20 Evan ShelhamerBack-merge documentation and script fixes
2014-03-20 Evan Shelhamerfix script path incantation
2014-03-20 Sergey Karayevconvert css indentation to spaces
2014-03-20 Evan Shelhamerfix cifar10 leveldb creation path
2014-03-20 Evan Shelhamerwget without checking certificate for dropbox (dodge...
2014-03-20 Sergey Karayevdocs: added list of contributors
2014-03-20 Sergey Karayevminor style update of docs
2014-03-20 Sergey KarayevFix to #161
2014-03-20 Sergey KarayevMerge pull request #161 from kloudkl/simplify_feature_e...
next