Holocron: a Deep Learning toolbox for PyTorch¶
Holocron is meant to bridge the gap between PyTorch and latest research papers. It brings training components that are not available yet in PyTorch with a similar interface.
This project is meant for:
⚡ speed: architectures in this repo are picked for both pure performances and minimal latency
👩🔬 research: train your models easily to SOTA standards
Model zoo¶
Image classification¶
TridentNet from “Scale-Aware Trident Networks for Object Detection”
SKNet from “Selective Kernel Networks”
PyConvResNet from “Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition”
ReXNet from “ReXNet: Diminishing Representational Bottleneck on Convolutional Neural Network”
RepVGG from “RepVGG: Making VGG-style ConvNets Great Again”