Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 14, 2021
1 parent 99c44cf commit dc57c75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vit_pytorch/mae.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import torch
from math import ceil
from torch import nn
import torch.nn.functional as F
from einops import rearrange, repeat
from einops import repeat

from vit_pytorch.vit import Transformer

Expand Down

0 comments on commit dc57c75

Please sign in to comment.