DE_resnet_unet_hyb icon indicating copy to clipboard operation
DE_resnet_unet_hyb copied to clipboard

the required pytorch version is no more existing

Open MasahiroOgawa opened this issue 2 years ago • 0 comments

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.

MasahiroOgawa avatar May 12 '22 00:05 MasahiroOgawa