-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
improvementPRs or issues focused on improvements in the current codebasePRs or issues focused on improvements in the current codebasemodelIssues related to exporting, improving, fixing ML modelsIssues related to exporting, improving, fixing ML models
Description
Problem description
Currently our OCR pipeline needs using 3 different input shapes, so there is 3 different models exported, each with a different input shape, but with the same weights. This creates unnecessary overhead, since the users need to download the same weights 3 times.
Proposed solution
see https://docs.pytorch.org/executorch/stable/using-executorch-export.html#multi-method-models
Alternative solutions
No response
Benefits to React Native ExecuTorch
Less overhead for the users
Additional context
No response
Metadata
Metadata
Assignees
Labels
improvementPRs or issues focused on improvements in the current codebasePRs or issues focused on improvements in the current codebasemodelIssues related to exporting, improving, fixing ML modelsIssues related to exporting, improving, fixing ML models