
vit-pytorch 1.17.8
0
Vision Transformer (ViT) - Pytorch
Contents
Vision Transformer (ViT) - Pytorch
Stars: 24996, Watchers: 24996, Forks: 3493, Open Issues: 142The lucidrains/vit-pytorch repo was created 5 years ago and the last code push was 6 days ago.
The project is extremely popular with a mindblowing 24996 github stars!
How to Install vit-pytorch
You can install vit-pytorch using pip
pip install vit-pytorch
or add it to a project with poetry
poetry add vit-pytorch
Package Details
- Author
- None
- License
- MIT License
Copyright (c) 2020 Phil Wang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </dd> - Homepage
- None
- PyPi:
- https://pypi.org/project/vit-pytorch/
- GitHub Repo:
- https://github.com/lucidrains/vit-pytorch
Classifiers
- Scientific/Engineering/Artificial Intelligence
Related Packages
Errors
A list of common vit-pytorch errors.
Code Examples
Here are some vit-pytorch code examples and snippets.
GitHub Issues
The vit-pytorch package has 142 open issues on GitHub
- Update README.md
- How to train?
- Modified the forward function of Attention so that it can operate on …
- Update distill.py to include device agnostic code for
distill_mlphead anddistillation_token - Update simple_flash_attn_vit_3d.py
- Update distill.py
- Update vit.py to include LayerNorm in the MLP head which is missing
- Layer Norm modification
- display random images when previewing in cats_and_dogs.ipynb
- First attempt
- update simmim using conv decoder which replace simple header
- Some questions about decoder position embedding for masked tokens
- How to save and restore the parameters?
pythonfix







