Changeset 557e0a7


Ignore:
Timestamp:
Dec 29, 2021, 5:52:00 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[pitch_crepe] update creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitch_crepe.c

    r72f450a r557e0a7  
    140140
    141141    // create batchnorm layers
    142     o->batchnorm_layers[i] = new_aubio_batchnorm(n_filters[i] * capacity);
     142    o->batchnorm_layers[i] = new_aubio_batchnorm();
    143143    if (!o->batchnorm_layers[i]) goto failure;
    144144
Note: See TracChangeset for help on using the changeset viewer.