MobileNetV3-Pytorch

MobileNetV3 optimizer

An implementation of MobileNetV3 using PyTorch with search space optimization

Implementing Searching for MobileNetV3 paper using Pytorch

GitHub

292 stars
9 watching
70 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list

cifar-10cifar-100imagenetmobilenetv3pytorchsearching-for-mobilenetv3

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
d-li14/mobilenetv3.pytorchA PyTorch implementation of MobileNet V3 architecture523
kuan-wang/pytorch-mobilenet-v3An implementation of MobileNetV3 in PyTorch with pre-trained models783
anjiecheng/mnasnet-pytorchAn implementation of a neural network architecture search algorithm optimized for mobile devices.271
xxradon/igcv3-pytorchReimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning.19
randl/mobilenetv2-pytorchAn implementation of MobileNetV2 in PyTorch for image classification tasks.271
atgambardella/pytorch-esAn implementation of an optimization algorithm for training neural networks in machine learning environments.351
locuslab/optnetA PyTorch module that adds differentiable optimization as a layer to neural networks517
chenxi116/pnasnet.pytorchPyTorch implementation of PNASNet-5 architecture317
xiaolai-sqlai/mobilenetv3A PyTorch implementation of the MobileNetV3 architecture with pre-trained models and training code for fine-tuning.1,662
moskomule/eve.pytorchAn implementation of an optimization algorithm inspired by a 2016 research paper33
mattmacy/vnet.pytorchA PyTorch implementation of V-Net for volumetric medical image segmentation703
zsef123/efficientnets-pytorchA PyTorch implementation of EfficientNet for computer vision tasks309
bmsookim/wide-resnet.pytorchPyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets462
gpleiss/efficient_densenet_pytorchAn implementation of DenseNets optimized to save GPU memory by using checkpointing1,524
prlz77/resnext.pytorchReproduces ResNet-V3 with PyTorch for computer vision tasks511