We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8deea58 commit a66d376Copy full SHA for a66d376
tests/test_example_CNN.m
@@ -29,7 +29,7 @@
29
30
opts.alpha = 1;
31
opts.batchsize = 250;
32
-opts.numepochs = 1;
+opts.numepochs = 3;
33
34
cnn = cnnsetup(cnn, train_x, train_y);
35
cnn = cnntrain(cnn, train_x, train_y, opts);
0 commit comments