platform/upstream/caffeonacl.git
2014-04-02 Jeff Donahuecleanup superclean output
2014-04-02 Jeff Donahueput proto-generated .cc and .h files in build directory
2014-04-02 Jeff Donahuecreate softlink to test directory at build/test
2014-04-02 Jeff Donahuecreate superclean Makefile target to delete all files...
2014-04-02 Jeff Donahueput TEST_GPUID in Makefile.config
2014-04-02 Jeff DonahueMerge pull request #223 from sguada/improved_matcaffe
2014-04-02 Jeff DonahueMerge pull request #278 from kloudkl/log_error_string_i...
2014-04-02 Evan ShelhamerMerge pull request #283 from jeffdonahue/boost-rand...
2014-04-01 Jeff Donahueseed boost rng with cluster_seedgen by default
2014-04-01 Kai LiAdd a space before the error string
2014-04-01 Kai LiFix cpplint errors
2014-04-01 Kai LiAdd curandGetErrorString and use it to redefine CURAND_...
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-31 Sergio GuadarramaRemoved empty space, verified lint
2014-03-31 Sergio GuadarramaAdded default values to matcaffe_batch for testing
2014-03-31 Sergio GuadarramaAdded matcaffe_init to easy reuse of caffe initialization
2014-03-31 Sergio GuadarramaRemoved fillers from imagenet_deploy
2014-03-31 Sergio GuadarramaCreated reset command and changed END to NULL again
2014-03-31 sguadaAdded prints to matcaffe_demo stages
2014-03-31 Sergio GuadarramaCleaned matcaffe.cpp to pass lint
2014-03-31 Sergio GuadarramaChanged matcaffe_demo to return maxlabel
2014-03-31 Sergio GuadarramaChanged Copyright to BVLC
2014-03-31 Sergio GuadarramaResolved merge conflicts
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...
next