-
Since Pytorch team is updating pytorch_android to pytorch_android_lite, I found the newly built version can only use models created by "model._save_for_lite_interpreter",instead of ".save", so do we have such version model file? |
Beta Was this translation helpful? Give feedback.
Answered by
snakers4
Feb 7, 2022
Replies: 1 comment 5 replies
-
Are you referring to this tutorial - https://pytorch.org/tutorials/prototype/lite_interpreter.html or this - https://pytorch.org/tutorials/recipes/mobile_interpreter.html? @adamnsandle can you try exporting using this method for a test? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
snakers4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you referring to this tutorial - https://pytorch.org/tutorials/prototype/lite_interpreter.html or this - https://pytorch.org/tutorials/recipes/mobile_interpreter.html?
@adamnsandle can you try exporting using this method for a test?