Open oki5656 opened 3 years ago
Looking at your code sample, I'm not able to reproduce this issue.
Could you attach your torch model (i.e. model
from your code)? Or tell us how to reproduce it (complete with the value of args
, all import statement, and any other necessary code)?
Thank you for commenting ! I made the repo (including making .mlmodel file and network file, etc.), please use it. If you have any questions, please feel free to ask.
any update? I have the same issue.
❓Question
When I tried to watch the preview of .mlmodel file using Xcode, an error occurred and I could not watch it. The program was created from this repository's ESPNetv2.
error image
System Information
<watch .mlmodel below information> macOS Catalina 10.15.7 xcode==12.4
<built .mlmodel below information> python==3.7.10 torch==1.8.0 torchvision==0.9.0 numpy==1.19.5 coremltools==4.1
Part of the code that created .mlmodel