Skip to content

Commit

Permalink
Fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Nov 10, 2021
1 parent 5ea0fe3 commit 881efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NeuralNet/Layers/PReLU.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ protected function differentiate(Matrix $input) : Matrix
*/
public function __toString() : string
{
return "PReLU (alpha initializer: {$this->initializer})";
return "PReLU (initializer: {$this->initializer})";
}
}

0 comments on commit 881efc6

Please sign in to comment.