platform/upstream/caffeonacl.git
2014-04-01 Kai LiAdd caffe::cublasGetErrorString and redefine CUBLAS_CHE...
2014-04-01 Kai LiDefine CUDA_POST_KERNEL_CHECK with CUDA_CHECK
2014-04-01 Kai LiLog error string rather than enum value in CUDA_CHECK
2014-03-29 Jeff DonahueMerge pull request #275 from kloudkl/fix_kernel_for_loo...
2014-03-29 Kai LiUse CUDA_KERNEL_LOOP in the macro DEFINE_AND_INSTANTIAT...
2014-03-29 Evan ShelhamerMerge pull request #272 from kloudkl/gpu_hamming_distance
2014-03-29 Evan ShelhamerMerge pull request #271 from jeffdonahue/lint-bvlc...
2014-03-29 Kai LiImplement and test gpu hamming distance
2014-03-29 Kai LiRename caffe_hamming_distance into caffe_cpu_hamming_di...
2014-03-29 Jeff Donahuemake lint check for 'Copyright [year] BVLC and contribu...
2014-03-29 Jeff Donahuecompile the copyright regex
2014-03-28 Evan ShelhamerMerge pull request #219 from jeffdonahue/refactor-layer...
2014-03-28 Jeff Donahuerename test_innerproduct_layer to test_inner_product_layer
2014-03-28 Jeff Donahuemove ReadNetParamsFrom{Text,Binary}File into util
2014-03-28 Jeff Donahueadd NetParameterPrettyPrint so that upgrade tool prints...
2014-03-28 Jeff Donahueupdate docs (and a couple comments) for refactored...
2014-03-28 Jeff Donahuefix upgrade_net_proto names
2014-03-28 Jeff Donahueminor cleanup
2014-03-28 Jeff Donahueadd support for hdf5 output layer
2014-03-28 Jeff Donahuecleaner version of refactoring with fields added to...
2014-03-28 Jeff Donahuesome post rebase fixes -- copyright, hdf5_output layer...
2014-03-28 Jeff Donahuerollback previous commit adding version number to NetPa...
2014-03-28 Jeff Donahueadd NetParameter required version number as breaking...
2014-03-28 Jeff Donahueallow upgrade_net_proto to also read/write binary proto...
2014-03-28 Jeff Donahueregenerate imagenet_val feature extraction prototxt...
2014-03-28 Jeff Donahuemake all tools backwards compatible with v0 net param
2014-03-28 Jeff Donahueupgrade images layer
2014-03-28 Jeff Donahueupgrade remaining prototxts
2014-03-28 Jeff Donahueupgrade_net_proto: allow input files already in new...
2014-03-28 Jeff Donahuefix upgrade_net_proto name
2014-03-28 Jeff Donahueincorporate WindowDataLayer into V0Upgrade and add...
2014-03-28 Jeff Donahueupdate deprecated protos to latest dev versions
2014-03-28 Jeff Donahuemake test_protobuf use NONE for dummy layer instead...
2014-03-28 Jeff Donahuesome naming standardization: ImagesLayer -> ImageDataLa...
2014-03-28 Jeff Donahuealphabetize classes in vision_layers.hpp
2014-03-28 Jeff Donahuesome cleanup - lowercase layer class member variable...
2014-03-28 Jeff Donahueremove padding layer
2014-03-28 Jeff Donahuefix test_net for refactor
2014-03-28 Jeff Donahueincorporate WindowDataLayer
2014-03-28 Jeff Donahuerebase and fix stuff, incorporate image and padding...
2014-03-28 Jeff Donahuefix layertype alphabetization
2014-03-28 Jeff Donahuefix lint errors
2014-03-28 Jeff Donahuefix post-rebase param bugs
2014-03-28 Jeff Donahueconvert existing models to new format (used tools/upgra...
2014-03-28 Jeff DonahueLayerType enum
2014-03-28 Jeff Donahueput inputs before layers in the proto so they print...
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...
next