-
Last month, PyTorch team announced that PyTorch model can now run on Android nnapi. It seems that this feature is still a prototype and not an official release.
https://pytorch.org/blog/prototype-f…
-
## 🐛 Bug
Not sure this is expected given Vulkan support is still prototype, but when trying out the benchmark binary using Vulkan, it crashes. Running on CPU is fine. The model is converted by:
…
-
I'm using pytorch 1.9.0, build mobile static libs by using script/build_pytorch_android.sh and use those libs in my android native project.
-
## LAPACK library not found in compilation (Pytorch Mobile, Android, Java)
From post in [Discussion Forum](https://discuss.pytorch.org/t/problems-with-lapack-on-android/73111), I think someone has…
-
### 先决条件
- [X] 我已经搜索过 [问题](https://github.com/open-compass/opencompass/issues/) 和 [讨论](https://github.com/open-compass/opencompass/discussions) 但未得到预期的帮助。
- [X] 错误在 [最新版本](https://github.com/open-com…
-
### 🐛 Describe the bug
If a module uses `torch.nn.functional.conv1d` with the argument `padding='same'`, `optimize_for_mobile` fails. If an integral padding argument is provided, it works as expected…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.12
### Custom code
Yes
### OS platform and d…
innat updated
2 weeks ago
-
Hi
I'm trying to run an object detection model using PyTorch Mobile in Android Studio, but I'm getting this error: `java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip f…
-
## 🐛 Bug
```
liulai@liulai-thinkpad:~/src_compile/pytorch$ ./scripts/build_android.sh -DBUILD_BINARY=ON
Build with ANDROID_ABI[armeabi-v7a with NEON], ANDROID_NATIVE_API_LEVEL[21]
Bash: GNU ba…
-
**Short Description**
**MoViNets: Mobile Video Networks for Efficient Video Recognition**
Mobile Video Networks (MoViNets) are efficient video classification models **runnable on mobile devices*…
innat updated
9 months ago