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
Default Export for Mv2 with Real Image Input (#13019)
### Summary
When testing executorch inference runners on real MCUs, it's helpful if
the default export of the model includes a real input (rather than just
filled with random values or all 1.0s). This PR does this for the
mobilenet_v2 model, following the steps from the tutorial
[here](https://pytorch.org/hub/pytorch_vision_mobilenet_v2/).
### Test plan
Ran `python -m examples.portable.scripts.export --model_name="mv2"` and
saw the PTE now contains values associated with the `dog.jpg` image.
0 commit comments