Skip to content

Commit 469de11

Browse files
author
lebesgue
committed
updated convolution for BDGP_reshape
1 parent 37600dc commit 469de11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/convolutional_mlp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ def __init__(self, rng, input, filter_shape, image_shape, poolsize=(2, 2)):
104104

105105

106106
def evaluate_lenet5(learning_rate=0.1, n_epochs=200,
107-
dataset='../data/mnist.pkl.gz',
107+
#dataset='../data/mnist.pkl.gz',
108+
dataset='../data/bdgp.pkl.gz',
108109
nkerns=[20, 50], batch_size=500):
109110
""" Demonstrates lenet on MNIST dataset
110111

0 commit comments

Comments
 (0)