Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ tags:
|
|
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
|
24 |
|
25 |
|
26 |
This repository provides scripts to run Inception-v3-Quantized on Qualcomm® devices.
|
|
|
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 Inception-v3-Quantized 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.
|