Changeset e75a48e
- Timestamp:
- Jan 18, 2019, 10:48:03 AM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- c249f57
- Parents:
- 689ba93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch_crepe.c
r689ba93 re75a48e 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.