Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -17,9 +17,12 @@ tags:
|
|
17 |
# Inception-v3-Quantized: Optimized for Mobile Deployment
|
18 |
## Quantized Imagenet classifier and general purpose backbone
|
19 |
|
|
|
20 |
InceptionNetV3 is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases. This model is post-training quantized to int8 using samples from Google's open images dataset.
|
21 |
|
22 |
-
This model is an implementation of
|
|
|
|
|
23 |
This repository provides scripts to run Inception-v3-Quantized on Qualcomm® devices.
|
24 |
More details on model performance across various devices, can be found
|
25 |
[here](https://aihub.qualcomm.com/models/inception_v3_quantized).
|
|
|
17 |
# Inception-v3-Quantized: Optimized for Mobile Deployment
|
18 |
## Quantized Imagenet classifier and general purpose backbone
|
19 |
|
20 |
+
|
21 |
InceptionNetV3 is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases. This model is post-training quantized to int8 using samples from Google's open images dataset.
|
22 |
|
23 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/inception.py).
|
24 |
+
|
25 |
+
|
26 |
This repository provides scripts to run Inception-v3-Quantized on Qualcomm® devices.
|
27 |
More details on model performance across various devices, can be found
|
28 |
[here](https://aihub.qualcomm.com/models/inception_v3_quantized).
|