You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of pytorch did you use for DE_resnet_unet_hyb?
I'm asking because I failed to run the first example of DE_resnet_unet_hyb; "python3 compute_errors.py".
The error message is; "RuntimeError: CUDA error: no kernel image is available for execution on the device".
The error seems like it couldn't detect cuda from pytorch.
I confirmed that I successfully installed cuda.
Based on the github page, it require pytorch (and torchvision) 1.3.0, but it is no more existing in pytorch official site: https://pytorch.org/get-started/previous-versions/.
It only exists v1.2 and v1.4.
So I tested v1.4 with CUDA10.1 and CUDA9.2, but both failed with the above errors.
The text was updated successfully, but these errors were encountered:
Which version of pytorch did you use for DE_resnet_unet_hyb?
I'm asking because I failed to run the first example of DE_resnet_unet_hyb; "python3 compute_errors.py".
The error message is; "RuntimeError: CUDA error: no kernel image is available for execution on the device".
The error seems like it couldn't detect cuda from pytorch.
I confirmed that I successfully installed cuda.
Based on the github page, it require pytorch (and torchvision) 1.3.0, but it is no more existing in pytorch official site: https://pytorch.org/get-started/previous-versions/.
It only exists v1.2 and v1.4.
So I tested v1.4 with CUDA10.1 and CUDA9.2, but both failed with the above errors.
The text was updated successfully, but these errors were encountered: