1 parent aab56f5 commit bfb1d10Copy full SHA for bfb1d10
1 file changed
code/nnv/tests/nn/layers/TanhLayer/test_TanhLayer.m
@@ -6,7 +6,7 @@
6
assert(strcmp(L.Name, 'act_func_layer'));
7
8
%% Test 2: TanhLayer constructor - with name
9
-L = TanhLayer({'tanh1'});
+L = TanhLayer('tanh1');
10
assert(strcmp(L.Name, 'tanh1'));
11
12
%% Test 3: TanhLayer evaluate - simple input
0 commit comments