platform/upstream/caffeonacl.git
2014-04-05 Jonathan L... pycaffe: expose SGDSolver.solve
2014-04-05 Jonathan L... pycaffe: introduce CheckFile helper
2014-04-05 Jonathan L... pycaffe: expose SGDSolver.net
2014-04-05 Jonathan L... switch from inheritance to directly overriding methods...
2014-04-05 Jonathan L... make Solver::net return a shared_ptr rather than a...
2014-04-05 Jonathan L... pycaffe: expose SGDSolver
2014-04-05 Jonathan L... add string constructor to Solver (analogous to Net)
2014-04-05 Evan ShelhamerRevert "Fix segfault." (python)
2014-04-04 Evan ShelhamerMerge pull request #277 from jeffdonahue/makefile-impro...
2014-04-04 Jeff Donahuegitignore python/caffe/proto/; superclean ignore data dir
2014-04-04 Evan ShelhamerMerge pull request #287 from robwhess/dev
2014-04-03 Jeff DonahueMerge pull request #288 from beam2d/fix-blob-params...
2014-04-03 Seiya TokuiFix parameter orders in declaration of Reshape
2014-04-03 Rob HessFix segfault.
2014-04-02 Jeff Donahueinclude build/ before other dirs so old proto built...
2014-04-02 Jeff Donahueremove silly thing where I copied proto headers to...
2014-04-02 Jeff Donahuematcaffe fixes
2014-04-02 Jeff Donahuefix test bugs and minor cleanup
2014-04-02 Jeff Donahuecleanup python build and clean
2014-04-02 Jeff Donahuecompile test bins directly into build/test
2014-04-02 Jeff Donahueadd test header dependency and fix mat targets
2014-04-02 Jeff Donahueminor cleanup
2014-04-02 Jeff Donahuelibcaffe.* in build/lib/
2014-04-02 Jeff Donahueeverything prints a blank line after compiling
2014-04-02 Jeff Donahuelots of corrections to dependencies etc., things seem...
2014-04-02 Jeff Donahuemessed around with Makefile - currently in very messy...
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
next