platform/upstream/caffeonacl.git
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 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...
2014-03-20 Jeff Donahueminor cleanup in rcnn-finetuning -- rcnn feature comput...
2014-03-20 Ross Girshickcleanup matlab demo
2014-03-20 Ross Girshickadd initialization key for verifying state
2014-03-20 Ross Girshickdemo on how to get net weights using the matlab interface
2014-03-20 Ross Girshickreturn model weights
2014-03-20 Evan Shelhamerkeep DLOG (revert accidental switch to LOG)
2014-03-20 Evan Shelhamerfile pascal finetuning prototxt examples and fix paths
2014-03-20 Ross Girshickset default to the best value
2014-03-20 Ross Girshicksome cleanup
2014-03-20 Ross Girshickfix paths
2014-03-20 Ross Girshicksupport for tightest square mode while finetuning
2014-03-20 Ross Girshick10x learning rate for fine tuning makes a big difference
2014-03-20 Ross Girshicksupport for adding padding to windows in the window_dat...
2014-03-20 Ross GirshickCode that was used to finetune with reasonable success
2014-03-20 Ross Girshicksome major bug fixes (includes some to-be-removed debug...
2014-03-20 Ross Girshickadjustments to try to match the setup for fine tuning...
2014-03-20 Ross Girshickdefine pascal finetuning models
2014-03-20 Ross Girshickadd window data layer
2014-03-19 Jeff Donahuepost rebase fixes: images layer and padding layer compu...
2014-03-19 Jeff Donahuenull pointer defaults for forward loss outputs
2014-03-19 Jeff Donahueloss in forward pass for concat layer (thought i'd...
2014-03-19 Jeff Donahuefix softmax loss layer bug; all tests pass
2014-03-19 Jeff Donahueremove accidentally added empty line
2014-03-19 Jeff Donahuerevert unnecessary reordering of lines in softmaxwithlo...
2014-03-19 Jeff Donahuegradient checker optimization with forward pass loss...
2014-03-19 Jeff Donahuetest_gradient_check_util: blobid -> blob_id
2014-03-19 Jeff Donahuemake tests compile and pass
2014-03-19 Jeff Donahuefix net_speed_benchmark so 'make all' works
2014-03-19 Jeff Donahuechange specification of forward/backward function and...
2014-03-19 Evan ShelhamerMerge pull request #221 from jamt9000/fix-dump-network
2014-03-19 Evan ShelhamerMerge pull request #242 from kloudkl/script
2014-03-19 Kai LiFile naming convention requires that two words be split...
2014-03-19 Kai LiWget should never be quiet
2014-03-19 Kai LiFix shell script current dir bad substition errors
2014-03-19 Kai LiExplain how to get the mean image of ILSVRC
2014-03-19 Kai LiChange generate file list python script path in feature...
2014-03-19 Kai LiRemoving feature binarization and image retrieval examples
2014-03-19 Kai LiMove binarize_features, retrieve_images to examples...
2014-03-19 Kai LiAdd documentation for the feature extraction demo
2014-03-19 Kai LiAdd a python script to generate a list of all the files...
2014-03-19 Kai LiDon't create a new batch after all the feature vectors...
2014-03-19 Kai LiFix cpplint errors for Net, its tests and feature relat...
2014-03-19 Kai LiUse lowercase underscore naming convention for Net...
2014-03-19 Kai LiMove extract_features, binarize_features, retrieve_imag...
2014-03-19 Kai LiSave and load data correctly in feat extracion, binariz...
2014-03-19 Kai LiChange feature binarization threshold to be the mean...
2014-03-19 Kai LiFix saving real valued feature bug in the feature extra...
2014-03-19 Kai LiFix bugs in the image retrieval example
2014-03-19 Kai LiFix bugs of the feature binarization example
2014-03-19 Kai LiEnhance help, log message & format of the feature extra...
2014-03-19 Kai LiFix bugs in the feature extraction example
2014-03-19 Kai LiAdd __builtin_popcount* based fast Hamming distance...
2014-03-19 Kai LiSimplify image retrieval example to use binary features...
2014-03-19 Kai LiAdd feature binarization example
2014-03-19 Kai LiAdd feature extraction example
2014-03-19 Kai LiAdd image retrieval example
2014-03-19 Kai LiAdd and test Net::HasLayer and GetLayerByName
2014-03-19 Kai LiAdd and test Net::HasBlob and GetBlob to simplify featu...
2014-03-19 James ThewlisRemove cudaSetDevice(1)
next