- Timestamp:
- Dec 29, 2021, 5:52:00 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 2de864e
- Parents:
- 72f450a
- git-author:
- Paul Brossier <piem@piem.org> (01/18/19 10:48:03)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:52:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch_crepe.c
r72f450a r557e0a7 140 140 141 141 // create batchnorm layers 142 o->batchnorm_layers[i] = new_aubio_batchnorm( n_filters[i] * capacity);142 o->batchnorm_layers[i] = new_aubio_batchnorm(); 143 143 if (!o->batchnorm_layers[i]) goto failure; 144 144
Note: See TracChangeset
for help on using the changeset viewer.