"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "9936143014b375a26543a80f30411fb9906ad0b4"
Unverified Commit cf409e55 authored by Eldar Kurtic's avatar Eldar Kurtic Committed by GitHub
Browse files

Fix docstring typo (#11611)

parent f594090a
...@@ -283,7 +283,7 @@ class AdamW(Optimizer): ...@@ -283,7 +283,7 @@ class AdamW(Optimizer):
weight_decay (:obj:`float`, `optional`, defaults to 0): weight_decay (:obj:`float`, `optional`, defaults to 0):
Decoupled weight decay to apply. Decoupled weight decay to apply.
correct_bias (:obj:`bool`, `optional`, defaults to `True`): 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__( def __init__(
......
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