You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Hello. I'm going to apply custom semantic segmentation model on IOS device. (mobilenetV2 + SegNet)
But When I import the module, the problem occur.
OS: Mac OS 10.15.1
Python 3.7
Pytorch 1.3.1
Libtorch 1.3.1
Fatal error: Can't find the model file!: file /Users/aiel/Desktop/ios-demo-app/HelloWorld/HelloWorld/HelloWorld/ViewController.swift, line 112019-12-09 22:18:38.472617+0900 HelloWorld[37912:926691] Fatal error: Can't find the model file!: file /Users/aiel/Desktop/ios-demo-app/HelloWorld/HelloWorld/HelloWorld/ViewController.swift, line 11
I convert python model to trace model using jit, I see the file path is right by printing path in TorchModule.mm
this problem occurs when I call TorchModule, ViewController.swift, line 8 and TorchModule.mm, line 18