Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ShawnHymel/tinyml-example-anomaly…
Browse files Browse the repository at this point in the history
…-detection

Pulled tflite server from repo to replace local copy.
  • Loading branch information
ShawnHymel committed May 16, 2020
2 parents c5d120b + e6434b9 commit c463a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoencoder/http_server_anomaly_detection_tflite.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MODELS_PATH = 'models'
TFLITE_MODEL_FILE = 'fan_low_model-deploy' # .tflite will be added
MAX_MEASUREMENTS = 128 # Truncate measurements to this number
ANOMALY_THRESHOLD = 1e-5 # An MSE over this will be considered an anomaly
ANOMALY_THRESHOLD = 1.8e-6 # An MSE over this will be considered an anomaly

# Global flag
server_ready = 0
Expand Down

0 comments on commit c463a3f

Please sign in to comment.