-
## 🐛 Bug
test_cholesky_solve_batched_many_batches_cuda_complex128 has cuda illegal memory access. https://github.com/pytorch/pytorch/pull/47047 might be related.
## To Reproduce
Steps to repro…
-
## Instructions To Reproduce the 🐛 Bug:
I use detectron2 to train my customized dataset, after that I use tools/caffe2_converter.py to seralize the model, and follow the instructions https://detect…
-
hi, xinya
我跑了你的代码,在数据预处理的时候报错, 步骤是执行‘python scripts/data/ace-event/convert_examples.py’
```
File "scripts/data/ace-event/convert_examples.py", line 11, in
line = json.loads(line)
File "/…
-
I faced this error!
```
(base) C:\DOPO\ArgMin\NCRFpp-master>python main.py --config demo.train.config
C:\Users\moha\anaconda3\lib\site-packages\torch\cuda\__init__.py:52: UserWarning: CUDA initi…
-
**Describe the bug**
Please check the "To Reproduce" and the "Error logs" parts.
**Basic environments:**
```
- python version: `3.8.6 (default, Oct 27 2020, 09:13:12) [GCC 9.3.1 20200408 (Red H…
-
I use `python train.py conf/train.json` to run your code and find that FileNotFoundError: [Errno 2] No such file or directory: 'conf/train.json'.
I also try `python train.py conf/train_rcnn.json`. It…
-
## 🐛 Bug
## To Reproduce
```python
import torch
from torch import nn
class Wrapper():
def __init__(self, t):
self.t = t
def to(self, device: "Device" = None): # noqa
…
-
##### System information (version)
- OpenCV => 3.4.3
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2017
I am developing an program for character recognition.
I …
-
Now I have a 3D tensor(it is not some shape, just a general tensor).
```
torch.Size([2, 32, 48, 128, 160]) ((N,Cin,D,H,W))
mean: 5e-4
max: 6.6e-3
min: -1.1e-8
mid: 2.7940e-8
Percent:
abs
-
Hi there,
So I was trying to insert mask detection code in main.cpp of face_recognition but have been getting lots of undefined references errors. Right now Ive just inserted the relevant header f…