"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "414e9e712224fa11220b37373a9a5ad4fcd6fa50"
Unverified Commit 063be09b authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #75 from davidefiocco/patch-2

Point typo fix
parents 4450f5ef dc13e276
......@@ -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',
......
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