athena.transform.feats.fbank_test

The model tests Fbank FE.

Module Contents

Classes

FbankTest Fbank extraction test.
class athena.transform.feats.fbank_test.FbankTest

Bases: tensorflow.test.TestCase

Fbank extraction test.

test_fbank(self)

Compare the Fbank features of Kaldi and Transform on 16KHz and 8KHz data. :return: None

athena.transform.feats.fbank_test.IS_EAGER = True