Skip to content

Commit b257f1d

Browse files
committed
clarify signal
1 parent 5a719b5 commit b257f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lenet.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ to be compatible with our previous MLP implementation.
404404
Note that the term convolution could corresponds to different mathematical operations.
405405
1. theano.tensor.nnet.conv2d which is the most common one in almost all of the recent published convolutional models. In this op for each output feature map, all the input feature maps are summed together after being convolved with the filter.
406406
2. Original LeNet model: In this work for each output feature map, only subset of input feature maps were selected.
407-
3. The convolution used in signal processing: theano.tensor.signal.conv.conv2d
407+
3. The convolution used in signal processing: theano.tensor.signal.conv.conv2d which works only on single channel inputs.
408408

409409

410410

0 commit comments

Comments
 (0)