Joseph Redmon
2014-08-08 d9f1b0b16edeb59281355a855e18a8be343fc33c
refs
author Joseph Redmon <pjreddie@gmail.com>
Friday, August 8, 2014 19:04 +0000
committer Joseph Redmon <pjreddie@gmail.com>
Friday, August 8, 2014 19:04 +0000
commitd9f1b0b16edeb59281355a855e18a8be343fc33c
tree 25e1471ae8edac3a1fd5f0af202e4188473a6de2 tree | zip | gz | tar | bzip2 | xz
parent b32a287e38f4c6a41828f18b4669dec9f3af4943 view | diff
probably how maxpool layers should be
29 files modified
3 files added
1790 ■■■■■ changed files
Makefile 6 ●●●● diff | view | raw | blame | history
src/activations.c 21 ●●●●● diff | view | raw | blame | history
src/activations.cl 17 ●●●● diff | view | raw | blame | history
src/activations.h 6 ●●●● diff | view | raw | blame | history
src/cnn.c 974 ●●●● diff | view | raw | blame | history
src/col2im.c 8 ●●●●● diff | view | raw | blame | history
src/connected_layer.c 22 ●●●●● diff | view | raw | blame | history
src/connected_layer.h 12 ●●●●● diff | view | raw | blame | history
src/convolutional_layer.c 75 ●●●● diff | view | raw | blame | history
src/convolutional_layer.h 8 ●●●● diff | view | raw | blame | history
src/convolutional_layer_gpu.c diff | view | raw | blame | history
src/data.c 37 ●●●●● diff | view | raw | blame | history
src/data.h 1 ●●●● diff | view | raw | blame | history
src/dropout_layer.c 26 ●●●●● diff | view | raw | blame | history
src/dropout_layer.h 15 ●●●●● diff | view | raw | blame | history
src/im2col.c 32 ●●●●● diff | view | raw | blame | history
src/im2col.cl 6 ●●●● diff | view | raw | blame | history
src/image.c 4 ●●●● diff | view | raw | blame | history
src/maxpool_layer.c 79 ●●●● diff | view | raw | blame | history
src/maxpool_layer.h 3 ●●●● diff | view | raw | blame | history
src/mini_blas.h 2 ●●● diff | view | raw | blame | history
src/network.c 130 ●●●● diff | view | raw | blame | history
src/network.h 15 ●●●●● diff | view | raw | blame | history
src/normalization_layer.c 2 ●●● diff | view | raw | blame | history
src/opencl.c 9 ●●●●● diff | view | raw | blame | history
src/opencl.h 1 ●●●● diff | view | raw | blame | history
src/option_list.c 7 ●●●●● diff | view | raw | blame | history
src/option_list.h 1 ●●●● diff | view | raw | blame | history
src/parser.c 245 ●●●● diff | view | raw | blame | history
src/parser.h 1 ●●●● diff | view | raw | blame | history
src/softmax_layer.c 24 ●●●●● diff | view | raw | blame | history
src/softmax_layer.h 1 ●●●● diff | view | raw | blame | history