shreyajn commited on
Commit
c008cf6
·
verified ·
1 Parent(s): 36b1d7e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
 
21
  ResNeXt50 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 ResNeXt50Quantized on Qualcomm® devices.
 
20
 
21
  ResNeXt50 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 ResNeXt50Quantized found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py).
24
 
25
 
26
  This repository provides scripts to run ResNeXt50Quantized on Qualcomm® devices.