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: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Reproducing ResNet-v2 with MXNet on ImageNet and CIFAR10 datasets using Python. | 559 |
| An implementation of Residual Networks using Keras' functional API | 1,386 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| An implementation of a deep neural network architecture designed to surpass human-level performance on image classification tasks. | 12 |
| Keras implementation of Wide Residual Networks with preloaded weights and configuration options for training and testing | 139 |
| An open-source implementation of a res2net module using Keras and TensorFlow backend. | 16 |
| An experimental study on residual networks to improve depth and width trade-offs in neural networks | 1,299 |
| An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
| Reproduces ResNet-V3 with PyTorch for computer vision tasks | 511 |
| Provides implementations and checkpoints for various ResNet variants using JAX and Flax. | 105 |
| An implementation of ResNet in ResNet (RiR) structure with TensorFlow | 4 |
| Provides a Chainer-based implementation of a network with stochastic depth | 40 |
| A Gluon implementation of Residual Attention Network for image classification tasks | 108 |
| An implementation of a deep neural network architecture for image classification tasks | 273 |
| Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |