Skip to content

Commit dc72343

Browse files
committed
Fix typo.
1 parent f680524 commit dc72343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/lenet.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ one of Figure 1. The input consists of 3 features maps (an RGB color image) of s
184184
rng = numpy.random.RandomState(23455)
185185

186186
# instantiate 4D tensor for input
187-
input = T.Tensor4(name = 'input')
187+
input = T.tensor4(name = 'input')
188188

189189
# initialize shared variable for weights.
190190
w_shp = (2, 3, 9, 9)

0 commit comments

Comments
 (0)