-
### 🐛 Describe the bug
I have Pytorch 1.13.1 with cuda 11.7 and NVIDIA drivers 515.65.01 on a Titan V GPU. The following code
```
import torch
x = torch.tensor(5, device="cuda")
torch.lgamma(x)…
-
I have commented the following in the ModelOpt issues, but since there is more activity here, I would like to get feedback on this subject from more people.
First of all, if someone here has positi…
-
Hi there. This is not an issue btw i just want to ask, what is algorithm used by YOLO? Any reference? Thank you.
-
Hi, first of all thanks for your great work!
In your paper you cite the VGG-19 [27] model and state that on the CUB-200-2011 dataset it achieves 77.8% accuracy. Can you please give some more info …
-
### 🐛 Describe the bug
In the four variants of `nn.init.zeros_` at the bottom: the expected behavior is to see some zeros in the printed matrix. Howver, when slicing a partial matrix `[:2]`, none o…
-
I am trying to train the VITS TTS for multi-speaker setup using xvector using the vctk recipe. I am using the instructions provided in https://github.com/espnet/espnet/blob/master/egs2/TEMPLATE/tts1/R…
-
### 🐛 Describe the bug
I am trying to quantize a yolov5 model trained on a custom dataset using pytorch static quantization.
However I am having a bug with this function :
model_prepared = qu…
-
### Your current environment
```text
The output of `python collect_env.py`
```
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorc…
-
### 🐛 Describe the bug
I may have discovered a bug when I registered the corresponding ProcessGroup development.
I found that the destructor of the ProcessGroup subclass object was not called when…
-
### Your current environment
```
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC vers…