SAVRN Model Hub · Comparisons
edgenext_small.usi_in1k vs mobilenetv3_small_100.lamb_in1k
Edgenext_small.usi_in1k has 6M parameters and mobilenetv3_small_100.lamb_in1k has 3M parameters; edgenext_small.usi_in1k is released under MIT License and mobilenetv3_small_100.lamb_in1k under Apache License 2.0; at 16-bit, edgenext_small.usi_in1k needs about 0 GB (1x MI300X from $1.85 an hour) and mobilenetv3_small_100.lamb_in1k about 0 GB (1x MI300X from $1.85 an hour).
| Field | edgenext_small.usi_in1k timm/edgenext_small.usi_in1k | mobilenetv3_small_100.lamb_in1k timm/mobilenetv3_small_100.lamb_in1k |
|---|---|---|
| Publisher | PyTorch Image Models | PyTorch Image Models |
| Task | Image classification | Image classification |
| Modality | Image | Image |
| Parameters, as reported | 6M parameters | 3M parameters |
| Architecture | Not stated | Not stated |
| Library | timm | timm |
| Context length | Not stated | Not stated |
| Repository size | 44.8 MB | 20.5 MB |
| Artifact formats | safetensors, pytorch | safetensors, pytorch |
| License | mit | apache-2.0 |
| Access | Open weights, no gate | Open weights, no gate |
| Memory at 16-bit (weights and margin) | 0 GB | 0 GB |
| Cheapest GPUs at 16-bit, per hour | 1x MI300X, $1.85 | 1x MI300X, $1.85 |
| Memory at 4-bit (weights and margin) | 0 GB | 0 GB |
| Cheapest GPUs at 4-bit, per hour | 1x MI300X, $1.85 | 1x MI300X, $1.85 |
| Revision viewed | 81bd8f2ee563 | 1824797e7887 |
| Downloads reported by the hub | 193.5k | 17.7M |
| Last observed | 2026-09-18 | 2026-09-18 |
An evaluation row appears only where at least two of these models report the same benchmark with the same stated configuration, metric, unit and setup. Different evaluators stay named in each cell. Values are shown as reported: no unit conversion, no ranking.
SAVRN's Notes on mobilenetv3_small_100.lamb_in1k
Every row of the memory table for this model reads 0.0 GB. The weights total 20,541,585 bytes for 2,554,968 parameters, and the job is image classification over the ImageNet-1k label set. PyTorch Image Models trained it with a LAMB optimizer recipe similar to ResNet Strikes Back A2 but 50 percent longer, with EMA weight averaging and no CutMix. When the footprint rounds to zero at 16-bit, 8-bit and 4-bit, the cheapest configuration we list, a single 192 GB MI300X at $1.85 an hour, is not a sizing answer; the hardware question becomes images per hour and what else shares the card.
Apache 2.0 covers commercial use, modification and redistribution, so a fine-tuned version is yours to ship if you keep the notices and state what changed. Before committing, pull accuracy from timm's model results, since the file carries no reported evaluations, and confirm the ImageNet-1k classes match your images.
Questions
Which is larger, edgenext_small.usi_in1k or mobilenetv3_small_100.lamb_in1k?
edgenext_small.usi_in1k (6M parameters) is larger than mobilenetv3_small_100.lamb_in1k (3M parameters), by the parameter counts their publishers report.
Which is cheaper to run, edgenext_small.usi_in1k or mobilenetv3_small_100.lamb_in1k?
At 4-bit, edgenext_small.usi_in1k fits on 1x MI300X from $1.85 an hour and mobilenetv3_small_100.lamb_in1k on 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.
Can I use edgenext_small.usi_in1k commercially?
Yes. edgenext_small.usi_in1k is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.
Can I use mobilenetv3_small_100.lamb_in1k commercially?
Yes. mobilenetv3_small_100.lamb_in1k is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.