-
`graph node: CRNN
type: onnx::Transpose
inputs: ['68']
outputs: ['CRNN']
name in state_dict:
attrs: {'perm': [2, 0, 1]}
is_terminal: False
Converting transpose ...
!!! Cannot permute batch di…
-
## 🐛 Bug
When using `nn.RNN`, I forgot to cast my output (from `nn.functional.one_hot`) to a float before passing into the RNN. However, I was prompted with the error message `RuntimeError: expec…
-
Steps to reproduce the behavior:
> git clone --recursive https://github.com/pytorch/pytorch
> cd pytorch
> git submodule sync
> git submodule update --init --recursive
> export CMAKE_PREFIX_PAT…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
Run the following code:
```python
import os, time
import torch.distributed as dist
os.environ['MASTER_ADDR'] = 'localhost'
…
-
### Branch
main branch (1.x version, such as `v1.0.0`, or `dev-1.x` branch)
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](https:/…
-
### 🐛 Describe the bug
P100 upcasts all FP16 to FP32. I would like to disable this and try out the FP16 support despite any numerical instability. Can anyone point me at the correct file to comment t…
-
Hi,I got the problem:"RuntimeError: stack expects each tensor to be equal size, but got [1, 256, 32, 32] at entry 0 and [1, 192, 32, 32] at entry 3", if it can be resolved,I wii be appreciated.
-
### 🐛 Describe the bug
Using `header()` on an `IterDataPipe` causes `DataLoader` with `MPRS` to hang on the second time thru.
```python
from torchdata.dataloader2 import DataLoader2
from torchda…
-
### System Info
- Python 3.12.3
- Mac OSX M3
### Environment/Platform
- [ ] Website/web-app
- [ ] Browser extension
- [X] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Desktop app (e.g.,…
-
# 🐛 Bug
## Command
conda install xformers -c xformers/label/dev
## To Reproduce
Steps to reproduce the behavior:
1.conda install xformers -c xformers/label/dev
2.Collecting package…