From 9335e41b2e5d773f81465a85fef296eeca0ca9fd Mon Sep 17 00:00:00 2001 From: Daniel Mangum Date: Sat, 28 Jun 2025 16:32:12 -0400 Subject: [PATCH] Fix minor typo in sinwave model training script Fixes minor typo in sinwave model training script. Signed-off-by: Daniel Mangum --- tensorflow/lite/micro/examples/hello_world/train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/lite/micro/examples/hello_world/train.py b/tensorflow/lite/micro/examples/hello_world/train.py index 3a2322ce9ad..59483acf04a 100644 --- a/tensorflow/lite/micro/examples/hello_world/train.py +++ b/tensorflow/lite/micro/examples/hello_world/train.py @@ -1,4 +1,4 @@ -# Copyright 2023 The TensorFlow Authors. All Rights Reserved. +# Copyright 2025 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================= -"""hellow_world model training for sinwave recognition +"""hello_world model training for sinwave recognition Run: `bazel build tensorflow/lite/micro/examples/hello_world:train`