Add Core ML conversion (#1)
Browse files- Add Core ML conversion (e0b522d0be4236a2a0b1a9e73538da04232fa6ae)
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:aa0ea0bd03a89e086e08b64b899cbe8fa459db587fb9e12cc5f48f8701e8c69a
|
3 |
+
size 121999
|
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:fb58674010afd3c698beab99d688509f83e1c8d58ea3fea998fee46e071426f6
|
3 |
+
size 437149184
|
coreml/feature-extraction/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"4DCE6383-1B5B-4AFB-8EC4-04BF444B3D40": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"D93A904D-B268-4981-95D2-64AE0EBDCF42": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "D93A904D-B268-4981-95D2-64AE0EBDCF42"
|
18 |
+
}
|