forked from facebookresearch/pycls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ViT implementation (with patchify and conv stem) (facebookresearch#153)
Summary: References: https://arxiv.org/abs/2010.11929 (An Image is Worth 16x16 Words) https://arxiv.org/abs/2106.14881 (Early Convolutions Help Transformers See Better) https://github.com/google-research/vision_transformer Pull Request resolved: facebookresearch#153 Reviewed By: pdollar Differential Revision: D29593362 Pulled By: Tete-Xiao fbshipit-source-id: caaeb5f912173b618ba0fa1d219445c06d2de6e8
- Loading branch information
1 parent
b0316d8
commit d74b462
Showing
5 changed files
with
416 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.