-
Notifications
You must be signed in to change notification settings - Fork 709
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
Error while running benchmark.py on GPU #185
Comments
Can you share the entire log? |
Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
I have the same issue while running on collab pro using a GPU |
I think I linked the wrong issue. I haven't addressed this one yet. I am reopening it. |
Can you tell me which version of torch and onnx do you have on colab? Also, how did you install anomalib? By cloning the repo? |
Closing due to inactivity. Open again if you still see this issue. |
Running benchmark.py on Nvidia A100 SXM4 produces an error:
Exception: Error occurred while computing benchmark on device File "tools/benchmarking/benchmark.py", line 177, in distribute
raise Exception(f"Error occurred while computing benchmark on device {job}") from exception
Exception: Error occurred while computing benchmark on device <Future at 0x7f05c18ac310 state=finished raised Exception>
Note: In my setup this error does not occur when running on CPU only. It does not occur either when running on CPU and GPU for patchcore model. It occurs when running on GPU for padim or cflow
The text was updated successfully, but these errors were encountered: