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 has been archived by the owner on Oct 23, 2023. It is now read-only.
I have this problem, too https://github.com/ultralytics/yolov5/blob/master/export.py
Export to yolov5.ptl option not found in yolov5
Therefore, it seems that an error occurs when loading the model with torch.jit._loadForMobile(filePath)
Do you have a solution?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Area Select
react-native-pytorch-core (core package)
Description
I have seen there is an export script https://playtorch.dev/docs/tutorials/prepare-custom-model/ for mobilenet, but I have trained yolov5s.pt how to export it for playtorch in yolov5s.ptl format.
The text was updated successfully, but these errors were encountered: