Skip to content

Commit

Permalink
fix hello_world/evaluate.py params input_shape
Browse files Browse the repository at this point in the history
  • Loading branch information
ecalubaquib committed Sep 25, 2024
1 parent 2d939f3 commit 7291c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/lite/micro/examples/hello_world/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ def get_tflite_prediction(model_path, x_values):

for i, x_value in enumerate(x_values):
y_predictions[i] = invoke_tflite_interpreter(
in_interpreter tflite_interpreter,
input_shape,
tflite_interpreter,
x_value,
input_details['index'],
output_details['index'],
Expand Down

0 comments on commit 7291c19

Please sign in to comment.