From dc13e276eec4ae8f316c82a190095380ad19e3c5 Mon Sep 17 00:00:00 2001 From: Davide Fiocco Date: Sat, 1 Dec 2018 01:02:16 +0100 Subject: [PATCH] Point typo fix --- examples/run_classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_classifier.py b/examples/run_classifier.py index 23c2bea057..8e136da37b 100644 --- a/examples/run_classifier.py +++ b/examples/run_classifier.py @@ -416,7 +416,7 @@ def main(): parser.add_argument('--gradient_accumulation_steps', type=int, default=1, - help="Number of updates steps to accumualte before performing a backward/update pass.") + help="Number of updates steps to accumulate before performing a backward/update pass.") parser.add_argument('--optimize_on_cpu', default=False, action='store_true',