Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit d1e395f

Browse files
arbabu123facebook-github-bot
authored andcommitted
Fix Circle CI build_docs error
Summary: Created from Diffusion's 'Open in Editor' feature. Reviewed By: ArmenAg Differential Revision: D17234286 fbshipit-source-id: bc8c76a0409ce059b85bf087cc4b87be54f56ad3
1 parent 2785f79 commit d1e395f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pytext/optimizer/radam.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
class RAdam(Optimizer, PT_Optimizer):
1212
"""Implements rectified adam as derived in the following paper:
13-
"On the Variance of the Adaptive Learning Rate and Beyond"
14-
(https://arxiv.org/abs/1908.03265)
13+
"On the Variance of the Adaptive Learning Rate and Beyond"
14+
(https://arxiv.org/abs/1908.03265)
1515
16-
This code is mostly a direct copy-paste of the code provided by the authors here:
17-
https://github.com/LiyuanLucasLiu/RAdam/blob/master/radam.py
16+
This code is mostly a direct copy-paste of the code provided by the authors here:
17+
https://github.com/LiyuanLucasLiu/RAdam/blob/master/radam.py
1818
"""
1919

2020
class Config(Optimizer.Config):

0 commit comments

Comments
 (0)