Skip to content

Commit b19de26

Browse files
committed
Added Darknet Tanh Test Data
1 parent e99108c commit b19de26

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

testdata/dnn/darknet/tanh.cfg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[net]
2+
batch=1
3+
channels=2
4+
height=3
5+
width=4
6+
7+
# Just an identity layer to enable relative reference of shortcut layer.
8+
[maxpool]
9+
size=1
10+
stride=1
11+
12+
# Shortcut is an element-wise summation of a previous layer with a referenced one.
13+
[shortcut]
14+
from=-1
15+
activation=tanh

testdata/dnn/darknet/tanh_in.npy

320 Bytes
Binary file not shown.

testdata/dnn/darknet/tanh_out.npy

320 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)