Skip to content

Commit

Permalink
document in readme later
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 3, 2023
1 parent 3fdb8dd commit 680d446
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vit_pytorch/simple_vit_with_register_tokens.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Vision Transformers Need Registers
https://arxiv.org/abs/2309.16588
"""

import torch
from torch import nn

Expand Down

0 comments on commit 680d446

Please sign in to comment.