aboutsummaryrefslogtreecommitdiff
path: root/python/scripts/utils/model_identification.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/scripts/utils/model_identification.py')
-rw-r--r--python/scripts/utils/model_identification.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/scripts/utils/model_identification.py b/python/scripts/utils/model_identification.py
index 43e7d20f61..84a6e1a097 100644
--- a/python/scripts/utils/model_identification.py
+++ b/python/scripts/utils/model_identification.py
@@ -24,7 +24,7 @@ import os
def is_tflite_model(model_path):
- """Check if a model is of TfLite type
+ """Check if a model is of TFLite type
Parameters:
----------
@@ -34,7 +34,7 @@ def is_tflite_model(model_path):
Returns
----------
bool:
- True if given path is a valid TfLite model
+ True if given path is a valid TFLite model
"""
try: