Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WtElio opened this issue Dec 14, 2023 · 4 comments

Comments

@WtElio
Copy link

WtElio commented Dec 14, 2023

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

@mkang315
Copy link
Owner

Did you configure your GPU Device 0?

@Xiaoliang-Liu666
Copy link

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

@mkang315
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants