wide_resnets_keras
WRN model
Keras implementation of Wide Residual Networks with preloaded weights and configuration options for training and testing
Keras implementation + pretrained weights for "Wide Residual Networks"
138 stars
6 watching
47 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
raghakot/keras-resnet | An implementation of Residual Networks using Keras' functional API | 1,386 |
fupiao1998/res2net-keras | An open-source implementation of a res2net module using Keras and TensorFlow backend. | 16 |
yerevann/r-net-in-keras | Recreating a complex neural network architecture from a research paper to improve question answering capabilities | 178 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
dbln/stochastic_depth_keras | A Python implementation of the Stochastic Depth technique for deep neural networks | 139 |
aurora95/keras-fcn | Keras implementation of Fully Convolutional Networks for Semantic Segmentation | 650 |
titu1994/keras-resnext | An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
titu1994/keras-dualpathnetworks | Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 333 |
keras-team/keras-hub | Provides pre-trained models and building blocks for natural language processing, computer vision, audio, and multimodal tasks | 797 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |