Skip to content

Commit 4544823

Browse files
committed
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 parents 14ba346 + c9b7711 commit 4544823

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

testdata/dnn/darknet/tanh.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[net]
2+
batch=1
3+
channels=2
4+
height=2
5+
width=2
6+
7+
# Just an identity layer to enable relative reference of shortcut layer.
8+
[maxpool]
9+
size=1
10+
stride=1
11+
activation=tanh
12+

testdata/dnn/darknet/tanh_in.npy

160 Bytes
Binary file not shown.

testdata/dnn/darknet/tanh_out.npy

160 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)