Skip to content

Commit 6d98739

Browse files
Update cnnsetup.m
1 parent e32548b commit 6d98739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CNN/cnnsetup.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function net = cnnsetup(net, x, y)
2+
assert(~isOctave() || compare_versions(OCTAVE_VERSION, '3.8.0', '>='), 'Octave 3.8.0 or greater is required for CNNs as there is a bug in convolution in previous versions. See http://savannah.gnu.org/bugs/?39314');
23
inputmaps = 1;
34
mapsize = size(squeeze(x(:, :, 1)));
45

0 commit comments

Comments
 (0)