ASF-YOLO icon indicating copy to clipboard operation
ASF-YOLO copied to clipboard

RuntimeError: max_pool3d_with_indices_backward_cuda does not have a deterministic implementation, but you set 'torch.use_deterministic_algorithms(True)'.

Open WtElio opened this issue 1 year ago • 4 comments

image I found this problem. Can you help me look at it?

WtElio avatar Dec 14 '23 01:12 WtElio

Did you configure your GPU Device 0?

mkang315 avatar Dec 27 '23 05:12 mkang315

I also have the same problem, and how to solve this problem?

Xiaoliang-Liu666 avatar Jul 09 '24 04:07 Xiaoliang-Liu666

I suppose your problem is related to hyperparameters that are set in ./data/hyps/hyp.scratch-low.yaml because the error message can be tracked in ./train.py line 69: def train(hyp, opt, device, callbacks): # hyp is path/to/hyp.yaml or hyp dictionary line 479: def main(opt, callbacks=Callbacks()):

To test your hardware and software environment, you may run YOLOv5. Thank you!

mkang315 avatar Jul 17 '24 12:07 mkang315

Please look at YOLOv5 Multi-GPU Tutorial and follow it.

mkang315 avatar Jul 18 '24 10:07 mkang315