ASF-YOLO
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)'.
I found this problem. Can you help me look at it?
Did you configure your GPU Device 0?
I also have the same problem, and how to solve this problem?
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!
Please look at YOLOv5 Multi-GPU Tutorial and follow it.