Skip to content

Commit 6c7720d

Browse files
Solved conflict.
1 parent 27cc439 commit 6c7720d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_example_CNN.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@
99
%% ex1 Train a 6c-2s-12c-2s Convolutional neural network
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
12-
<<<<<<< HEAD
1312

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

20-
=======
21-
rand('state',0)
22-
>>>>>>> rasmus/master
2319
cnn.layers = {
2420
struct('type', 'i') %input layer
2521
struct('type', 'c', 'outputmaps', 6, 'kernelsize', 5) %convolution layer

0 commit comments

Comments
 (0)