mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +01:00
Fix of an error
This commit is contained in:
parent
03944c4e0f
commit
ac76fa3f8b
@ -52,6 +52,6 @@ void make_dense_linearised(Kernel_nn* kernel, float*** input, float* output, int
|
||||
}
|
||||
}
|
||||
}
|
||||
output[l] = f/size_output;
|
||||
output[l] = f;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user