Instructions to use AXERA-TECH/mobilenetv3-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use AXERA-TECH/mobilenetv3-small with timm:
import timm model = timm.create_model("hf_hub:AXERA-TECH/mobilenetv3-small", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Upload python/requirements.txt with huggingface_hub
Browse files- python/requirements.txt +3 -0
python/requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
Pillow
|
| 3 |
+
axengine
|