-
### 🐛 Describe the bug
Found when trying to compile the single tensor Adam/W with a tensor beta1 in https://github.com/pytorch/pytorch/pull/134171
```
import torch
x = torch.ones(2, 2, dtype=tor…
-
I converted your ONNX model to PyTorch, and now I am trying to Train it.
When I converted to PyTorch, it only accepts this tensor size: [1, 3, 224, 224], and does not accept other batch sizes.
H…
-
I was wondering if there is a pytorch implementation of this. I searched around but couldn't find anything concrete. Checking here before I implement it myself. Any help is appreciated. Thank you!
-
I am using ubuntu 22.04, I had many errors and spent a whole day getting this to work. I will outline the steps I needed to take to get it working. hopefully this helps if you get any of the errors me…
-
### Your current environment
```
# python collect_env.py
WARNING 11-08 16:53:16 cuda.py:23] You are using a deprecated `pynvml` package. Please install `nvidia-ml-py` instead, and make sure to un…
-
### 🐛 Describe the bug
Run following command to build for x64 on arm64 mac:
```console
cmake . -B out \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=/opt/homebrew/Caskroom/miniconda/base/en…
-
does Zluda recompile any python /pytorch to be compatible with amd gpu Like rife frame interpolator or its hard to make it ? i test and the programe doesnt detect my amd gpu by using rife on zluda
-
Hi,
When I try to utilize the ViT-Adapter repo with CUDA 12.2 machines (and Google Colab) available, I get the following error when I run: `sh make.sh`
RuntimeError:
The detected CUDA versio…
-
## Prebuilt wheels for PyTorch packages with custom ops
I've created a repository that can build PyTorch wheels with custom ops through the GitHub Actions pipeline and publish them using GitHub Rel…
-
I want modify an architecture, which passes a tensor x of size (8, 16, 512) (the first value is the batch) and a query_embed parameter of size (8, 140, 512) through a torch.nn.Transformer layer with d…