The-AI-Summer/self-attention-cv
A PyTorch library providing self-attention mechanism implementations for computer vision applications.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides implementations of various self-attention building blocks for computer vision tasks in PyTorch. It includes modules such as multi-head self-attention, axial attention, and transformer encoders, implemented using einsum and einops for efficient computation. The library is designed as reusable components that can be integrated into larger vision models.