Skip to content

no kernel image is available error #848

Discussion options

You must be logged in to vote

As I mentioned previously, there is a problem with your torch and cuda compatibility for your GPU card. Your have '1.12.0+cu102' as the pytorch version. It is probably not compatible with your GPU architecture. If you install pytorch using the following, you could potentially fix your problem:

pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116

I'll be converting this to a discussion since it is not an anomalib issue, but feel free to continue from the discussions.

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Ishihara-Masabumi
Comment options

Answer selected by samet-akcay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #837 on January 18, 2023 16:55.