Skip to content
Snippets Groups Projects
Commit acd84f66 authored by abivarma.kandiah's avatar abivarma.kandiah
Browse files

Add working model

parent c90fcf41
Branches
No related tags found
No related merge requests found
[submodule "src/hardware/src/hardware/lib/pico-tflmicro"]
path = src/hardware/src/hardware/lib/pico-tflmicro
url = https://github.com/raspberrypi/pico-tflmicro
[submodule "src/hardware/lib/pico-tflmicro"] [submodule "src/hardware/lib/pico-tflmicro"]
path = src/hardware/lib/pico-tflmicro path = src/hardware/lib/pico-tflmicro
url = https://github.com/raspberrypi/pico-tflmicro url = https://github.com/raspberrypi/pico-tflmicro
This diff is collapsed.
// This is a TensorFlow Lite model file that has been converted into a C data
// array using the tensorflow.lite.util.convert_bytes_to_c_source() function.
// This form is useful for compiling into a binary for devices that don't have a
// file system.
#ifndef TENSORFLOW_LITE_UTIL_SIGN_MODEL_DATA_H_
#define TENSORFLOW_LITE_UTIL_SIGN_MODEL_DATA_H_
extern const unsigned char sign_model[];
extern const int sign_model_len;
#endif // TENSORFLOW_LITE_UTIL_SIGN_MODEL_DATA_H_
File moved
numpy numpy
tensorflow tensorflow==2.15
matplotlib matplotlib
keras keras
pandas pandas
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
// This is a TensorFlow Lite model file that has been converted into a C data
// array using the tensorflow.lite.util.convert_bytes_to_c_source() function.
// This form is useful for compiling into a binary for devices that don't have a
// file system.
#ifndef TENSORFLOW_LITE_UTIL_SIGN_MODEL_DATA_H_
#define TENSORFLOW_LITE_UTIL_SIGN_MODEL_DATA_H_
extern const unsigned char sign_model[];
extern const int sign_model_len;
#endif // TENSORFLOW_LITE_UTIL_SIGN_MODEL_DATA_H_
No preview for this file type
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment