Neural network layers¶
Feature extraction layers¶
|
A module that computes a spectrogram from a waveform using JAX. |
|
A module that converts spectrograms to (log) mel spectrograms. |
|
A module that computes Mel-Frequency Cepstral Coefficients (MFCCs). |
Data augmentation layers¶
|
A module that randomly drops stripes (time or frequency bands) from a spectrogram. |
|
A module that applies SpecAugment data augmentation to spectrograms. |