Skip to content

Commit e869b71

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 e869b71

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)