-
### 🐛 Describe the bug
```py
import torch
from torch.nn.attention import SDPBackend, sdpa_kernel
class MyModule(torch.nn.Module):
def __init__(self) -> None:
super().__init__()
…
-
```
Traceback (most recent call last):
File "main.py", line 155, in
main()
File "main.py", line 142, in main
train(args, model, device, train_loader, optimizer, epoch)
File "main.…
-
Another dependeny issue arises on my laptop:
“No matching distribution found for nvidia-cudnn-cu12==8.9.2.26”
Issue occurs with python 3.11.9 on laptop with Windows 10, Intel Core i5 8th Gen and …
-
After updating to the latest version today, I receive this message.
"UserWarning: cuDNN SDPA backward got grad_output. ..."
Even though I use the same settings, the performance has decreased by…
-
### Describe the bug
Hello. I tried the Img2Img Pipeline and encountered the error in the images. Could you please check it for me? Thank you
### Reproduction
```python
import torch
fro…
-
I am trying to run all the pytests on a GPU instance
To set up the environment, I installed the [dev] and [gpu] dependencies, but encountered the following issue:
```
pip install -e .[dev]
tor…
-
I installed it with this code
conda create -n monodepth2 python=3.6.6
conda install pytorch=0.4.1 torchvision=0.2.1 -c pytorch
pip install tensorboardX==1.4
conda install opencv=3.3.1 # just nee…
-
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
I always encounter this problem when I reproduce the experiment.
How can i solve this problem?
Looking forward to your reply.
-
Great job! Thank the team!
I encountered the following issue when using video inference:
```
x = F.scaled_dot_product_attention(
RuntimeError: cuDNN Frontend error: s_kv not a multiple of 64 or d …
-
### Describe the issue
I'm packaging `onnxruntime` for the Nixpkgs CUDA ecosystem (https://github.com/connorbaker/cuda-packages).
When building with `nix`, I ran into errors while linking because th…