Skip to content

Commit c9b7711

Browse files
committed
Merge pull request #847 from aryanshomray:tanh_darlnet_testdata
2 parents 209d9b5 + ac84493 commit c9b7711

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

testdata/dnn/darknet/tanh.cfg

+12
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)