Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored May 4, 2022
1 parent ef8c0ac commit ddff7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vit_pytorch/simple_vit.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch
from torch import nn

from einops import rearrange, repeat
from einops import rearrange
from einops.layers.torch import Rearrange

# helpers
Expand Down

0 comments on commit ddff7a7

Please sign in to comment.