Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

fix spelling mistake #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/tf_cnn_benchmarks/benchmark_cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def define_flags():


class GlobalStepWatcher(threading.Thread):
"""A helper class for globe_step.
"""A helper class for global_step.

Polls for changes in the global_step of the model, and finishes when the
number of steps for the global run are done.
Expand Down