platform/upstream/caffeonacl.git
2014-09-01 qipengbugfixes for AdaGrad
2014-09-01 qipengimproved numerical stability for AdaGrad
2014-09-01 qipengfixed solver constructor in train_net.cpp
2014-09-01 qipengconverted pointers to shared_ptr
2014-09-01 qipengrestored vituals in solver.hpp
2014-09-01 qipengSolver switching support & implementation of Nesterov...
2014-09-01 Jeff Donahueuse LMDB in mnist autoencoder examples
2014-09-01 Evan Shelhamermake no GPU error in CPU-only mode a little clearer
2014-09-01 Evan Shelhamerinclude comment on CPU mode fine-tuning for Flickr...
2014-09-01 Evan ShelhamerMerge pull request #1014 from longjon/cleaner-pycaffe
2014-08-31 Evan ShelhamerMerge pull request #1008 from mohomran/mnist_with_lmdb
2014-08-31 Evan ShelhamerMerge pull request #1015 from mohomran/fixing_parse_log...
2014-08-31 Mohamed Omranparse_log.sh adapted to new training log format + fixed...
2014-08-31 Mohamed Omranupdated lenet_train_test.prototxt + minor correction...
2014-08-31 Mohamed Omranminor changes to variable names and error messages...
2014-08-31 Mohamed Omrandata now written to backend in batches
2014-08-31 Mohamed Omranmnist demo now works with lmdb and leveldb (set paramet...
2014-08-31 Jonathan L... [pycaffe] expose Blob.Reshape
2014-08-31 Jonathan L... [pycaffe] remove name property from PyBlob and PyLayer
2014-08-31 Jonathan L... [pycaffe] declare the _caffe module init function
2014-08-31 Jonathan L... [pycaffe] split _caffe into source and header files
2014-08-31 Jonathan L... [pycaffe] make PyBlob a template over Dtype
2014-08-31 Jonathan L... [pycaffe] make PyNet a class, not a struct
2014-08-31 Jonathan L... [pycaffe] use a namespace alias instead of using direct...
2014-08-31 Jonathan L... [pycaffe] live in caffe namespace instead of opening it
2014-08-31 Jonathan L... [pycaffe] use class names of the form Py* instead of...
2014-08-31 Evan Shelhamerremove residual pthread references, but restore in...
2014-08-31 Evan Shelhamerignore leveldb extension: ldb
2014-08-30 Evan ShelhamerMerge pull request #1004 from kloudkl/ignore
2014-08-30 Evan Shelhamerfix up leveldb ignore
2014-08-30 Evan ShelhamerMerge pull request #1010 from qipeng/boost-thread-with...
2014-08-30 Evan ShelhamerMakefile: fix boost::thread linking, drop pthread,...
2014-08-30 Evan Shelhamerfix up renaming
2014-08-30 qipengrenaming && typo fix
2014-08-30 Evan ShelhamerMerge pull request #1012 from shelhamer/pr-policy
2014-08-30 Evan Shelhamer[docs] new PR policy: send master fixes + docs to master
2014-08-30 Jeff Donahuefix data_transformer param_name
2014-08-30 Evan ShelhamerMerge pull request #1011 from YS-L/dev
2014-08-30 qipengxcode compiler complaints (warnings)...
2014-08-30 qipengpatch MacOS NVCC boost::thread issue
2014-08-30 Yung Siang... Fix norm_region param in cifar10 deployment net
2014-08-30 Evan Shelhamerback-merge
2014-08-30 Evan ShelhamerMerge pull request #997 from ozancaglayn/dev
2014-08-30 Ozan Çağlayan[docs] Several documentation fixes
2014-08-30 Evan ShelhamerMerge pull request #1001 from drdan14/homebrew-git...
2014-08-30 Daniel GoldenExplain how to fix homebrew to allow updates after...
2014-08-29 Kai LiIgnore LevelDB files
2014-08-29 Evan ShelhamerMerge pull request #970 from sergeyk/dev
2014-08-29 Evan Shelhamer[example] edit fine-tuning and train on ~2000 images...
2014-08-29 Sergey Karayev[example] finetuning CaffeNet on Flickr Style data
2014-08-29 Evan ShelhamerMerge pull request #1003 from shelhamer/examples-from...
2014-08-29 Evan Shelhamerset examples paths relative to root
2014-08-29 Evan Shelhamerignore caffe generated files and stop ignoring examples
2014-08-28 Evan ShelhamerMerge pull request #1000 from kloudkl/boost-thread
2014-08-28 Evan ShelhamerBack-merge to dev for doc fixes + cherry-picks
2014-08-28 Kai LiThe return value of WaitForInternalThreadToExit has...
2014-08-28 Kai LiAdd boost thread in the travis install script
2014-08-28 Kai LiReplace pthread with boost::thread
2014-08-28 Ozan Çağlayan[docs] Update installation docs to include Fedora
2014-08-28 Evan Shelhamerclarify project origin
2014-08-28 Evan ShelhamerMerge pull request #857 from netheril96/gflags
2014-08-28 netheril96create_imagenet.sh updated to new syntax
2014-08-27 Jeff DonahueMerge pull request #993 from Yangqing/sweep
2014-08-27 Yangqing Jiafix layer_factory.cpp bug: there should be no ifdefs
2014-08-27 Evan ShelhamerMerge pull request #977 from ozancaglayan/patch-1
2014-08-26 Evan ShelhamerMerge pull request #984 from shelhamer/drop-curand...
2014-08-26 Evan Shelhamerdefault ilsvrc solving to GPU
2014-08-26 Evan Shelhamerdefault ilsvrc solving to GPU
2014-08-26 Jonathan L... FIX drop obsolete CURAND reset for CUDA 6.5 compatibility
2014-08-26 Evan Shelhamerclarify project origin
2014-08-26 Sergey KarayevFIX web_demo upload was not processing grayscale correctly
2014-08-26 Sergey KarayevFIX web_demo upload was not processing grayscale correctly
2014-08-26 Jeff DonahueMerge pull request #981 from jeffdonahue/fix-eltwise...
2014-08-25 Jeff Donahueremove warning about LRN layers in CPU mode
2014-08-25 Jeff DonahueAdd "stable_prod_grad" option (on by default) to ELTWIS...
2014-08-25 Jeff DonahueMerge pull request #980 from jeffdonahue/fix-memory...
2014-08-25 Jeff Donahuefix memory_used_ by computing after SetUp
2014-08-25 Jeff DonahueMerge pull request #979 from jeffdonahue/caffe-test...
2014-08-25 Jeff Donahue'caffe test' prints all scores and their names
2014-08-25 alfredtofufix bug for resizing images.
2014-08-25 Evan ShelhamerMerge pull request #976 from alfredtofu/dev
2014-08-25 Ozan Çağlayan[docs] Update installation docs to include Fedora
2014-08-25 alfredtofufix bug for resizing images.
2014-08-24 Evan Shelhamer[example] add fully-convolutional efficiency note ...
2014-08-24 Evan Shelhamer[example] add fully-convolutional efficiency note ...
2014-08-24 Evan Shelhamerfix internal thread interface confusion
2014-08-24 Evan Shelhamermove {InnerProduct,Eltwise}Layer to common instead...
2014-08-22 Evan Shelhamerfix parameter for transformation in ImageDataLayer...
2014-08-22 Evan ShelhamerMerge pull request #963 from shelhamer/fix-transform...
2014-08-22 Evan Shelhamerupgrade model definitions for transformation params
2014-08-22 Evan Shelhamerupgrade net parameter data transformation fields automa...
2014-08-22 Evan Shelhamercompact net parameter upgrade
2014-08-22 Evan Shelhamerrestore old data transformation parameters for compatib...
2014-08-22 Evan ShelhamerMerge pull request #954 from geenux/dev-redundant-data
2014-08-21 Jeff DonahueIf specified, --gpu flag overrides SolverParameter...
2014-08-21 Jeff DonahueMerge pull request #961 from jeffdonahue/gpu-flag-overr...
2014-08-21 Jason YosinskiUpdated installation docs for OS X 10.9 brew install...
2014-08-21 Jason YosinskiUpdated documentation to include instructions to instal...
2014-08-21 Evan Shelhamer[docs] fix citation bibtex
2014-08-21 Jeff DonahueIf specified, --gpu flag overrides SolverParameter...
next