Point typo fix
This commit is contained in:
@@ -416,7 +416,7 @@ def main():
|
|||||||
parser.add_argument('--gradient_accumulation_steps',
|
parser.add_argument('--gradient_accumulation_steps',
|
||||||
type=int,
|
type=int,
|
||||||
default=1,
|
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',
|
parser.add_argument('--optimize_on_cpu',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
|||||||
Reference in New Issue
Block a user