Add Core ML conversion
#6
by
EricA7183hd
- opened
- coreml/feature-extraction/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/feature-extraction/float16_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/feature-extraction/float16_model.mlpackage/Manifest.json +18 -0
- coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/feature-extraction/float32_model.mlpackage/Manifest.json +18 -0
coreml/feature-extraction/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (171 kB). View file
|
|
coreml/feature-extraction/float16_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08f6d1d0a172aed2a04b12412a21efa8855e32618342062e2c196711da0c5332
|
3 |
+
size 235320320
|
coreml/feature-extraction/float16_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"933B84F6-3838-412B-A18B-E6D36F88DB17": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"D6054359-6706-4805-9D1B-4710F5D1564A": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "933B84F6-3838-412B-A18B-E6D36F88DB17"
|
18 |
+
}
|
coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (161 kB). View file
|
|
coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebbfd7a743ee4d360c2be780aaa54de85e85ba1761ac5530ca6b75fc42266505
|
3 |
+
size 470627840
|
coreml/feature-extraction/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"5A97F094-9079-4ADE-AFF3-E72F6E4A0E19": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"D0BB94BA-DE38-4263-A9A7-1226CDAD18B1": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "5A97F094-9079-4ADE-AFF3-E72F6E4A0E19"
|
18 |
+
}
|