We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2ff95 commit a23d40bCopy full SHA for a23d40b
pytorch_optimizer/adamp.py
@@ -1,5 +1,4 @@
1
import math
2
-from typing import List, Tuple
3
4
import torch
5
from torch.optim.optimizer import Optimizer
pytorch_optimizer/sgdp.py
@@ -1,6 +1,3 @@
-import math
-
6
0 commit comments