Fix docstring typo (#11611)

This commit is contained in:
Eldar Kurtic 2021-05-06 13:39:28 +02:00 committed by GitHub
parent f594090a93
commit cf409e5594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@ class AdamW(Optimizer):
weight_decay (:obj:`float`, `optional`, defaults to 0):
Decoupled weight decay to apply.
correct_bias (:obj:`bool`, `optional`, defaults to `True`):
Whether ot not to correct bias in Adam (for instance, in Bert TF repository they use :obj:`False`).
Whether or not to correct bias in Adam (for instance, in Bert TF repository they use :obj:`False`).
"""
def __init__(