From 8400cce6abbd8c2d6a0c0b1e80e71ce9ab1b2040 Mon Sep 17 00:00:00 2001 From: zhangzehua Date: Tue, 31 Oct 2017 20:13:42 +0800 Subject: [PATCH] fix spelling mistake --- scripts/tf_cnn_benchmarks/benchmark_cnn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tf_cnn_benchmarks/benchmark_cnn.py b/scripts/tf_cnn_benchmarks/benchmark_cnn.py index 6d17c7e2..364a6aef 100644 --- a/scripts/tf_cnn_benchmarks/benchmark_cnn.py +++ b/scripts/tf_cnn_benchmarks/benchmark_cnn.py @@ -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.