Skip to content

Commit

Permalink
Merge pull request lucidrains#144 from developer0hye/patch-1
Browse files Browse the repository at this point in the history
Remove unused package
  • Loading branch information
lucidrains authored Aug 20, 2021
2 parents aeed338 + 9468151 commit d7d3feb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vit_pytorch/vit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import torch
from torch import nn, einsum
import torch.nn.functional as F

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

0 comments on commit d7d3feb

Please sign in to comment.