MobileNetV2
MobileNet model
A Keras implementation of MobileNetV2 with support for training and fine-tuning
A Keras implementation of MobileNetV2.
320 stars
14 watching
161 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
cnnimage-classificationkerasmobilenetv2
Related projects:
Repository | Description | Stars |
---|---|---|
xiaochus/mobilenetv3 | A Keras implementation of MobileNetV3 architecture for image classification and segmentation. | 238 |
chinakook/mobilenetv2.mxnet | A Python implementation of MobileNetV2 architecture using MXNet/Gluon for image classification and other computer vision tasks. | 85 |
xiaolai-sqlai/mobilenetv3 | A PyTorch implementation of the MobileNetV3 architecture with pre-trained models and training code for fine-tuning. | 1,650 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
liangfu/mxnet-mobilenet-v2 | Reproduction of MobileNetV2 using MXNet | 129 |
kuan-wang/pytorch-mobilenet-v3 | An implementation of MobileNetV3 in PyTorch with pre-trained models | 779 |
randl/mobilenetv2-pytorch | An implementation of MobileNetV2 in PyTorch for image classification tasks. | 271 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
zehaos/mobilenet | An implementation of Google's MobileNets in TensorFlow for object detection and image classification tasks. | 1,617 |
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
ymcui/chinese-mobilebert | An implementation of MobileBERT, a pre-trained language model, in Python for NLP tasks. | 80 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
shicai/mobilenet-caffe | A Caffe implementation of Google's MobileNets, providing pretrained models on ImageNet for image classification tasks | 1,259 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 384 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |