ResNeXt.pytorch
ResNet simulator
Reproduces ResNet-V3 with PyTorch for computer vision tasks
Reproduces ResNet-V3 with pytorch
508 stars
15 watching
119 forks
Language: Python
last commit: over 4 years ago
Linked from 2 awesome lists
cifarpytorchresnetresnext
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
bmsookim/wide-resnet.pytorch | PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets | 461 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
jhjacobsen/pytorch-i-revnet | Deep invertible neural network implementation using PyTorch for image recognition and reconstruction tasks. | 389 |
chenxi116/pnasnet.pytorch | PyTorch implementation of PNASNet-5 architecture | 317 |
xxradon/igcv3-pytorch | Reimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning. | 19 |
jwyang/graph-rcnn.pytorch | Reimplemented scene graph generation models using PyTorch 1.0 | 733 |
zsef123/efficientnets-pytorch | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
wizaron/reseg-pytorch | A PyTorch implementation of a deep learning model for semantic image segmentation with annotated object parts. | 45 |
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 680 |
kazuto1011/pspnet-pytorch | Re-implementation of a deep learning model for semantic segmentation using PyTorch. | 52 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |