Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,9 +16,12 @@ tags:
|
|
| 16 |
# WideResNet50: Optimized for Mobile Deployment
|
| 17 |
## Imagenet classifier and general purpose backbone
|
| 18 |
|
|
|
|
| 19 |
WideResNet50 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 |
This repository provides scripts to run WideResNet50 on Qualcomm® devices.
|
| 23 |
More details on model performance across various devices, can be found
|
| 24 |
[here](https://aihub.qualcomm.com/models/wideresnet50).
|
|
|
|
| 16 |
# WideResNet50: Optimized for Mobile Deployment
|
| 17 |
## Imagenet classifier and general purpose backbone
|
| 18 |
|
| 19 |
+
|
| 20 |
WideResNet50 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.
|
| 21 |
|
| 22 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py).
|
| 23 |
+
|
| 24 |
+
|
| 25 |
This repository provides scripts to run WideResNet50 on Qualcomm® devices.
|
| 26 |
More details on model performance across various devices, can be found
|
| 27 |
[here](https://aihub.qualcomm.com/models/wideresnet50).
|