We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653579f commit cb58dd8Copy full SHA for cb58dd8
neural_network/activation_functions/mish.py
@@ -7,7 +7,7 @@
7
"""
8
9
import numpy as np
10
-from softplus import softplus
+from .softplus import softplus
11
12
13
def mish(vector: np.ndarray) -> np.ndarray:
requirements.txt
@@ -15,7 +15,6 @@ requests
15
rich
16
# scikit-fuzzy # uncomment once fuzzy_logic/fuzzy_operations.py is fixed
17
scikit-learn
18
-softplus ; python_version < '3.12'
19
statsmodels
20
sympy
21
tensorflow
0 commit comments