Skip to content

Commit

Permalink
Updated sketches
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

ShawnHymel committed May 16, 2020
1 parent c463a3f commit d84fc83
Showing 5 changed files with 196 additions and 77 deletions.
3 changes: 3 additions & 0 deletions autoencoder/esp32_deploy_tflite/esp32_deploy_tflite.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Use TensorFlow Lite model on real accelerometer data to detect anomalies
*
* NOTE: You will need to install the TensorFlow Lite library:
* https://www.tensorflow.org/lite/microcontrollers
*
* Author: Shawn Hymel
* Date: May 6, 2020
*
1 change: 1 addition & 0 deletions autoencoder/esp32_test_tflite/esp32_test_tflite.ino
Original file line number Diff line number Diff line change
@@ -173,6 +173,7 @@ void setup() {
Serial.print("Inference result: ");
for (int axis = 0; axis < normal_sample_dim2; axis++) {
Serial.print(y_val[axis], 7);
Serial.print(" ");
}
Serial.println();
Serial.print("MSE: ");
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

0 comments on commit d84fc83

Please sign in to comment.