pytorch_Squeezenet
Squeezenet model
A PyTorch implementation of the Squeezenet model with pre-trained weights on CIFAR 10 data for deep learning tasks.
Implementation of Squeezenet in pytorch, pretrained models on Cifar 10 data to come
91 stars
5 watching
32 forks
Language: Python
last commit: over 4 years ago deep-learningsqueezenet
Related projects:
Repository | Description | Stars |
---|---|---|
kazuto1011/pspnet-pytorch | Re-implementation of a deep learning model for semantic segmentation using PyTorch. | 52 |
zsef123/efficientnets-pytorch | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
isht7/pytorch-deeplab-resnet | A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. | 602 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
xxradon/igcv3-pytorch | Reimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning. | 19 |
prlz77/resnext.pytorch | Reproduces ResNet-V3 with PyTorch for computer vision tasks | 508 |
bamos/densenet.pytorch | An implementation of a deep neural network architecture in PyTorch | 832 |
lextal/pspnet-pytorch | A PyTorch implementation of a segmentation network architecture | 585 |
tugstugi/pytorch-saltnet | A PyTorch implementation of a U-Net model for image segmentation tasks | 278 |
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |