Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ tags:
|
|
| 18 |
|
| 19 |
GoogLeNet 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.
|
| 20 |
|
| 21 |
-
This model is an implementation of
|
| 22 |
|
| 23 |
|
| 24 |
This repository provides scripts to run GoogLeNet on Qualcomm® devices.
|
|
|
|
| 18 |
|
| 19 |
GoogLeNet 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.
|
| 20 |
|
| 21 |
+
This model is an implementation of GoogLeNet found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/googlenet.py).
|
| 22 |
|
| 23 |
|
| 24 |
This repository provides scripts to run GoogLeNet on Qualcomm® devices.
|