platform/upstream/caffeonacl.git
2014-07-09 Jeff Donahuemakefile hotfix
2014-07-09 Jeff DonahueMerge pull request #661 from jeffdonahue/fix-error...
2014-07-09 Jeff Donahuefix bug introduced by warning logs: errors didn't print...
2014-07-09 Jeff DonahueMakefile: cleanup lint/warn report logic (and make...
2014-07-09 Evan ShelhamerMerge pull request #649 from jeffdonahue/warnlog
2014-07-09 Jeff DonahueOutput a lint report for every source file linted;...
2014-07-09 Jeff DonahueDump compiler warnings to *.warnings.txt; use "make...
2014-07-08 Jeff DonahueMerge pull request #647 from jeffdonahue/nocleanlinecount
2014-07-08 Jeff DonahueDon't make clean when running linecount
2014-07-07 Jeff DonahueMerge pull request #614 from ronghanghu/rectangular_pooling
2014-07-07 Ronghang Huadded gradient check for non-square pooling
2014-07-07 Ronghang Hufixed style errors
2014-07-06 Evan ShelhamerMerge pull request #611 from shelhamer/makefile-config-cxx
2014-07-05 Ronghang Huadd tests for rectangular pooling regions
2014-07-05 Ronghang Hufixing pooling SetUp() to allow default values for...
2014-07-04 Ronghang HuUpdate pooling_layer.cu
2014-07-04 Ronghang HuUpdate pooling_layer.cpp
2014-07-04 Ronghang HuUpdate vision_layers.hpp
2014-07-04 Ronghang HuUpdate caffe.proto
2014-07-04 Evan Shelhamercustomize compiler setting in Makefile.config
2014-07-04 Evan ShelhamerMerge pull request #549 from jamt9000/fix-resize-crop-pil
2014-07-04 Evan ShelhamerMerge pull request #555 from shelhamer/uva-memory
2014-07-04 Jeff DonahueMerge pull request #602 from kloudkl/layers-in-order
2014-07-04 Evan Shelhamerfix casts (static for void*)
2014-07-04 Evan Shelhamerreduce caffe_copy to instantiations, split off caffe_me...
2014-07-04 Evan Shelhamerreplace all memset with caffe_set() / caffe_gpu_set()
2014-07-04 Evan Shelhamerreplace all memcpy by caffe_copy
2014-07-04 Evan Shelhamerdo all caffe_copy() as UVA mem copy, and drop caffe_gpu...
2014-07-04 Evan Shelhamerreplace softmax cudaMemcpy with caffe_gpu_copy
2014-07-04 Evan Shelhamerswitch to unified virtual addressing CUDA memcpy
2014-07-04 Evan Shelhamerreport UVA in platform test
2014-07-04 Evan ShelhamerMerge pull request #609 from jeffdonahue/multiconv
2014-07-03 Jeff DonahueConvolutionLayer can take N bottom blobs and N top...
2014-07-03 Jeff Donahueadd EqualNumBottomTopBlobs() property for layers; use in
2014-07-03 Kai LiOrganize the loss layers in alphabetical order
2014-07-03 Kai LiArrange the data layers to be in alphabetical order
2014-07-03 Kai LiSeparate layers relatively independent of images out...
2014-07-01 Jeff Donahuefix uninitialized variable warnings in tools
2014-06-30 yzhuanUpdate Makefile.config.example
2014-06-30 Evan ShelhamerMerge pull request #545 from jamt9000/im2col-kernel...
2014-06-28 Evan Shelhamerlint
2014-06-28 Sergio GuadarramaMerge pull request #502 from sguada/fix_dropout_backward
2014-06-28 SergioRemove Cuda.major >= 2 check on Dropout test
2014-06-28 SergioCheck that pointers are different before copying in...
2014-06-28 SergioAdded test to Dropout to check gradients during Test...
2014-06-28 SergioFix var names in Dropout.cu
2014-06-28 SergioModify Dropout to allow backward pass in TEST phase
2014-06-27 James ThewlisFix building tests with parallel make
2014-06-27 Evan ShelhamerMerge pull request #510 from crizCraig/patch-1
2014-06-27 Evan ShelhamerMerge pull request #531 from flickr/dev-top-k-accuracy
2014-06-27 Rob HessComment-fix.
2014-06-27 Rob HessUpdate name of last added param.
2014-06-27 Rob HessAdd unit test for accuracy layer.
2014-06-27 cypofNext LayerParameter proto id
2014-06-27 Rob HessUse vectors instead of arrays.
2014-06-27 Rob HessCompute top-k accuracy in AccuracyLayer.
2014-06-27 Rob HessIncorporate top_k param into AccuracyLayer and check...
2014-06-27 Rob HessAdd parameter for AccuracyLayer in proto.
2014-06-27 Evan ShelhamerMerge pull request #554 from shelhamer/nvcc-arch-50
2014-06-27 Evan Shelhameradd latest CUDA arch to fix invalid device function...
2014-06-27 James ThewlisMake resizing & cropping with PIL work
2014-06-27 James ThewlisTest for im2col kernel
2014-06-27 Evan ShelhamerMerge pull request #511 from kloudkl/extract_multiple_f...
2014-06-26 Jeff DonahueMerge pull request #546 from BVLC/weight-sharing
2014-06-26 Evan Shelhamerrename layer -> param mapping for clarity
2014-06-26 Evan Shelhamerchange weight blob field name to param
2014-06-26 Jeff Donahueweight sharing
2014-06-26 Evan ShelhamerMerge pull request #497 from jeffdonahue/fix-backward...
2014-06-26 Jeff Donahueforce_backward works properly with non-backproppable...
2014-06-26 Jeff Donahuechange Backward interface: propagate_down is a vector...
2014-06-26 Evan ShelhamerMerge pull request #522 from sguada/accuracy_without_loss
2014-06-26 Evan Shelhamerfile SoftmaxWithLoss in with loss layers
2014-06-26 Evan ShelhamerMerge pull request #488 from longjon/wall-werror
2014-06-26 Evan Shelhamercontent ourselves to -Wall without -Werror for now
2014-06-26 Evan Shelhamermake clang++ happy on OSX by not linking with pthread
2014-06-26 Evan Shelhamerfix test data layer post-lmdb
2014-06-25 Evan ShelhamerMerge pull request #478 from kloudkl/cpu_only_tests
2014-06-25 Jonathan L... turn off some warnings for older compilers
2014-06-25 Jonathan L... add WARNINGS to CXXFLAGS
2014-06-25 Jonathan L... upgrade warnings to -Wall -Werror -Wno-sign-compare
2014-06-25 Jonathan L... don't end comments with \, so that -Wcomment can be...
2014-06-25 Jonathan L... initialize and comment variables that the compiler...
2014-06-25 Jonathan L... move CUDA 6.0 check into switch statement itself
2014-06-25 Jonathan L... add missing const qualifiers to MemoryDataLayer ExactNu...
2014-06-25 Jonathan L... remove unused variables from tests
2014-06-25 Jonathan L... remove unused variables
2014-06-25 Jonathan L... initialize in declared order in tests
2014-06-25 Jonathan L... initialize in declared order
2014-06-25 Jonathan L... check if window file is empty in WindowDataLayer
2014-06-25 Jonathan L... actually check status values from all HDF5 calls
2014-06-25 Evan ShelhamerMerge pull request #427 from jamt9000/fix-kernel-index
2014-06-25 Evan Shelhamerfix SOFTMAX_LOSS to work with loss top blob interface
2014-06-24 Kai LiInit google logging
2014-06-24 Kai LiReplace the raw pointers with shared_ptr to ensure...
2014-06-24 Kai LiNo need to manually delete the pointers which are manag...
2014-06-24 Kai LiProgress should be reported for each feature blob
2014-06-24 Kai LiExtract multiple features in a single Forward pass
2014-06-23 Yangqing JiaMerge pull request #508 from kloudkl/ImageDataLayer...
2014-06-22 Evan ShelhamerMerge pull request #529 from crizCraig/patch-3
2014-06-21 Craig QuiterThere are 256 filters in conv2.
next