Skip to content

added Neural Network as alternative for TensorFlow Lite for Microcontrollers #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: features/nnom
Choose a base branch
from

Conversation

mkaliberda
Copy link
Collaborator

No description provided.

@mkaliberda mkaliberda force-pushed the features/nnom_tf_replacement branch from 8878e5a to c1067e9 Compare October 8, 2024 03:14
@@ -848,6 +865,22 @@
automl_available: False
model: library.transform

- fields:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

def neural_network():
"""
The Neural Network uses Tensorflow Lite for Microcontrollers, an inference engine
from Google optimized run machine learning models on embedded devices.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update this text to be more generic. This is strictly for training. The inference engine can be deployed to NNoM or TFliteMicro

@@ -233,6 +232,9 @@ def create_sml_classification_result_info(self, models_data):
model_fill["TensorFlow Lite for Microcontrollers"] = (
"{\n\ttf_micro_model_results_object(kb_models[model_index].classifier_id, (model_results_t *)model_results);\n}"
)
model_fill["Neural Network"] = (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs an if statement that switchest between the two based on the inference engine selected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants