platform/upstream/caffeonacl.git
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-26 Evan ShelhamerMerge pull request #984 from shelhamer/drop-curand...
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 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 Evan ShelhamerMerge pull request #976 from alfredtofu/dev
2014-08-25 alfredtofufix bug for resizing images.
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 DonahueMerge pull request #961 from jeffdonahue/gpu-flag-overr...
2014-08-21 Jeff DonahueIf specified, --gpu flag overrides SolverParameter...
2014-08-21 Evan ShelhamerMerge pull request #942 from yosinski/doc-update
2014-08-21 Evan ShelhamerMerge pull request #956 from longjon/clean-signbit
2014-08-21 TANGUY ArnaudRefactor ImageDataLayer to use DataTransformer
2014-08-21 Evan Shelhamerspecialize cpu_strided_dot before instantiation to...
2014-08-21 Jonathan L... clean up cpu signbit definition
2014-08-20 TANGUY ArnaudRefactor DataLayer using a new DataTransformer
2014-08-19 longjonMerge pull request #940 from ronghanghu/channel-softmax
2014-08-19 Ronghang Huimplement GPU version of Softmax
2014-08-19 Jonathan L... test softmax and softmax with loss across channels
2014-08-19 Jonathan L... softmax and softmax loss layers work across channels
2014-08-18 Jonathan L... add caffe_cpu_strided_dot for strided dot products
2014-08-18 Jonathan L... milliseconds is a word
2014-08-18 Jeff DonahueMerge pull request #943 from jeffdonahue/parallel-travi...
2014-08-17 Jeff DonahueTravis build matrix to do parallel builds for make...
2014-08-17 Jeff DonahueMerge pull request #623 from BVLC/cmake
2014-08-17 Jeff Donahuerestore .testbin extension, and move caffe_tool back...
2014-08-17 Jeff Donahueuse all caps for global preprocess vars (e.g. EXAMPLES_...
2014-08-17 Jeff Donahue.travis.yml and .gitignore: various minor cleanup
2014-08-17 Jeff Donahue[docs] CMake build steps and Ubuntu 12.04 install instr...
2014-08-17 bhackReduce packages
2014-08-17 bhackAdd ppa for CMake for fix 32bit precompiled cmake on...
2014-08-17 Adam Kosiorekadded gflags + bugfixes + rebase on bvlc/caffe
2014-08-17 Adam KosiorekAdded lint target
2014-08-17 Adam Kosiorekadded proper 'runtest' target
2014-08-17 Adam KosiorekExamples_SOURCE_DIR cmake variable bugfix
2014-08-17 Adam Kosiorekenable both GPU and CPU builds + testing in travis
2014-08-17 Adam Kosiorekcpu only build works
2014-08-17 Adam Kosiorekcpu only
2014-08-17 Adam Kosiorekrestoring travis.yml
2014-08-17 Adam Kosiorekcmake from binaries
2014-08-17 Adam Kosiorekcmake build configuration for travis-ci
2014-08-17 Adam Kosiorekfixed lint issues
2014-08-17 Adam Kosiorekfixed CMake dependant header file generation
2014-08-17 Adam Kosiorekexamples CMake lists
2014-08-17 Adam Kosiorekcmake build system
2014-08-17 Jason YosinskiUpdated installation docs for OS X 10.9 brew install...
2014-08-17 Jason YosinskiUpdated documentation to include instructions to instal...
2014-08-17 Jeff DonahueMerge pull request #936 from jeffdonahue/not-stage
2014-08-15 Jeff DonahueAdd "not_stage" to NetStateRule to exclude NetStates...
2014-08-15 Evan Shelhamer[example] set phase test for fully-convolutional model
2014-08-15 Evan Shelhamer[example] include imports in net surgery
2014-08-15 Evan ShelhamerMerge pull request #897 from ashafaei/eltwise-abs
2014-08-14 Alireza ShafaeiAdded absolute value layer, useful for implementation...
2014-08-14 Jeff DonahueMerge pull request #923 from yosinski/doc-update
2014-08-14 Jason YosinskiTried to clarify function of `include' lines and train...
2014-08-13 Jason YosinskiUpdated ImageNet Tutorial to reflect new merged train...
2014-08-13 Jeff DonahueFix from loss-generalization: accidentally removed...
2014-08-13 Jeff DonahueMerge pull request #686 from jeffdonahue/loss-generaliz...
2014-08-13 Jeff DonahueStore loss coefficients in layer; use for prettier...
2014-08-13 Jeff DonahueAdd ACCURACY layer and softmax_error output to lenet_co...
2014-08-13 Jeff DonahueAlso display outputs in the train net. (Otherwise...
2014-08-13 Jeff DonahueDisallow in-place computation in SPLIT layer -- has...
2014-08-13 Jeff DonahueAccuracyLayer only dies when necessary.
2014-08-13 Jeff DonahueNet::Init can determine that layers don't need backward...
2014-08-13 Jeff DonahueMake multiple losses work by inserting split layers...
2014-08-13 Jeff DonahueGeneralize loss by allowing any top blob to be used...
2014-08-13 Jeff DonahueAdd net tests for loss_weight.
2014-08-13 Jeff DonahueAdd loss_weight to proto, specifying coefficients for...
2014-08-13 Evan Shelhamer[docs] update docs generation for notebook metadata
2014-08-13 Evan ShelhamerMerge pull request #921 from shelhamer/notebook-update
2014-08-13 Evan Shelhamer[example] change notebook name metadata to avoid conflict
2014-08-13 Evan Shelhamer[example] fix plt commands in detection
2014-08-13 Clemens Korneruse plt namespace for imshow in filter_visualization...
2014-08-13 Yangqing JiaMerge pull request #914 from ashafaei/euclidean-loss-fix
2014-08-12 Alireza ShafaeiFixed the GPU implementation of EuclideanLoss to report...
2014-08-12 Jeff DonahueMerge pull request #846 from qipeng/mvn-layer
2014-08-12 Jeff DonahueMerge pull request #863 from jeffdonahue/lint-check...
2014-08-12 Jeff DonahueFix caffe/alt_fn lint errors.
2014-08-12 Jeff DonahueCreate caffe_{,gpu_}memset functions to replace {m...
2014-08-12 Jeff DonahueAdd caffe/alt_fn rule to lint checks to check for funct...
2014-08-12 Jeff Donahuelint targets should depend on the lint script itself
next