-
### 🐛 Describe the bug
Nested tensors fail to go through conv2d
```
convolution = torch.nn.Conv2d(1280, 1280, 3)
set1 = torch.randn(24, 1280, 12, 12)
set2 = torch.randn(8, 1280, 24, 24)
nest…
-
## Description
Unable to build libmxnet from git.
Facing at least 2 errors. Able to workaround just one of them
## Environment info (Required)
----------Python Info----------
Version : 3.5.…
-
## Description
Default build depends on both GOMP and Intel OMP runtime.
## Environment info (Required)
----------Python Info----------
Version : 3.5.2
Compiler : GCC 5.4.0 20160609
…
-
### 🐛 Describe the bug
Since the pytorch 2.1.0, the forward propagation speed of ``nn.Linear`` against high-dimensional tensors, i.e. tensors with four, five, or even more dimensions, is noticeably…
-
### Description
they don't work anymore like i would move the setups go down and up idk how to do It anymore
### Steps to Reproduce
Go to apartment heists
Go to pacific standard heist
Go to finis…
-
Hi, dear sir.
I am looking forward to trying this tool. However, when I use strangepg, I encounter an error:
```
## example 1
$ strangepg -l pfr -t 8 03.232.gfa
[sapp][panic][id:48][line:11280…
-
### 🐛 Describe the bug
I followed the example to fine-tune HuggingFace's wav2vec 2.0 for speech recognition, using `torch.compile`, aiming to get faster training. However, I ran into an issue as outl…
w11wo updated
19 hours ago
-
I have mpg123 piping in audio directly into PiFmAdv. There's a faint popping sound in quieter parts of the track, and after playing a little while, the signal just dies out into nothing but static. Th…
-
```
$ youtube-dl --proxy '' --verbose http://www.metrolyrics.com/news-story-watch-adele-absolutely-crush-her-carpool-karaoke-appearance.html
[debug] System config: []
[debug] User config: []
[debug] C…
-
## Description
It seems hybridized gpt2 in V0.9.0 generate different results with previous versions (not as a hybridblock).
I compared the result between the sequence_sampling.py script in v0.9.0
(…