-
### 🐛 Describe the bug
I am really confused. I am running this code on linux based machine and my M1 Mac. I am getting different results.
I verified the result from torch.frombuffer is the same …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
The software is great, but after a lo…
-
### 🐛 Describe the bug
I am training llama2.c on an iMac 27" with an AMD Radeon Pro 5700 XT GPU.
There are no recent nightly builds for MacOS + x86_64, so I built Pytorch from source.
I got this …
-
### 🐛 Describe the bug
The example from the docs leads to a bug when modified slightly: https://pytorch.org/torcheval/stable/generated/torcheval.metrics.MulticlassRecall.html#torcheval.metrics.Mult…
-
### 🐛 Describe the bug
When employing the affine functional operation (in both v1 and v2), it's evident that black borders are introduced around the image, even when the fill value matches the image …
-
## ❓ Questions and Help
I am trying to move from using `legacy` and use new provided features, i was doing this:
```
from torchtext import legacy
TEXT = legacy.data.Field(lower=True, batch_first=T…
-
### 🐛 Describe the bug
I'm getting the error `RuntimeError: CUDA error: an illegal memory access was encountered` when running `nn.CrossEntropyLoss`. I was able to reproduce the error with the follow…
-
### 🐛 Describe the bug
This issue is separated from https://github.com/pytorch/pytorch/issues/104952, verified with TORCHINDUCTOR_FREEZING=0
name
batch_size_new
spe…
-
### 🚀 The feature
This issue is a continuation of [the discussion from here](https://github.com/pytorch/vision/pull/6060#discussion_r879100379).
We are proposing to add some functionality to all…
-
### 🐛 Describe the bug
```py
import torch
x = torch.rand((16, 64, 256), dtype=torch.bfloat16, device='cuda')
f = torch.fft.rfft(x) # RuntimeError: Unsupported dtype BFloat16
```
In my use-cas…