-
My torch and cuda is newest version..and i'm converting to pytorch mobile..
where net() is torch(Neural network)
```
# forward pass
with torch.no_grad():
y, feature = net(x)
…
-
For the las few days I have been trying to train a new voice, but I keep having a tone of problems with different dependencies.
I am using WSL2 with Ubuntu 22.04.3 LTS.
At first I try to doit as w…
-
similar to #14 but with pytorch mobile.
Pytorch 1.3 is here with exciting features. One being https://pytorch.org/mobile/home/ .
I would love a volunteer to help with setting up a simple example of …
-
-
Hi! I'm currently starting some research about using face-detection models in limited compute devices such as smartphones (specifically I'm focusing on PyTorch Mobile) and my goal is to replicate the …
-
### 🐛 Describe the bug
EDIT(albanD): removed llm example showing the final result works and reworded a little bit.
When trying to compile the lattest torch version on my system with amd cpu. the…
-
### 🐛 Describe the bug
Building android fails:
I get errors regarding
```
Cannot find source file:
~/Android/Sdk/ndk/25.1.8937393/sources/third_party/vulkan/src/common/vulkan_wrapper.h
`…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.17.0
### Custom code
Yes
### OS platform and distribution
_No resp…
-
Would it be possible to convert the model to mobile Pytorch?
https://pytorch.org/mobile/home/
-
### 🚀 The feature, motivation and pitch
I want to use the histogramdd function within the training loop, but since it hasn't been implemented to run on GPU, it slows down the training time. It woul…