Add Core ML conversion
Browse filesCore ML conversion, task=image-classification, precision=float32
coreml/image-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (216 kB). View file
|
|
coreml/image-classification/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:44b0051d3533cc16190e631661c0f3c04fb7f1bc8b6a4cbf3162b25cf71086bd
|
3 |
+
size 354396672
|
coreml/image-classification/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"80E038CA-8F79-4FDA-A7F0-5519B06CE83D": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"EF29475B-B813-4071-8A24-5CF52A4FCCEF": {
|
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": "EF29475B-B813-4071-8A24-5CF52A4FCCEF"
|
18 |
+
}
|