File size: 2,590 Bytes
61ec1ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | [
{
"metadataOutputVersion" : "3.0",
"storagePrecision" : "Float32",
"outputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float32",
"formattedType" : "MultiArray (Float32)",
"shortDescription" : "",
"shape" : "[]",
"name" : "constant",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float32",
"formattedType" : "MultiArray (Float32 3 × 256)",
"shortDescription" : "",
"shape" : "[3, 256]",
"name" : "embedding",
"type" : "MultiArray"
}
],
"modelParameters" : [
],
"specificationVersion" : 6,
"mlProgramOperationTypeHistogram" : {
"Transpose" : 4,
"Square" : 2,
"UpsampleNearestNeighbor" : 1,
"Squeeze" : 5,
"Sub" : 5,
"ReduceMean" : 2,
"Gather" : 2,
"Identity" : 1,
"Reshape" : 1,
"Matmul" : 2,
"Concat" : 1,
"Add" : 19,
"Sqrt" : 1,
"RealDiv" : 3,
"Pad" : 2,
"Linear" : 2,
"Relu" : 33,
"ExpandDims" : 11,
"Conv" : 36,
"Maximum" : 1,
"Log" : 1,
"SliceByIndex" : 1001,
"Stack" : 1,
"ReduceSum" : 4,
"Mul" : 8
},
"computePrecision" : "Mixed (Float32, Int32)",
"isUpdatable" : "0",
"stateSchema" : [
],
"availability" : {
"macOS" : "12.0",
"tvOS" : "15.0",
"visionOS" : "1.0",
"watchOS" : "8.0",
"iOS" : "15.0",
"macCatalyst" : "15.0"
},
"modelType" : {
"name" : "MLModelType_mlProgram"
},
"userDefinedMetadata" : {
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"com.github.apple.coremltools.source" : "torch==2.6.0",
"com.github.apple.coremltools.version" : "8.3.0"
},
"inputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float32",
"formattedType" : "MultiArray (Float32 3 × 160000)",
"shortDescription" : "",
"shape" : "[3, 160000]",
"name" : "waveform",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float32",
"formattedType" : "MultiArray (Float32 3 × 589)",
"shortDescription" : "",
"shape" : "[3, 589]",
"name" : "mask",
"type" : "MultiArray"
}
],
"generatedClassName" : "wespeaker",
"method" : "predict"
}
] |