MaintainedOpen source
Deep-Learning Architectures from Scratch
An open-source PyTorch library implementing 25+ computer-vision architectures — CNNs, vision transformers and segmentation networks — reimplemented from their original papers.
Architecture families
25+architectures, each traced back to its paper
- CNNsResNet, ConvNeXt, DenseNet, AlexNet, Inception-v1
- TransformersDeiT, Swin, Deep ViT, Bottleneck ViT, CeiT, ConViT
- SegmentationSegmentation networks
How it's built
- Modular, packaged codebase
- Unit tests
- GitHub Actions CI/CD
- Config-driven training
- Experiment logging
- Hosted documentation