-
I'm not sure how possible it would be to convert the model to run on mobile, but it would be very nice for people following lectures on tablets. Maybe https://pytorch.org/mobile/home/ can help, but I …
-
## 🐛 Bug
Retry (incrementally) with `cmake --build .` will work, indicating it's probably a timing issue due to missed dependency.
```
7829 FAILED: caffe2/torch/CMakeFiles/aot_compiler.dir/csrc…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
- [X] 3. Please note that if the bug-related iss…
-
### 🐛 Describe the bug
I am implementing model training program on mobile platform using Libtorch C++ API. I run `script/build_mobile.sh` with `CMAKE_ARGS+=("-DBUILD_SHARED_LIBS=ON")` to build shar…
-
Hi!
NASNet-A-Mobile has been successfully ported to PyTorch!
https://github.com/veronikayurchuk/pretrained-models.pytorch
The results are:
**Acc@1 74.080, acc@5 91.740**
Hope, it would be usefu…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
Vulnerable Library - torch-1.13.1-cp37-cp37m-manylinux1_x86_64.whl
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Library home page: https://files.pythonhosted.org/packag…
-
Very cool work, we really hope to use Glake in our LLM training. However, I failed when trying to compile glake on pytorch release 2.1. My system information and error message are as follows. Hope to …
-
# 直近で調べること
- pytorch mobile, tensorflow lite, onnx runtimeの違い
- pytorch mobile: モバイルサポートのためのフレームワーク
- tf lite: tensorflowのデプロイ用のフレームワーク
- 様々なプラットフォームへのデプロイを目的にしている。その中でもモバイルにも対応している。
- …
-
### 🚀 The feature, motivation and pitch
The 'forward' function takes a vector of IValue as input, but only returns one IValue, which means it can handle models that has multiple inputs but not multip…