Changeset e75a48e


Ignore:
Timestamp:
Jan 18, 2019, 10:48:03 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
c249f57
Parents:
689ba93
Message:

[pitch_crepe] update creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitch_crepe.c

    r689ba93 re75a48e  
    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.