HtAgoni
HtAgoni
Traceback (most recent call last): File "train.py", line 537, in train(hyp, opt, device, tb_writer, wandb) File "train.py", line 336, in train results, maps, times = test.test(opt.data, File "/data3/JXT/ours/yolov4/PyTorch_YOLOv4-master/test.py", line 125,...
/pytorch/aten/src/ATen/native/cuda/IndexKernel.cu:53: lambda [](int)->auto::operator()(int)->auto: block: [2,0,0], thread: [23,0,0] Assertion `index >= -sizes[i] && index < sizes[i] && "index out of bounds"` failed. /pytorch/aten/src/ATen/native/cuda/IndexKernel.cu:53: lambda [](int)->auto::operator()(int)->auto: block: [2,0,0], thread: [26,0,0] Assertion `index...
For the configuration file, I only changed the data path and the number of categories.Run the following code: python tools/train.py configs/consistent-teacher/consistent_teacher_r50_fpn_coco_180k_10p.py --work-dir ./work-dir --gpus 1 Then, /root/anaconda3/envs/cont2/lib/python3.6/site-packages/mmdet/models/builder.py:53: UserWarning: train_cfg and...
int)->auto: block: [5,0,0], thread: [32,0,0] Assertion `index >= -sizes[i] && index < sizes[i] && "index out of bounds"` failed. /pytorch/aten/src/ATen/native/cuda/IndexKernel.cu:53: lambda [](int)->auto::operator()(int)->auto: block: [5,0,0], thread: [35,0,0] Assertion `index >= -sizes[i]...