Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: apple-sample-code-license
|
4 |
-
license_link: https://github.com/apple/ml-cvnets/blob/main/LICENSE
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: apple-sample-code-license
|
4 |
+
license_link: https://github.com/apple/ml-cvnets/blob/main/LICENSE
|
5 |
+
---
|
6 |
+
|
7 |
+
Exported with:
|
8 |
+
|
9 |
+
```bash
|
10 |
+
optimum-cli export neuron --model apple/deeplabv3-mobilevit-small --batch_size 1 --task semantic-segmentation mobilevit_neuron/
|
11 |
+
```
|