Remove TODO.

pull/1083/head
KP 4 years ago
parent b072453ca8
commit 528c70e515

@ -173,7 +173,6 @@ class CLSExecutor(BaseExecutor):
logger.info("Preprocessing audio_file:" + audio_file)
# Feature extraction
# TODO: Feature args save into cfg file.
feature_extractor = LogMelSpectrogram(
sr=feat_conf['sample_rate'],
n_fft=feat_conf['n_fft'],

Loading…
Cancel
Save