athena.transform.feats.mfcc_test

The model tests MFCC FE.

Module Contents

Classes

MfccTest MFCC extraction test.
class athena.transform.feats.mfcc_test.MfccTest

Bases: tensorflow.test.TestCase

MFCC extraction test.

test_mfcc(self)

Compare the MFCC features of Kaldi and Transform. :return: None

athena.transform.feats.mfcc_test.IS_EAGER = True