Connected layers use matrices

This commit is contained in:
Joseph Redmon
2014-01-24 14:49:02 -08:00
parent 1d53b6414e
commit 796e464d43
7 changed files with 249 additions and 37 deletions

View File

@@ -11,7 +11,7 @@ endif
LDFLAGS=`pkg-config --libs opencv` -lm
VPATH=./src/
OBJ=network.o image.o tests.o convolutional_layer.o connected_layer.o maxpool_layer.o activations.o list.o option_list.o parser.o utils.o data.o matrix.o softmax_layer.o
OBJ=network.o image.o tests.o convolutional_layer.o connected_layer.o maxpool_layer.o activations.o list.o option_list.o parser.o utils.o data.o matrix.o softmax_layer.o mini_blas.o
all: cnn