shreyajn commited on
Commit
0ebb8d5
1 Parent(s): 5800411

Upload README.md with huggingface_hub

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