"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "0f8181f1f0a69ae043776bc9bedf84804c838b04"
Unverified Commit 848b2f17 authored by Yukun Zhu's avatar Yukun Zhu Committed by GitHub
Browse files

Merge pull request #3758 from hsm207/patch-2

Fix typo.
parents 2d599d11 2afc3d5d
...@@ -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