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`