Skip to content

Commit c5899a6

Browse files
committed
ML-385 code style fix
1 parent 29032a7 commit c5899a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NeuralNet/CostFunctions/HuberLoss/HuberLoss.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public function differentiate(NDArray $output, NDArray $target) : NDArray
103103
return NumPower::divide($difference, $denominator);
104104
}
105105

106-
107106
/**
108107
* Return the string representation of the object.
109108
*

0 commit comments

Comments
 (0)