torch-inception-resnet-v2

Inception model

This project re-implements the Inception-ResNet-v2 model from scratch using PyTorch and trains it on ImageNet.

The inception-resnet-v2 models re-trained from scratch via torch

GitHub

52 stars
11 watching
12 forks
Language: Groff
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
moodstocks/inception-v3.torch Reconstructs Inception V3 network from TensorFlow weights and generates Torch model for computer vision tasks 131
yuyang-huang/keras-inception-resnet-v2 Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. 180
soumith/inception.torch A Torch implementation of a pre-trained neural network architecture used in image recognition tasks 66
isht7/pytorch-deeplab-resnet A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. 602
4uiiurz1/pytorch-res2net Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. 112
titu1994/inception-v4 Implementations of deep learning architectures in Keras using the Functional API 386
randl/mobilenetv2-pytorch An implementation of MobileNetV2 in PyTorch for image classification tasks. 271
prlz77/resnext.pytorch Reproduces ResNet-V3 with PyTorch for computer vision tasks 508
ibm/max-inception-resnet-v2 An image classification model using a third-generation deep residual network. 28
randl/shufflenetv2-pytorch An implementation of a lightweight convolutional neural network architecture for mobile devices 191
pytorchbearer/torchbearer A PyTorch model fitting library designed to simplify the process of training deep learning models. 636
mrgemy95/visual-interaction-networks-pytorch An implementation of Deepmind's Visual Interaction Networks using PyTorch to predict future events in physical scenes. 166
hassony2/kinetics_i3d_pytorch Transfers pre-trained I3D network weights from TensorFlow to PyTorch 528
conan7882/googlenet-inception An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset. 282
kazuto1011/pspnet-pytorch Re-implementation of a deep learning model for semantic segmentation using PyTorch. 52