projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f450a
)
[pitch_crepe] update creation
author
Paul Brossier
<piem@piem.org>
Fri, 18 Jan 2019 09:48:03 +0000
(10:48 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 29 Dec 2021 16:52:00 +0000
(11:52 -0500)
src/pitch/pitch_crepe.c
patch
|
blob
|
history
diff --git
a/src/pitch/pitch_crepe.c
b/src/pitch/pitch_crepe.c
index
790b114
..
fefad66
100644
(file)
--- a/
src/pitch/pitch_crepe.c
+++ b/
src/pitch/pitch_crepe.c
@@
-139,7
+139,7
@@
aubio_pitch_crepe_t *new_aubio_pitch_crepe(void)
}
// create batchnorm layers
- o->batchnorm_layers[i] = new_aubio_batchnorm(
n_filters[i] * capacity
);
+ o->batchnorm_layers[i] = new_aubio_batchnorm();
if (!o->batchnorm_layers[i]) goto failure;
// create maxpool layers