Karl007 commited on
Commit
8be307a
·
1 Parent(s): 8550c1d

Add Core ML conversion

Browse files

Core 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:0a05734d98738424e2754393116d70ec0445a14ceb15f9ff7c87063ffc194ef6
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
+ "61E7D29D-BD53-4540-ABEF-7899900ADAD5": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "DBD53E1E-6CB3-40DE-8AC4-93D468861DEC": {
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": "DBD53E1E-6CB3-40DE-8AC4-93D468861DEC"
18
+ }