junaidaliop/MobileNetV4
PyTorch replication of the MobileNetV4 Model
This project offers a ready-to-use PyTorch version of the MobileNetV4 image recognition model. It takes image data as input and outputs classifications, helping you build efficient computer vision applications. This is designed for machine learning engineers and researchers who are implementing and testing new model architectures.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher specifically working with PyTorch and need to experiment with or integrate the MobileNetV4 architecture.
Not ideal if you are looking for a pre-trained model with official weights or if you are working outside the PyTorch ecosystem.
Stars
8
Forks
—
Language
Python
License
MIT
Category
Last pushed
Aug 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/junaidaliop/MobileNetV4"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
titu1994/DenseNet
DenseNet implementation in Keras
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.