Wide Residual Networks (WideResNets) in PyTorch
A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
PyTorch implementation of Deformable Convolution
A PyTorch implementation of DenseNet.
Les fonctionnalités principales de bamos/densenet.pytorch sont : Computer Vision Models, Image Classification Architectures, Model Implementations, Convolutional Neural Networks (CNNs).
Les alternatives open-source à bamos/densenet.pytorch incluent : xternalz/wideresnet-pytorch — Wide Residual Networks (WideResNets) in PyTorch. oeway/pytorch-deform-conv — PyTorch implementation of Deformable Convolution. aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. jwyang/faster-rcnn.pytorch — This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a… dyhan0920/pyramidnet-pytorch — A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915).