MobileNetV3-Pytorch
MobileNetV3 optimizer
An implementation of MobileNetV3 using PyTorch with search space optimization
Implementing Searching for MobileNetV3 paper using Pytorch
292 stars
9 watching
70 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
cifar-10cifar-100imagenetmobilenetv3pytorchsearching-for-mobilenetv3
Related projects:
Repository | Description | Stars |
---|---|---|
| A PyTorch implementation of MobileNet V3 architecture | 523 |
| An implementation of MobileNetV3 in PyTorch with pre-trained models | 783 |
| An implementation of a neural network architecture search algorithm optimized for mobile devices. | 271 |
| Reimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning. | 19 |
| An implementation of MobileNetV2 in PyTorch for image classification tasks. | 271 |
| An implementation of an optimization algorithm for training neural networks in machine learning environments. | 351 |
| A PyTorch module that adds differentiable optimization as a layer to neural networks | 517 |
| PyTorch implementation of PNASNet-5 architecture | 317 |
| A PyTorch implementation of the MobileNetV3 architecture with pre-trained models and training code for fine-tuning. | 1,662 |
| An implementation of an optimization algorithm inspired by a 2016 research paper | 33 |
| A PyTorch implementation of V-Net for volumetric medical image segmentation | 703 |
| A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
| PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets | 462 |
| An implementation of DenseNets optimized to save GPU memory by using checkpointing | 1,524 |
| Reproduces ResNet-V3 with PyTorch for computer vision tasks | 511 |