densenet-pytorch topic

List densenet-pytorch repositories

cat-v-dog-classifier-pytorch

43
Stars
13
Forks
Watchers

End To End Deep Learning Project For Classifying Cat vs Dog Images, using PyTorch

gluon2pytorch

72
Stars
8
Forks
Watchers

Gluon to PyTorch deep neural network model converter

ImageNet

370
Stars
82
Forks
Watchers

This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet, vgg, resnet, squeezenet, densenet)

efficient-densenet-pytorch

17
Stars
3
Forks
Watchers

Memory-Efficient Implementation of DenseNets via PyTorch 1.0

This is an image recognition application based on the FastAPI framework and PyTorch which uses pretrained DenseNet 121 model to detect the image.

CheXpert

34
Stars
7
Forks
Watchers

Reproducing CheXpert paper using the PyTorch library.

PyTorch_CNN_Architectures

15
Stars
3
Forks
Watchers

My PyTorch implementation of CNNs. All networks in this repository are using CIFAR-100 dataset for training.