We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f680524 commit dc72343Copy full SHA for dc72343
1 file changed
doc/lenet.txt
@@ -184,7 +184,7 @@ one of Figure 1. The input consists of 3 features maps (an RGB color image) of s
184
rng = numpy.random.RandomState(23455)
185
186
# instantiate 4D tensor for input
187
- input = T.Tensor4(name = 'input')
+ input = T.tensor4(name = 'input')
188
189
# initialize shared variable for weights.
190
w_shp = (2, 3, 9, 9)
0 commit comments