Skip to content

Commit ff3b530

Browse files
Rebase.
1 parent a66d376 commit ff3b530

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_example_CNN.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010
%will run 1 epoch in about 200 second and get around 11% error.
1111
%With 100 epochs you'll get around 1.2% error
1212

13-
1413
if !isOctave()
1514
rng(0)
1615
else
1716
rand('state',0)
1817
end
1918

20-
2119
cnn.layers = {
2220
struct('type', 'i') %input layer
2321
struct('type', 'c', 'outputmaps', 6, 'kernelsize', 5) %convolution layer

0 commit comments

Comments
 (0)