Skip to content

Commit 5a5f279

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 71fb132 commit 5a5f279

File tree

1 file changed

+0
-1
lines changed
  • neural_network/activation_functions

1 file changed

+0
-1
lines changed

neural_network/activation_functions/swish.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def sigmoid_linear_unit(vector: np.ndarray) -> np.ndarray:
5050
return vector * sigmoid(vector)
5151

5252

53-
5453
def swish(vector: np.ndarray, trainable_parameter: int) -> np.ndarray:
5554
"""
5655
Parameters:

0 commit comments

Comments
 (0)