Vision Mamba
Implementation of Vision Mamba from the paper: "Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model" It's 2.8x faster than DeiT and saves 86.8% GPU memory when performing batch inference to extract features on high-res images
Installation
You can install the package using pip
pip install -e .
Usage
Code Quality 🧹
make styleto format the codemake check_code_qualityto check code quality (PEP8 basically)black .ruff . --fix
Tests 🧪
pytests is used to run our tests.
License
MIT
Release files for vision-mamba 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vision_mamba-0.0.1.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vision_mamba-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / vision_mamba-0.0.1.tar.gz
| Download URL | vision_mamba-0.0.1.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
295024e264f1f356613c913ba1e9ae9111a22e2f781754af80a0a489b5980af2
|
|
BLAKE2b-256 checksum How to use checksums |
595f9a0d56768932e511a7619221adef65cbe29db376200ce03f0be0d506a959
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.11.0 Darwin/22.4.0
|
Release files / vision_mamba-0.0.1-py3-none-any.whl
| Download URL | vision_mamba-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
16d3a1f00c6c499c7a1d3e4b63e544e42021add1ea0b09d62a0ff16bf8c1b819
|
|
BLAKE2b-256 checksum How to use checksums |
69c77289a8cad26099271e7fb5e102df0153a863d7f51ca9c0d21432814ad13b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.11.0 Darwin/22.4.0
|