Skip to content

Commit 5e4be25

Browse files
committed
change in comment
1 parent 26450a3 commit 5e4be25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

q4_Theano_mlp.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
1010
https://github.com/Lasagne/Lasagne/blob/master/examples/mnist.py
1111
12+
Make sure that CUDNN and CUDA are in the paths when running on LiClipse
13+
1214
@author: richard lyman
1315
"""
1416

@@ -175,9 +177,8 @@ def iterate_minibatches(inputs, targets, batchsize, shuffle=False):
175177
# easier to read.
176178

177179
def main(model='mlp', num_epochs=50):
178-
180+
179181
print("Loading data...")
180-
181182
input_filters_dict = {'font': ('HANDPRINT',), 'm_label': range(48,57)}
182183
output_feature_list = ['m_label','image']
183184
ds = ocr_utils.read_data(input_filters_dict = input_filters_dict,

0 commit comments

Comments
 (0)