Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
XingyuXie committed Sep 4, 2022
1 parent 68997ad commit 5473cb5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CV/MAE/adan.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import math
import torch
from torch.optim.optimizer import Optimizer
from timm.utils import *
# from timm.utils import *


class Adan(Optimizer):
Expand Down
2 changes: 1 addition & 1 deletion CV/timm/adan.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import math
import torch
from torch.optim.optimizer import Optimizer
from timm.utils import *
# from timm.utils import *


class Adan(Optimizer):
Expand Down
1 change: 0 additions & 1 deletion NLP/Transformer-XL/adan.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import math
import torch
from torch.optim.optimizer import Optimizer
from timm.utils import *


class Adan(Optimizer):
Expand Down
1 change: 0 additions & 1 deletion adan.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import math
import torch
from torch.optim.optimizer import Optimizer
from timm.utils import *


class Adan(Optimizer):
Expand Down

0 comments on commit 5473cb5

Please sign in to comment.