Skip to content

Commit

Permalink
update vit-pytorch import
Browse files Browse the repository at this point in the history
  • Loading branch information
SD3004 committed Mar 5, 2024
1 parent fdb20c6 commit 76c4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/sit.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from einops import repeat
from einops.layers.torch import Rearrange

from vit_pytorch.vit import Transformer, Attention, FeedForward, PreNorm
from vit_pytorch.vit import Transformer

class SiT(nn.Module):
def __init__(self, *,
Expand Down

0 comments on commit 76c4a1f

Please sign in to comment.