Skip to content

Commit d8860cf

Browse files
committed
Revert change that should not have been committed
1 parent 3431a7b commit d8860cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/convolutional_mlp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def evaluate_lenet5(learning_rate=0.1, n_epochs=200,
296296
' ran for %.2fm' % ((end_time - start_time) / 60.))
297297

298298
if __name__ == '__main__':
299-
evaluate_lenet5(n_epochs=1, batch_size=1)
299+
evaluate_lenet5()
300300

301301

302302
def experiment(state, channel):

0 commit comments

Comments
 (0)