Add Core ML conversion (#1)
Browse files- Add Core ML conversion (b5325a28794fd1f7b7dfc8defc344e3cd7b514f3)
- coreml/feature-extraction/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -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 +3 -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
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be84651ac2e3ee7a0bb5d15be086486523be9d7145569f78df5cc9b09ccba6b0
|
3 |
+
size 65118
|
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:d10e61f90afbe4f862ae98256759c6941db306e094c9ae3b424ade3f461b54f4
|
3 |
+
size 132142400
|
coreml/feature-extraction/float16_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"823C87BB-8741-4692-BB73-FCFCA47F7444": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"D5DACED0-4086-441F-9F44-DB39B38260BE": {
|
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": "D5DACED0-4086-441F-9F44-DB39B38260BE"
|
18 |
+
}
|
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:b06bafa49b7fe09d9730ce77882ae6993f921520affc3de1e841913699f60003
|
3 |
+
size 60072
|
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:af3105a1c7e35596523d60ca1d23a70b42833f2872c83414d354fe98537f94e3
|
3 |
+
size 264278336
|
coreml/feature-extraction/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"CE6DB755-B9D8-45C6-864B-CD9B49FBDBEC": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"DB73E828-8999-49F7-82D8-7095DA297E67": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "CE6DB755-B9D8-45C6-864B-CD9B49FBDBEC"
|
18 |
+
}
|