Changeset ccc888f for src/ai/batchnorm.h
- Timestamp:
- Jan 17, 2019, 10:39:09 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- fa90792
- Parents:
- ce09046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/batchnorm.h
rce09046 rccc888f 47 47 aubio_tensor_t *activations); 48 48 49 void aubio_batchnorm_train(aubio_batchnorm_t *t, aubio_tensor_t *input);50 51 49 uint_t aubio_batchnorm_set_gamma(aubio_batchnorm_t *t, fvec_t *gamma); 52 50 uint_t aubio_batchnorm_set_beta(aubio_batchnorm_t *t, fvec_t *beta);
Note: See TracChangeset
for help on using the changeset viewer.