mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-03 16:39:40 +01:00
Fix typo.
This commit is contained in:
parent
8544322ef0
commit
022a330ff6
@ -923,7 +923,7 @@ Ref<MLPPMatrix> MLPPActivation::softmax_normm(const Ref<MLPPMatrix> &z) {
|
||||
for (int i = 0; i < z_size.y; ++i) {
|
||||
z->get_row_into_mlpp_vector(i, row_tmp);
|
||||
|
||||
Ref<MLPPVector> sfn = softmax_normv(z);
|
||||
Ref<MLPPVector> sfn = softmax_normv(row_tmp);
|
||||
|
||||
a->set_row_mlpp_vector(i, sfn);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user