Skip to content

Commit 9335e41

Browse files
committed
Fix minor typo in sinwave model training script
Fixes minor typo in sinwave model training script. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
1 parent 3200ccd commit 9335e41

File tree

1 file changed

+2
-2
lines changed
  • tensorflow/lite/micro/examples/hello_world

1 file changed

+2
-2
lines changed

tensorflow/lite/micro/examples/hello_world/train.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The TensorFlow Authors. All Rights Reserved.
1+
# Copyright 2025 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# =============================================================================
15-
"""hellow_world model training for sinwave recognition
15+
"""hello_world model training for sinwave recognition
1616
1717
Run:
1818
`bazel build tensorflow/lite/micro/examples/hello_world:train`

0 commit comments

Comments
 (0)