Skip to content

Commit ce3040b

Browse files
committed
Fix
1 parent 216cc0e commit ce3040b

File tree

1 file changed

+1
-0
lines changed
  • neural_network/activation_functions

1 file changed

+1
-0
lines changed

neural_network/activation_functions/mish.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"""
88

99
import numpy as np
10+
1011
from .softplus import softplus
1112

1213

0 commit comments

Comments
 (0)