Operating system: Ubuntu 22.04 LTS
Python 3.7 (the environment provided was installed, Torch 1.4)
Running the demo caused a CUDA runtime error.
"no kernel image is available for execution on the device at /pytorch/aten/src/THCUNN/generic/LeakyReLU.cu:29"
print(torch.version) -> 1.4.0
print(torch.version.cuda) -> 10.1

