Unverified Commit 2afc3d5d authored by hsm207's avatar hsm207 Committed by GitHub
Browse files

Fix typo.

parent 2d599d11
...@@ -66,7 +66,7 @@ flags.DEFINE_integer('save_interval_secs', 1200, ...@@ -66,7 +66,7 @@ flags.DEFINE_integer('save_interval_secs', 1200,
flags.DEFINE_integer('save_summaries_secs', 600, flags.DEFINE_integer('save_summaries_secs', 600,
'How often, in seconds, we compute the summaries.') 'How often, in seconds, we compute the summaries.')
# Settings for training strategry. # Settings for training strategy.
flags.DEFINE_enum('learning_policy', 'poly', ['poly', 'step'], flags.DEFINE_enum('learning_policy', 'poly', ['poly', 'step'],
'Learning rate policy for training.') 'Learning rate policy for training.')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment