-
-
### Bug description
If a C++ exception is thrown, that would normally result in Python catching the error and reporting it correctly, it results in a seg fault. e.g. the shape is incompatible here:…
-
Running
```
CUDA_LAUNCH_BLOCKING=1 CUDA_VISIBLE_DEVICES=0,7 numactl -C 2 python test/distributed/test_c10d_nccl.py -k test_nccl_warn_not_in_group_debug_detail --repeat 20
```
fails sporadically wi…
-
Thanks for your great work. I have a issue. In stage2, my preds are nan at the start of training and it turns out error. Have you ever encounted this problem?
I train using VoxFormer-T
-
#include "torchvision/cpu/vision_cpu.h"
这是自己写的头文件吗?我找不到这个文件
-
Hi,
I'm compiling libtorch from source and i wanted to compile specific version 1.7.1. I'm in branch v1.7.1.
I expect that the content TorchConfigVersion.cmake after installing libtorch will point …
-
Example build: https://circleci.com/gh/pytorch/pytorch/2133467.
CircleCI puts a hard limit of 5 hours on each build, and as a result we need to break up the `binary_linux_libtorch_2.7m_cu100_devtoo…
yf225 updated
5 years ago
-
# 树莓派 4b
- 模块:retinaface模块;
- Device:**CPU**
- 输入:经典test1.jpg(gemfield班级照);
- 引擎:**LibTorch**
- 结果:
```bash
gemfield model load time: 0.64975
img2cvmat time: 0.00924529
begin: 0
process time…
-
## 🐛 Bug
pytorch/xla/master/contrib/scripts/env-setup.py is outdated. When using an old version such as 1.12, the colab fail to run the script with error https://gist.github.com/vanbasten23/0f9d028…
-
I tried running your code in my system. But I ran into some error when executing the command `python example.py` as:
`Traceback (most recent call last):
File "example.py", line 1, in
import …