This commit is contained in:
Glenn Jocher 2020-02-26 13:52:33 -08:00
parent 7d7c22cb7e
commit 764514e44d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import math import math
import torch import torch
from torch.optim import Optimizer from torch.optim.optimizer import Optimizer
class AdaBound(Optimizer): class AdaBound(Optimizer):