Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# Introduction
|
2 |
|
3 |
This repository hosts the [SSDLite320 MobilenetV3 Large](https://pytorch.org/vision/main/models/generated/torchvision.models.detection.ssdlite320_mobilenet_v3_large.html#ssdlite320-mobilenet-v3-large) model for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes the model exported for xnnpack in `.pte` format, ready for use in the **ExecuTorch** runtime.
|
@@ -15,5 +18,4 @@ These models were exported using commit `fe20be98c` and **no forward compatibili
|
|
15 |
|
16 |
### Repository Structure
|
17 |
|
18 |
-
- The `ssdlite320-mobilenet-v3-large.pte` file url from the root of this repository should be passed to the `modelSource` parameter.
|
19 |
-
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
---
|
4 |
# Introduction
|
5 |
|
6 |
This repository hosts the [SSDLite320 MobilenetV3 Large](https://pytorch.org/vision/main/models/generated/torchvision.models.detection.ssdlite320_mobilenet_v3_large.html#ssdlite320-mobilenet-v3-large) model for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes the model exported for xnnpack in `.pte` format, ready for use in the **ExecuTorch** runtime.
|
|
|
18 |
|
19 |
### Repository Structure
|
20 |
|
21 |
+
- The `ssdlite320-mobilenet-v3-large.pte` file url from the root of this repository should be passed to the `modelSource` parameter.
|
|