这是indexloc提供的服务,不要输入任何密码
Skip to content

Support other frontends in "train_micro_speech_model.ipynb" #3159

@gits00

Description

@gits00

As per https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/micro_speech, Audio Preprocessor model feeds to classifier model with 49 spectrographic features, each feature consisting of 40 channels of data. Thus, the preprocessing produces a single channel image that is 40 pixels wide, and 49 rows high.

The PREPROCESS flag can be used to set other pre-processors (MFCC, Average) in this notebook (https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/examples/micro_speech/train/train_micro_speech_model.ipynb)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions