Commit
•
a637d4b
1
Parent(s):
c20abe8
Add Core ML conversion (#7)
Browse files- Add Core ML conversion (52b9cbe05238a27979d6c04b8fcf2689507d4b99)
Co-authored-by: Ronald Mannak <[email protected]>
coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33e5309eae5adc5d19d5421def0ad5ec9dfc462546bab56fc986a189a3c4e45a
|
3 |
+
size 122031
|
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:d6d0949a2bd68a0de745908f51f9d4b868fcbb6ebf2fc41bd3a01df80cf95846
|
3 |
+
size 133056512
|
coreml/feature-extraction/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"63B0B880-B145-44C1-9871-506E9D0C9935": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"98B220AA-0669-4838-B6C4-38F80D1282C2": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "63B0B880-B145-44C1-9871-506E9D0C9935"
|
18 |
+
}
|