resnet_in_resnet
ResNet replication
An implementation of Residual Networks In Residual Networks using Chainer.
Implementation of Residual Networks In Residual Networks by chainer (Resnet in Resnet: Generalizing Residual Architectures: https://arxiv.org/abs/1603.08029)
3 stars
2 watching
3 forks
Language: Python
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tornadomeet/resnet | Reproducing ResNet-v2 with MXNet on ImageNet and CIFAR10 datasets using Python. | 557 |
raghakot/keras-resnet | An implementation of Residual Networks using Keras' functional API | 1,386 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
nutszebra/prelu_net | An implementation of a deep neural network architecture designed to surpass human-level performance on image classification tasks. | 12 |
asmith26/wide_resnets_keras | Keras implementation of Wide Residual Networks with preloaded weights and configuration options for training and testing | 138 |
fupiao1998/res2net-keras | An open-source implementation of a res2net module using Keras and TensorFlow backend. | 16 |
szagoruyko/wide-residual-networks | An experimental study on residual networks to improve depth and width trade-offs in neural networks | 1,299 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
prlz77/resnext.pytorch | Reproduces ResNet-V3 with PyTorch for computer vision tasks | 510 |
n2cholas/jax-resnet | Provides implementations and checkpoints for various ResNet variants using JAX and Flax. | 104 |
sunnerli/rir-tensorflow | An implementation of ResNet in ResNet (RiR) structure with TensorFlow | 4 |
yasunorikudo/chainer-resdrop | Provides a Chainer-based implementation of a network with stochastic depth | 40 |
pistony/residualattentionnetwork | A Gluon implementation of Residual Attention Network for image classification tasks | 108 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |