-
Is it possible to use your solution on cpp Torch (libtorch)?
-
Hello,
Did you test it with torch::tensor? I mean were you able to read a wav file into a C++ torch::tensor?
ghost updated
3 years ago
-
I think we should revisit the name of our feature flags and backends. To make things simple we should have:
* `tch` => `libtorch`
* `wgpu-spirv` => `vulkan`
* `wgpu` => `webgpu`
* `cuda-jit` => …
-
### Voice Changer Version
directly cloned from git
### Operational System
Arch Linux
### GPU
AMD Radeon RX 6900 XT
### Read carefully and check the options
- [ ] I've tried to Clear Settings
- …
-
I am trying to include libtorch into OMNeT++, so my inet project can use libtorch. I have included `libtorch/include` and `api/include`. As well as linking the libraries for `torch`,` torch_cpu `and `…
-
Hello, I have a trained model with two branches and two different outputs as well. I tried to change related codes (including configure.conf, cpp_body, fortran_extern_interface, fortran_interface) to …
-
Compiling lantern for with cuda, I encounter a **subset** of the things described in
https://github.com/mlverse/torch/issues/3
This really is due to
https://discuss.pytorch.org/t/libtorch-cm…
-
Since there many ops were using C++ implemented as well as CUDA. Would it be useful to make it trace and inference in libtorch?
I believe it would make much more speed acceleration using libtorch a…
-
I'm having trouble building hasktorch after going through the nixos+cabal+cuda11 steps:
```
[wright@nixos:~/test/hasktorch]$ cabal build hasktorch
HEAD is now at 7a0c4e9 Fix for ghc-9.6
HEAD is …
-
I am trying to use the latest TorchSharp in my Unity project.
I keep running into this error: NotSupportedException: This application or script uses TorchSharp but doesn't contain a reference to …