Skip to content

Commit 107aa3f

Browse files
committed
Add logσ
1 parent ac5101b commit 107aa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/activation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using NNlib, Test, Zygote
22

3-
ACTIVATION_FUNCTIONS = [σ, hardσ, hardtanh, relu, leakyrelu, relu6, rrelu, elu, gelu, celu, swish, lisht, selu, trelu, softplus, softsign, logcosh, mish, tanhshrink, softshrink];
3+
ACTIVATION_FUNCTIONS = [σ, hardσ, logσ, hardtanh, relu, leakyrelu, relu6, rrelu, elu, gelu, celu, swish, lisht, selu, trelu, softplus, softsign, logcosh, mish, tanhshrink, softshrink];
44

55
function test_value_float_precision_preserving(a)
66
@testset "$(a): " begin

0 commit comments

Comments
 (0)