Skip to content

Commit

Permalink
Update Core ML test files (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 15, 2024
1 parent f9a89c9 commit 97c11fe
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions test/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -1454,13 +1454,6 @@
"target": "Inceptionv3.mlmodel",
"source": "https://docs-assets.developer.apple.com/coreml/models/Inceptionv3.mlmodel"
},
{
"type": "coreml",
"target": "iris.mlmodel",
"source": "https://raw.githubusercontent.com/gavi/Iris/master/Iris/iris.mlmodel",
"format": "Core ML v1",
"link": "https://github.com/gavi/Iris"
},
{
"type": "coreml",
"target": "LinkedUpdatableTinyDrawingClassifier.mlmodel",
Expand Down Expand Up @@ -1584,24 +1577,24 @@
{
"type": "coreml",
"target": "SqueezeNet.mlmodel",
"source": "https://docs-assets.developer.apple.com/coreml/models/Image/ImageClassification/SqueezeNet/SqueezeNet.mlmodel",
"source": "https://github.com/user-attachments/files/15855618/SqueezeNet.mlmodel.zip[SqueezeNet.mlmodel]",
"format": "Core ML v1",
"link": "https://developer.apple.com/machine-learning/models"
"link": "https://github.com/lutzroeder/netron/issues/193"
},
{
"type": "coreml",
"target": "SqueezeNetFP16.mlmodel",
"source": "https://docs-assets.developer.apple.com/coreml/models/Image/ImageClassification/SqueezeNet/SqueezeNetFP16.mlmodel",
"source": "https://github.com/user-attachments/files/15855621/SqueezeNetFP16.mlmodel.zip[SqueezeNetFP16.mlmodel]",
"format": "Core ML v2",
"link": "https://developer.apple.com/machine-learning/models"
"link": "https://github.com/lutzroeder/netron/issues/193"
},
{
"type": "coreml",
"target": "SqueezeNetInt8LUT.mlmodel",
"source": "https://docs-assets.developer.apple.com/coreml/models/Image/ImageClassification/SqueezeNet/SqueezeNetInt8LUT.mlmodel",
"source": "https://github.com/user-attachments/files/15855649/SqueezeNetInt8LUT.mlmodel.zip[SqueezeNetInt8LUT.mlmodel]",
"format": "Core ML v3",
"tags": "quantization",
"link": "https://developer.apple.com/machine-learning/models"
"link": "https://github.com/lutzroeder/netron/issues/193"
},
{
"type": "coreml",
Expand Down

0 comments on commit 97c11fe

Please sign in to comment.