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
@ham16 hello! 😊 It looks like you're encountering an issue with loading the model due to a problem with obtaining the home directory path. This usually happens due to environmental or permissions issues.
To quickly work around this, you can specify an absolute path to your model. If you're using Python, it looks something like this:
model=torch.load('/absolute/path/to/your/model')
Replace /absolute/path/to/your/model with the actual path where your model is stored. This should help bypass the issue with the home directory.
For more detailed help and troubleshooting, please refer to our documentation over at https://docs.ultralytics.com.
If the problem persists, don't hesitate to provide more details here. The community and we are here to help! 🚀
@ham16
Thank you for your feedback!
Some features of the model may not be supported in the Xcode simulator, so please try building it on a real device.
Unable to load model!
The text was updated successfully, but these errors were encountered: