Skip to content

Commit c25a86a

Browse files
author
LuKks
committed
go fmt
1 parent 7a1949d commit c25a86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activation.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func ReluBackward(activation float64) float64 {
5858

5959
// ActivationSet is a forward and backward fn with its range
6060
type ActivationSet struct {
61-
Forward ForwardFn
61+
Forward ForwardFn
6262
Backward BackwardFn
6363
// Range of the activation
6464
Ranges []float64

0 commit comments

Comments
 (0)