prisma-ai / torch2coreml

Torch7 -> CoreML
MIT License
386 stars 55 forks source link

unable to import mlmodel to ios #7

Closed theheena closed 7 years ago

theheena commented 7 years ago

when i try to import mlmodel, for example candy.mlmodel, to xcode, I got a validation error saying:

"There was a problem in decoding this coreml document" validator error: In layer instancenormalization_5: incorrect mean size 0

opedge commented 7 years ago

@theheena What beta version of Xcode 9 and beta iOS 11 you use?

theheena commented 7 years ago

it was beta 3 for xcode but now after updating it, the model got successfully imported.