shreyajn commited on
Commit
377dc7c
1 Parent(s): 3202bac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -16,9 +16,12 @@ tags:
16
  # MNASNet05: Optimized for Mobile Deployment
17
  ## Imagenet classifier and general purpose backbone
18
 
 
19
  MNASNet05 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 MNASNet05 found [here]({source_repo}).
 
 
22
  This repository provides scripts to run MNASNet05 on Qualcomm® devices.
23
  More details on model performance across various devices, can be found
24
  [here](https://aihub.qualcomm.com/models/mnasnet05).
 
16
  # MNASNet05: Optimized for Mobile Deployment
17
  ## Imagenet classifier and general purpose backbone
18
 
19
+
20
  MNASNet05 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/mnasnet.py).
23
+
24
+
25
  This repository provides scripts to run MNASNet05 on Qualcomm® devices.
26
  More details on model performance across various devices, can be found
27
  [here](https://aihub.qualcomm.com/models/mnasnet05).