Skip to content

Instantly share code, notes, and snippets.

@Tob-iee
Created May 30, 2022 16:44
Show Gist options
  • Save Tob-iee/b45c6663db85f2bdc454beebfc0bc424 to your computer and use it in GitHub Desktop.
Save Tob-iee/b45c6663db85f2bdc454beebfc0bc424 to your computer and use it in GitHub Desktop.
This defines the classes that exist in the model
#include "tensorflow/lite/micro/examples/micro_speech/micro_features/micro_model_settings.h"
const char* kCategoryLabels[kCategoryCount] = {
"silence",
"unknown",
"yes",
"no",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment